How to display stock quantity of different warehouses?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 8 años
Hi.

I am using nopCommerce 3.70 with DefaultClean theme.

Is it possible to display stock quantity of different warehouses on product page?

— If yes, then how? How to do it without source code? :)

Thank you.
Hace 8 años
Hi,

Total stock level could be displayed in you tick "Display stock availability" and "Display stock quantity" checkboxes. But stock levels are not displayed separately for each warehouse
Hace 8 años
Andrei, I know that myself. How to make it display stock quantity of a product separately in case I have two or more warehouses?

Not added stock quantities together, but separately...
Like...
Product 1.
Zaf in Novosibirk — 50 in stock
Zaf in Moscow — 7 in stock
Zaf in Spb — Not availale

I just want my customers be aware in which warehouse (city) they may buy a product they are interested in.

If it is really possible in nopCommerce it would — Zamechatel'no.

Thank you.
Hace 8 años
Extend ProductDetailsModel with a new property containing this data (warehouses and stock levels) and then use it in the appropriate cshtml file to display
Hace 7 años
a.m. wrote:
Extend ProductDetailsModel with a new property containing this data (warehouses and stock levels) and then use it in the appropriate cshtml file to display


Can you please give example how to extend model with new property?
Hace 7 años
a.m. wrote:
Extend ProductDetailsModel with a new property containing this data (warehouses and stock levels) and then use it in the appropriate cshtml file to display


Does anyone already have a code for this?
Hace 4 años
Any update
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.