Close

Profile: todor.atanasov

Avatar

User posts

2 years ago

Ladd Nichols wrote:
If I reinstall the plugins, we have the Ultimate Collection for multi store. Will I lose all the work we already created in all the plugins????


Greetings,

Thank you for reaching out to us!

Uninstalling any of our plugins deletes any database tables associated with the plugin, which means that you will lose the entities created with the plugin (for example sliders, ribbons, etc.).

2 years ago

andyka50 wrote:
Hello,

I would like to know, how to change Smart product collection on Nop 4.10.
when i use website on my mobile phone, the products are shown one by one. Is it possible to make it to make it to grid mode, so people could see 4 smaller products instead of one big product?

thanks in advance for the answers Andy


Greetings,

Unfortunately, there is no such option. The design is with 1 product since the screen size is too small.

You can still make custom modifications to the plugin with CSS if you find a solution that will suite your needs.

2 years ago

[email protected] wrote:
I Update my nopcommerce from 3.70 to 4.30 and i left same database, but now, when i installed product ribbons on newer version i cant put ribbon into one product or category, its all or nothing. What could be the problem ?

In log files i got a lot of warrning saids: Error 404. The requested page (/RetrieveProductRibbons) was not found


Greetings,

Unfortunately, I'm not able to reproduce the issue locally.

Please submit a ticket in our support system and provide us with access to your store, in order for us to investigate further.

[email protected] wrote:
De name of the category is shown on te category page (avobe the text).... I want the name to NOT VISIBLE becaus it is a standard lettertype and a standard size... it does not macth the rest on the page... I use Nopcommerce with the allure theme. Thank you so much for your help.


Greetings,

Thank you for reaching out to us!

The easiest way you can hide the category page title is with CSS:

.category-page .page-title {
    display: none;
}

2 years ago

gruddle wrote:
HI there
Is there a way to test Dark/Light mode in the browser, and change the store logo depending on what is selected?
Thanks
Mike


Greetings,

There is no dark mode available in nopCommerce, this is a functionality that comes from the browser.

Bugs
2 years ago

anupkum wrote:
Hello! Team,

We have purchased Nop Prisma (site name: advikinc.com).

When we go to the log page on nop admin: Administration> System> Log, the Log page does not load, instead it throws the following error:

"The view 'List' was not found. The following locations were searched:/Areas/Admin/Views/Log/List.cshtml
/Areas/Admin/Views/Shared/List.cshtml
/Views/Shared/List.cshtml
/Pages/Shared/List.cshtml
~/Plugins/SevenSpikes.Core/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Core/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.FacebookShop/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.FacebookShop/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.ProductRibbons/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.ProductRibbons/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.QuickView/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.QuickView/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.SmartProductCollections/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Nop.Plugins.SmartProductCollections/Areas/Admin/Views/List.cshtml
~/Plugins/SevenSpikes.Theme.Prisma/Areas/Admin/Views/Log/List.cshtml
~/Plugins/SevenSpikes.Theme.Prisma/Areas/Admin/Views/List.cshtml
"


Can you please guide us on this.

Thank you,
Anup


The view that is being loaded on the System -> Log page is \Areas\Admin\Views\Log\List.cshtml. It is not related to our products and we don't modify it.

However, since you have our plugins installed and the application is not able to find it, it is trying to find it in the folders of our plugins as well, as our plugins are registering those view locations for their own view templates.

Please make sure that you have the view file present in the given location - \Areas\Admin\Views\Log\List.cshtml

[email protected] wrote:
How can i disable Product ribbons or make a smaller image for Smart product collections becouse image is going over text and cant see anything.



Greetings,

If you want to hide the ribbon only for the smart product collections, you can use the following CSS in the Custom Head Styles section of the Pavilion theme settings.

.spc-body .ribbon-position {
  display: none;
}


Alternatively, you can either use a smaller ribbon or use Custom CSS modifications, to adjust the ribbon styles to your needs. Your CSS selector should start with the .spc-body class, to make sure the CSS will be applied only to the ribbons inside the smart product collections.

2 years ago

[email protected] wrote:
Dear Team,

Please help me to disable the newsletter in the shop's footer.

I am sure setting belongs to theme.

please help me to set up my shop

KJ


Greetings,

You can remove it from the template file of the footer:

\Themes\Venture\Views\Shared\Components\Footer\Default.cshtml

The Newsletter column is defined on lines 111-119.

2 years ago

embryo wrote:
Hello-

Our blog archive in the left column has posts that go back to 2013, and because of this, it is causing all of our blog pages to be too long....left column is much longer than every blog post...

Is there a way to cause the archive years to be "collapsed" by default?

THanks!


Hi,

This would require custom CSS and JS modifications. Right now, we dont provide custom modifications to our themes/plugins as a service, but you request a quote from our sales team at [email protected] for more details on this.

2 years ago

jakubz wrote:
Hi again! in rich blog img (home / blogpost) maybe we should have option to add alt / title for them?


Greetings,

The title/alt attributes functionality comes from nopCommerce itself and unfortunately, we cannot modify it.