IonutP Posted December 22, 2019 Share Posted December 22, 2019 Hi, I use Prestashop 1.7.5 and I try to show on product details pages the deliveries time labels. When I add a product I can select or add delivery time for when the product is on stock and for when the product is out of stock but I don't know how to show this 2 informations on product details page. Can anyone help me with this ? I imagine I have to add something like that in the product.tpl {$product->additional_shipping_time} thanks! Link to comment Share on other sites More sharing options...
NemoPS Posted December 23, 2019 Share Posted December 23, 2019 Try with delivery_in_stock as variable name Link to comment Share on other sites More sharing options...
IonutP Posted December 23, 2019 Author Share Posted December 23, 2019 2 minutes ago, NemoPS said: Try with delivery_in_stock as variable name I tried different options but with no success: {$delivery_in_stock} {$product_lang->delivery_out_stock} {$product.additional_shipping_time} {$product.delivery_in_stock} Link to comment Share on other sites More sharing options...
NemoPS Posted December 30, 2019 Share Posted December 30, 2019 Actually this configuration works without any mod for me, classic theme If not, it's {$product.delivery_in_stock} added to product.tpl or any sub template, it works here, not sure why it doesn't for you. Are you sure the template is recompiling? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now