Close

Profile: SDobrev

Avatar

User posts

Bugs
4 years ago

Hi,

You will have to debug the JS code. Unfortunately, I don't have any other suggestions.

Hi,

The vendors don't have ratings out of the box. Adding this feature will require custom modifications to the nopCommerce source code.

Hi,

The vendors don't have ratings out of the box. Adding this feature will require custom modifications to the nopCommerce source code.

Bugs
4 years ago

Hi,

In Filters.min.js before parsing JSON you should check if the parsed variable has a value like you have done it.

Also, you should replace .attr('selected') and .attr('checked') with .is(':selected') and is(':checked').

I saw in the history we also have updated the jquery.address-1.5.min.js to version 1.6.

4 years ago

Hi,

The "Products From The Same Category" data source works only on the product details page.

Products From The Same Category - this data source is compiled from the products that are mapped to the category of the product that the customer is seeing. The data source will have products only on the product details pages.

In our documentation, you will find out more information about how to configure the plugin.

Bugs
4 years ago

Hi,

If you have made any modifications to the nopCommerce ProductController constructor please revert them and use property injection instead of constructor injection.

Bugs
5 years ago

Hi,

Please update the Quick Tabs plugin to the latest version and the problem should be resolved.

5 years ago

Hi,

You will find the mappings in the SS_MAP_EntityMapping table. The Attachments EntityType is 5.

5 years ago

Hi,

The Ajax Cart is replacing the Add to Cart buttons. There is a selector in the administration and a few required things like the product id.

Unfortunately, we can't tell you how to implement your custom logic. Try to beautify the Ajax Cart .js and you will find how we get the buttons from the DOM.

5 years ago

Hi,

The input should have data-productid attribute.