Search the Community
Showing results for tags 'stock quantities'.
-
Hello, Using prestashop 1.7.4.2 Does anyone now how to get the stock quantities like shown into the product details into the product list ? Not the into cart button but the real quantities that are available like 5 items in stock, 20 items in stock ..... I managed to do this from the product details into the product additional info but i can't get it into the product list. I already use the product availability field in the product list but does use it to show the delivery time. I thought by putting the beneed code into the theme/templates/catalog/_partials/miniatures.product.tpl but it doesn't work. {block name='product_quantities'} {if $product.show_quantities} <div class="product-quantities" style="margin:10px 0 10px 0;"> <label class="label">{l s='In stock' d='Shop.Theme.Catalog'}</label> <span data-stock="{$product.quantity}" data-allow-oosp="{$product.allow_oosp}">{$product.quantity} {$product.quantity_label}</span> </div> {/if} {/block} https://tassenverkoop.be Hope that anyone knows this.
- 14 replies
-
- stock quantities
- stock quantity
-
(and 2 more)
Tagged with:
-
-
I would like to change the phrase on the product page that shows the quantity of products "In stock 102 Items" (see attached Image) I would like to change the word "Item" by "yards" I found that information is in this variable $product.quantity_label I would like to know how can I change that information. I am using Prestashop 1.7.6.4
- 4 replies
-
- stock quantities
- stock quantity
-
(and 1 more)
Tagged with:
-
Hi, 1.) We have 3 warehouses in the company, they all stock the exact same products but each have different stock quantities. We are trying to figure out how to show the relevant stock quantities for each warehouse on every product page. So for example: Product: Antenna Qty Location 1: 3 in stock Location 2: 6 in stock Location 3: 10 in stock 2.) Then also, when placing an order online the customer needs to specify on the checkout page which warehouse (location) they are shopping from so that the stock can be allocated correctly. Can anyone assist with how to set this up?
- 2 replies
-
- multiple warehouse
- stock quantities
-
(and 1 more)
Tagged with:
-
Hi, We posted this scenario on the forum and have yet to get a response: 1.) We have 3 warehouses in the company, they all stock the exact same products but each have different stock quantities. We are trying to figure out how to show the relevant stock quantities for each warehouse on every product page. So for example: Product: Antenna Qty Location 1: 3 in stock Location 2: 6 in stock Location 3: 10 in stock 2.) Then also, when placing an order online the customer needs to specify on the checkout page which warehouse (location) they are shopping from so that the stock can be allocated correctly. If anyone knows how to code this in or create a module that can make this possible we would really like to hear from you. Thanks!
-
Hi, 1.) We have 3 warehouses in the company, they all stock the exact same products but each have different stock quantities. We are trying to figure out how to show the relevant stock quantities for each warehouse on every product page. So for example: Product: Antenna Qty Location 1: 3 in stock Location 2: 6 in stock Location 3: 10 in stock 2.) Then also, when placing an order online the customer needs to specify on the checkout page which warehouse (location) they are shopping from so that the stock can be allocated correctly. Can anyone assist with how to set this up?
-
I am trying to change the minimum stock that triggers an automatic email informing me of low stock. the minimum quantity is set to 0 and I want to change that to a higher number but so far have been unable to find the place to change even though I have tried everywhere to find it. My main problem is that if add a product and there is an attribute with no stock I get an email telling me of low stock. Any help to fix this problem would be greatly appreciated.