Close

Profile: todor.atanasov

Avatar

User posts

troels_ejsing wrote:
Hi
I have a NopCommerce version 4.10 installation.
on my category pages I have created a product ribbon to show stock status.
but if my product has product attributes and one of them is sold out (variants - like size and color) then the rule in the product ribbons shows it sold out even though there is at least one size in stock.
I thought it was because the qty for the base product might have been off, but it does not seem to be so.  it did not correct after I updated the stock qty.
Any help would be appreciated but it seems like a bug in the product ribbons script.


Greetings,

If the Manage Inventory property for a particular product in nopCommerce is set to
Track inventory by product attributes, their GetTotalStockQuantity method always returns 0 for the quantity and all our products that check for stock quantity are relying on that method.

This is a known issue in nopCommerce and unfortunately, we cannot change the way it works, but I assume the main reason why they have not provided a method for checking the Stock quantity for different product variants is performance-related.

2 years ago

Ladd Nichols wrote:
I cannot get this application to work on my site, does not show up anywhere.


Further to my last reply, you first need to make sure the plugin is enabled. From our documentation:

Enable - By checking this setting you enable the plugin, whose home page could be accessed from the http://youSite.com/knowledgebase.

2 years ago

xiahrj wrote:
Thank you for your reply. Could you provide an example code of how to achieve the goal using CSS?


You can use the following CSS code in your Custom Head Styles field in the theme settings:

.header-lower .cart-button .trigger:before {
    content: "\e04f";
}


Where e04f is the icon code. The icons are defined in the \Themes\Avenue\Content\fonts\avenue_font.svg file and you can find the codes for the other icons there.

Alternatively, you can define your own icons, however, that would require some development knowledge and customization.

2 years ago

Ladd Nichols wrote:
I cannot get this application to work on my site, does not show up anywhere.


Greetings,

Do you have trouble installing the plugin or using it?

Do you get any error message?

Bugs
2 years ago

asidefast2021 wrote:
Please write here if you have any problems with the Nop Mega Menu Plugin


Hello dears,

I'm getting this error when trying to show my categories in the mega menu

some categories setting "include in top menu" may be disabled

I disabled all checkboxes in the categories and the custom pages and nothing, please give me a had, thank you,
Anyway, I don't see the categories in the menu.
Kind Regards,

Manuel


Greetings,

In order to have the categories added to the mega menu, their Include in top menu checkbox should be enabled.

If you are still experiencing the issue afterward, please submit a ticket in our support system.

2 years ago

Greetings,

It seems that you haven't run the database upgrade scripts for 4.2 -> 4.3, which are responsible for adding those columns to the database.

In order to upgrade nopCommerce and all our products, you need to run our upgrade scripts as well, as per our instructions on upgrading nopCommerce.

Bugs
2 years ago

yurylankovskiy wrote:
Hello,


periodically we have the site going down with a nop-templates core error. IIS restart helps resolve the issue. Can you please help resolve this issue?




Greetings,

Please submit a ticket in our support system and provide us with the full error message, so we can investigate further.

2 years ago

erodriguez.1990 wrote:
When I install the demo version, I get this error:

Uncaught TypeError: e.kendoWindow is not a function
    at HTMLDocument.<anonymous> (PriceMatch.min.js:1)
    at e (jquery.min.js:2)


Greetings,

Please raise a ticket in our support system and let us know what is the URL of your store, as well of the version of your nopCommerce.

Yodew wrote:
Hello,

I need to get list of all shops to the anywhere map which is in home page. So visitor can search and view all shops from home page without going to the AllShops page.
Or
Is there any way to set AllShops page as home page.



Thank you.


Greetings,

Unfortunately, there is no such feature in the plugin out of the box and this would require customization.

You can request a quote from our sales team at [email protected] for more information on this modification.

Cesare Villano wrote:
Hy

i must remove the message in the topic from HP. How i can do it?
I wait for you response.
Thank you


Greetings,

The Topics in nopCommerce can be edited under Content management -> Topics (pages).

If it is a message you don't see on our demos, please raise a ticket and provide us with the URL of the page that contains it, so we can advise you further.