Close

Profile: IvanSlater

Avatar

User posts

Bugs
8 years ago

I see, but once your plugin are sending e-mails, you have to check if everything is fine before send it. It is a simple check that makes all customers happy when receive your sent e-mails without errors.

You are the last process, so some validations are always welcome.

Think about it.

Ivan.

Bugs
8 years ago

Hi there!

I'm using the Abandoned Cart with token ShoppingCart.ProductsWithPictures. Everything goes fine, except that we have a CDN plugin installed and it replaces all images URL to (//cdn...) making broken links (e-mail providers dont translate the // to http protocol) so, I have to ask you guys to verify all image urls (after you call geturl from product image service) and insert http prefix on this case.

Your plugin is great but this "bug" is annoying.

Can you help? 

Version 3.3.974.14305

Thanks!

Bugs
8 years ago

Updated, but the last version still v3.5.855.15571 and the bug keeps alive.

Bugs
8 years ago

When it loads all payment methods, it ignores the HidePaymentMethod method from plugins, so hidden payments are displayed!

Please fix.

v3.5.855.15571

8 years ago

We should select payment methods in "Unpaid orders reminder". Some payment methods have their specific time to be completed and customers should not get the e-mail in this period.

8 years ago

Is possible to create custom jcarousels like reminderrules?

8 years ago

Is possible to exclude from this list, all product added to cart?

I want to show some recently viewed products on cart page (with add now button), so customer can easly add products from this list to the cart.

Can you help?

Newsletter
9 years ago

Hi there!

Im making a new reminder rule to send new products to my customers and newsletter users.

So, how to deal with newsletter? Because CustomerReminderInfo requires Customer. Can I create a new Customer() with the newsletter e-mail just to send it the reminder? Or it is not possible?

Thanks!

Bugs
9 years ago

Can you show me how are you getting the product id in your tab? Like this?

System.Web.HttpContext.Current.Request.RequestContext.RouteData.Values["Id"]

Thanks!

Bugs
9 years ago

Hi.

Im using nop 3.3 and I didnt find any AdminTabStripCreated(this.Html, null). All AdminTabStripCreated found have both parameters.