Hi,
The user should have "Manage Plugins" permission in order to see the Rich Blog tabs in the administration.
Hi,
Most probably on document ready the products from the "FEATURED CATEGORIES WITH PRODUCTS" plugin are not still shown on the page or the plugin is using different from the nopCommerce product box markup.
You can try to manually trigger "newProductsAddedToPageEvent" event when the page is loaded. Just paste this code in the browser console:
$.event.trigger({ type: "newProductsAddedToPageEvent" });
Hi,
You have modified the constructor of the ProductController. Please revert the changes and use property injection instead of constructor injection.
private IMyService _myService;
public IMyService MyService
{
get
{
if (_myService == null)
{
_myService = EngineContext.Current.Resolve<IMyService>();
}
return _myService;
}
}
Hi,
You have to update the Core plugin and the CloudZoom plugin.
Please note all of our products are depending on the Core plugin and if you are using too old version it is possible to have problems after the updating the Core plugin. In that case, you will have to update the whole theme.
Hi,
You can download the latest version of the products from the My Downloads page.
Just select your nopCommerce version and click on the Download link.
Hi,
Could you please submit a ticket and provide admin credentials to your site so we can investigate this issue?
Thank you!
Hi,
Which nopCommerce version are you using?
On the Prisma demo site, the CSS bundling is enabled and there is base64 images in the css.
Please submit a ticket with URL to your store and if it is possible FTP access so we can investigate this problem.
Hi,
The price filter is not available on the search page and this is by plugin design.
Hello Hardik,
Most probably you have uploaded packages for different nopCommerce version. You have to select your nopCommerce version from the dropdown before downloading the theme package.