Close

Profile: iliyan.tanev

Avatar

User posts

Bugs
10 years ago

Hi,

This is not a setting. You can think of it as a on/off switch that is set depending on the already filtered options and the available filter options. It is set from the PrepareSpecsFilters method in the CatalogPagingFilteringModel called from the CatalogController in the Category action (around line 589).

The box you are seeing is the default nopCommerce attribute filters. The SpecificationFilter.Enabled switch should be set to false when you have our AjaxFilters plugin enabled, set to ActiveWidgetSystemNames, having widget zone set for it and at least one kind of filter enabled (attributes, specifications, price range, etc.). You apparently have this things or our filters wouldn't show.

Do you have custom modifications ? If not it would be best to raise a ticket and send us your database so we can reproduce the problem.

10 years ago

Hi,

Go to your Administration -> Catalog -> Products -> Your product -> Edit and make sure that your have Old Price and Price filled. 

Hope this helps!

Hi,

Are you sure that the Username, Password and Security Token that you have entered in the plugin settings, are correct ? 

10 years ago

Hi,

If you want the old and new prices to appear in the Ribbon, currently it is not possible, because there are no tokens for new and old price. There are only for price difference. It would be best if you suggest this in our User Voice portal.

If you want it to look like exactly like the Allure site, the Sale you are seeing is the ribbon and the prices are just the Old Price and the Price.

Hope this helps!

10 years ago

Hi,

Can you check your System -> Log for errors related to the Conditions ? This is unexpected behaviour and probably this happens due to some error. 

10 years ago

Hi,

This URLs shouldn't be accessed by google crowers. Can you try to forbid them ?
This can be done from Nop.Web -> Controllers -> CommonController -> RobotsTextFile action. Just add all the URLs starting with ProductTab/ in the disallowPaths list.

Hope this helps!

Hi,

We will be happy to help!

Did you go through the Salesforce documentation

There are steps that you will have to perform from the Salesforce administration to run the plugin.

The most significant one is to install a special package to add required custom fields to your Salesforce objects. Then you will need to obtain a security token, which you enter in the plugin settings from nopCommerce administration.

You can look the Installation and setup section from the Salesforce documentation for more detailed information about the steps you need to perform.

Hope this helps!

Hi,

Can you give us a concrete example ? 
We will appreciate a screenshot that shows the changes you want.

Thank you!

10 years ago

Hi,

Unfortunately there is no setting you can use to achieve this. However you can remove them from the CategoryTemplate view.

Open Views\Catalog\CategoryTemplate.ProductsInGridOrLines.cshtml there you will find a subcategories section, just comment it and the subcategories will disappear.

Hope this helps!

10 years ago

Hi,

Maybe there is some kind of error that prevends the ribbon images from showing and prevends you from uploading your own images. Can you check your System -> Log for errors related to Product Ribbons ?