Hello everyone, I need to show item quantity avail...
# suitecommerce
t
Hello everyone, I need to show item quantity available at specific location on the product details page in SCA store. For e.g for Item A; available quantity at location Mississauga is 6 and at location Toronto is 8. Does anybody know if there's a way to display it in product detail view? Thanks. @Steve Goldberg @Flo
p
There's a "magic" field you can add to fieldsets called "quantityavailable_location" or "quantityavailable_details" details which will have the info you need to display.
(You'll have to add code to display the info.)
t
Hi @PabloZ, thanks for the prompt response. I just verified & it's working.