Close

Profile: SDobrev

Avatar

User posts

6 years ago

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" });


If this resolves the problem you will have to trigger this event every time when the plugin adds products to the page. If you can't do it you can contact the plugin vendor.

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.

6 years ago

Hi,

Could you please submit a ticket and provide admin credentials to your site so we can investigate this issue?

Thank you!

Bugs
6 years ago

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.

6 years ago

Hi,

The price filter is not available on the search page and this is by plugin design.

Bugs
6 years ago

mdlyen wrote:
I'm having difficulty getting the custom preset color to work.  It remains grey and doesn't bring up the color picker when clicked on.

Also, all the textures look grey and cannot be selected.

I have tried on both Chrome and Firefox without luck.


Hi,

Please submit a ticket and provide admin credentials to your store so we can further investigate this issue.

6 years ago

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.