Close

Profile: SDobrev

Avatar

User posts

Bugs
7 years ago

Hello,


Please submit a ticket and provide a link to your store in the ticket.

7 years ago

Hi,

The Product Ribbons does not support Tier prices token.

Here are the available product tokens that you can use:

${old-price-new-price-difference-value}
${old-price-new-price-difference-percentage}
${product-quantity}
${max-discount-value}
${max-discount-percentage}
${special-price-expires-in}

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.

Log Entry
7 years ago

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.

Bugs
7 years ago

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).

7 years ago

Hi,

Which version of the plugin are you using?

We added the Google API Key setting in version 20983.

Bugs
7 years ago

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.

7 years ago

Hi,

You have to run our and nopCommerce upgrade scripts for 3.5 -> 3.6, 3.6 -> 3.7, 3.7 -> 3.8.
In this article you can find out more information how to upgrade a theme.

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.

7 years ago

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.