franV Posted February 7, 2012 Share Posted February 7, 2012 Hi How do I remove "available" from appearing in my short description. Help would be very appreciated. Link to comment Share on other sites More sharing options...
tdr170 Posted February 7, 2012 Share Posted February 7, 2012 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 More sharing options...
franV Posted February 14, 2012 Author Share Posted February 14, 2012 Great thanks tdr170 Sorry I am only reply now. I did not got a notification email like always when someone replies so I though no one replied. Link to comment Share on other sites More sharing options...
tdr170 Posted February 16, 2012 Share Posted February 16, 2012 Not a problem let me know if you ahve any issues. 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