Close

Profile: SDobrev

Avatar

User posts

Hi,

If you delete the products from the database most probably you will encounter a lot of exceptions.

There are relations between the products and orders, customers, etc and if the product is null this will break the nopCommerce logic. This is why the nopCommerce uses soft delete.

Hi,

Please submit a ticket with FTP and admin access to your site so we can check what is wrong.

Hi,

You can create a new page from the admin area. However, you can create a new topic. Find the TopicDetails.cshtml file and add the widget zone for the smart product collections where you want to see it.

Use the Topic System Name in the conditional statement. This is necessary because you want to show the collection only "Black Friday" topic.

    @if(Model.SystemName.Equals("TopicSystemName"))
    {
        @Html.Widget("WidgetZoneName")
    }

Hi,

First of all, you should decide where you want to show the collection and then add manually the widget zone in the source code of the page.
Here is the code you can use to add a new widget zone in any of the .cshtml files:
@Html.Widget("your_widget_zone_name")

6 years ago

Hi Travis,

We have released the products for nopCommerce 4.00.

If you find any problems please feel free to contacts us. We will appreciate it.

Thank you!

6 years ago

Hi,

In our documentation, there are instructions how to install the demo database.

6 years ago

Hi Travis,

Thank you for the kind words!

We are planning to release all products for nopCommerce 4.0 in the beginning of this week.

6 years ago

Hi,

Unfortunately, it is not possible to modify the plugin to use your updated version of the methods because the plugin is closed for modifications.

You can create a new method and use it where you need it but changing the signature of the existing method is breaking change.

6 years ago

Hi,

The AjaxFilters plugin is not open for modifications. The plugin is using our own stored procedure to perform the search which is encrypted and can not be modified.

Increase Zoom
6 years ago

Hi,

The plugin is using the maximal Zoom Level supported by the image (showing the image in full size).
If you want a more detailed zoom you will have to use high-definition images.