mircot80 Posted April 16, 2018 Share Posted April 16, 2018 Prestashop 1.7.3.1 In the front office the available date only appears if the product is available. Is it possible to view the availability date always? My site is https://inmob.it Thanks Link to comment Share on other sites More sharing options...
mastek Posted June 25, 2019 Share Posted June 25, 2019 Or, when stock is = 0 ? I would like to inform customers when the product can be ordered again, and the date appears only when the product is unavailable where I can find the condition for product.availability_datePrestashop 1.7.5.x Link to comment Share on other sites More sharing options...
inspectaclueso Posted October 9, 2021 Share Posted October 9, 2021 I believe I have achieved this by adding code to the product-add-to-cart.tpl I added the following code: {block name='product_availability_date'} {if $product.availability_date} <div class="product-availability-date"> <label>{l s='Availability date:' d='Shop.Theme.Catalog'} </label> <span>{$product.availability_date}</span> </div> {/if} {/block} 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