Hi,
You could create your own Carousel, but unfortunately you won't be able to use ours, because the plugin is not adjusted for that sort of thing.
Hi,
We are not experiencing this problem locally. You shouldn't get 301s. Maybe you could try to debug the ProductDetails method in Nop.Web/Controllers/ProductController so you could determine where and why the redirect is happening.
You could also try to disable the SEO friendly urls from Administration -> Configuration -> Settings -> General And Miscellaneous Settings -> Localization Settings, and from there find and uncheck the SEO friendly URLs with multiple languages enabled.
Hi,
It is an interesting idea for a plugin, but it will not be a straightforward thing to do.
Please suggest this in our UserVoice portal.
Hi,
We were unable to reproduce this locally. When you click on a product does the url contain the language or you are seeing this only on url preview, when you hover a product ?
Hi,
You misunderstood me. The turning off of the bundling won't fix the temporary blocking of the site you experience on IE, but it will help us determine the origin of the problem.
It appears that the IE is locking your page while requests are in progress. When we diagnosed the requests we noticed that the Product Ribbons take most of the time, but you are not using them on your page. Could you make sure the Product Ribbons plugin is disabled ?
Hi,
Have you done changes to the selectors ?
Other reason could be that you have installed the theme first and then the plugins, which could cause the selector problems you experience. In this case you should reinstall the theme.
Take a look at our documentation about How to Install a Theme.
Hi,
I suppose your discount type is Assigned To Products. This means that every product mapped to the discount will get 1 $ off per unit if the customer has spend at least 199$.
Maybe you haven't mapped some of the products to the discount and this is why their price doesn't get reduced (in this case).
You could map product to certain discount from Catalog -> Products -> Manage Products -> You product -> Edit -> Discounts tab.
We were unable to reproduce any of the described problems locally. If you have mapped the products to the discount and still you experience this problem we would need admin credentials, which you could provide by raising a ticket.
Hi,
We are not sure if this is possible without the Filters JavaScript. Could you submit a ticket about this and we will continue the conversation there.
Hi,
Probably your implementation changes the class after the filtration is complete. This will cause the changed classes to be corrected by the Filter JavaScript.