Hi,
With the AjaxFilters you can create an URL with specific filtration (for example filter by a manufacturer on some category page) and when you land on that page the filtration will be applied.
Unfortunately, after changing the category/subcategory this filtration will be lost because this is category navigation, not category filter.
Hi,
The "_ProductSpecificationsTab" view is used by the QuickTabs plugin. The file should be in "~\Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab" directory.
Check if the file exists and if it is missing download the packages of the theme and copy it.
Hi,
1. Can you be more specific?
2. The custom CSS feature supports theme variants.
You need to add manually in Configuration -> Settings -> All Settings a new record with name "elementthemesettings.themeVariants" and the name of your theme variant for a value. You can also enter multiple theme variants just separate them with a semi-colon (Variant1;Variant2;Variant3).
Hi,
Which version of the plugin are you using?
We added the Google API Key setting in version 20983.
Hi,
This is not a bug. In the default nopCommerce checkout, you can see the same behavior. The nopCommerce doesn't work with negative additional fees.
You can set 0 additional fee to the payment method that you want to use as discount and positive fees to the other payment methods.
Hi,
This is the expected behavior when you have set to display 8 items per page to have 8 items on the page.
To change the page size options please follow this step.
Edit each existing category:
- Go to Admin > Catalog > Categories > List
- Select a category you want to change page size
- Scroll down to this "Page Size options (comma separated):" field
- Place your desired value. For example 6, 3, 9 (default will be 6)
Change the setting for each newly created category:
- Go to Admin > Configuration > Settings > All Settings (Advanced)
- Find following setting "catalogsettings.defaultcategorypagesizeoptions"
- Change its value to your desired value. For example: 6, 3, 9.
- This setting value will affect all new categories created after that.
Hi,
There is a hidden setting to enable the "Ajax Cart" on mobile devices. Go to All settings and search for "NopAjaxCartSettings.EnableOnMobileDevices".
Please note that the "Ajax Cart" popup is not styled to work on mobile devices so you have to made some customizations.
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.
Hello,
We added support for Marked As New product condition property in Product Ribbons version 21944 for nopCommerce version 3.8.
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.