Close

Profile: SDobrev

Avatar

User posts

7 years ago

Hi,

To disable the Added to cart popup you have to make modifications to the AjaxCart.min.js file.
The function that opens the popup is the following:

"function L(a){b(".productAddedToCartWindow").html(b(a).html());var c=b(".productAddedToCartWindow").data("kendoWindow");c.center(),c.open()}"

the variables in your file might be with different names. You have to remove the body of the function. "function L(a){}"

Hope this helps.

7 years ago

Hello,

We added support for Marked As New product condition property in Product Ribbons version 21944 for nopCommerce version 3.8.

Bugs
7 years ago

Hi,

Did you delete the old plugins folders before copying the new ones?

In version 3.8.901.22872 ShowProductsPrice setting of the JCarousel plugin is not used anymore so this error is very strange.

Please delete all folders starting with "SevenSpikes." from the plugins directory, paste the new ones and restart the application.

7 years ago

Hello,

As I answered you in your ticket, our products support only the official released versions of nopCommerce and this is the reason that the themes are not working with the current nopCommerce develop branch.

Hi,

As I answered you in the ticket that you have submitted the "home_page_native_new_products" widget zone doesn't support additional parameter for the picture size so it is not possible to change the picture size only for the home page. We are using the product thumbnails size from the media settings.

7 years ago

Hello,

Unfortunately, in version 3.6 the CloudZoom plugin is not integrating to the page on mobile devices and this check is in the source code of the plugin so can't be changed.

You have to insert your code in a different view.

Porting the code from the new version of the CloudZoom is not possible because there are a lot of changes.

7 years ago

Hi,

Go to Configuration -> Shipping -> Pickup points and enable Store Locator plugin as pickup point provider.

7 years ago

Hello,

Could you please submit a ticket with more information about the problem and the exact version of the plugins that you are using.

If you have access to the administration, please send us the error messages from the System Log.

If you can't enter the administration you can turn off the custom errors by editing the web.config file in the Nop.Web project. Search for <customErrors> and set the "mode" attribute to "off".

7 years ago

Hello,

Yes, every theme in the Ultimate Theme Collection comes with the plugins included with the theme.

For example, the Pavilion theme contains the following plugins:  Nop Ajax Filters, Nop Anywhere Sliders, Nop JCarousel, Nop Mega Menu, Nop Quick View, Nop Quick Tabs, Nop Ajax Cart, Nop Instant Search, Nop Cloud Zoom, Nop Product Ribbons, Nop Smart Product Collections, Nop Rich Blog, Nop Previous/Next.

The Uptown theme contains:  Nop Ajax Filters, Nop Anywhere Sliders, Nop JCarousel, Nop Mega Menu, Nop Quick View, Nop Quick Tabs, Nop Ajax Cart, Nop Instant Search, Nop Cloud Zoom, Nop Product Ribbons, Nop Nop Sale of the Day, Nop Rich Blog, Nop Previous/Next, Nop Social Feed, Nop Newsletter Popup

7 years ago

Hello,

This means that the reminder e-mail is created on Tue Dec 06 2016 13:56:44 based on the conditions that you have specified for the customer abandoned cart reminder.

The reminder e-mail is sent to the customer at Tue Dec 06 2016 13:57:40 and this is happening because there is a scheduled task for sending e-mails that run on every 60 seconds.