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")
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!
Hi,
In our documentation, there are instructions how to install the demo database.
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.
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.
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.
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.
Hi Travis,
The "old" CloudZoom does not support mobile devices and this is not a bug. There are a lot of changes in the plugin so it is not possible to merge the changes.
Here is the blog post for the new version.
Hi,
We have upgraded the CloudZoom plugin since your version. Update the plugin to the latest version following this article and there will be zoom on mobile devices.