Jump to content

Remove "Available" in short description


Recommended Posts

I assume that you are refering to the AVAILABLE that shows up right above the add to cart button.

If so this is not part of short descirption, this is part of product-list.tpl.

Find the lines below and and replace with this. (red text commented out)

 

themes/prestashop/product-list.tpl

 

<!-- {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if}

</div>

{/if} -->

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...