joannaleng Posted November 11, 2012 Share Posted November 11, 2012 Hi, how do i remove 'reference' and 'available qty' from my products? http://screencast.com/t/c607HcfgpV6y the actual site is www.francescascloset.com Thk u! Link to comment Share on other sites More sharing options...
Dinare Posted November 11, 2012 Share Posted November 11, 2012 Hi, how do i remove 'reference' and 'available qty' from my products? http://screencast.com/t/c607HcfgpV6y the actual site is www.francescascloset.com Thk u! Preferences -> Products -> Show available stock on product page -> choose no 1 Link to comment Share on other sites More sharing options...
Paulito Posted November 11, 2012 Share Posted November 11, 2012 Good Morning, I am not sure what PS version you are using so it s difficult to be exact but: Going to Back Office > Preferences > Products > you should find a check box to disable "available products" in your front office Paul 1 Link to comment Share on other sites More sharing options...
joannaleng Posted November 11, 2012 Author Share Posted November 11, 2012 Hi Dinare and Paul, Thank you both!! YES!! I found the option for product qty. but I still have the reference issue. I am using 1.4.9 Link to comment Share on other sites More sharing options...
Dinare Posted November 11, 2012 Share Posted November 11, 2012 Hi Dinare and Paul, Thank you both!! YES!! I found the option for product qty. but I still have the reference issue. I am using 1.4.9 This should help http://www.prestashop.com/forums/topic/114787-hide-reference-number-in-front-office/ Link to comment Share on other sites More sharing options...
Artem Posted March 11, 2013 Share Posted March 11, 2013 Hi. I came across this thread. I'm also running on PS v1.4.9 but i dont have "available products" box. i tried disabling everything, but "available" sign still on ;\ how can i remove it? Link to comment Share on other sites More sharing options...
Artem Posted March 12, 2013 Share Posted March 12, 2013 that's what i have in preferences->products Link to comment Share on other sites More sharing options...
Artem Posted March 13, 2013 Share Posted March 13, 2013 up. anyone can help? Link to comment Share on other sites More sharing options...
vekia Posted March 13, 2013 Share Posted March 13, 2013 this case isn't related to shop settings but this is realted to template files (tpl) of your theme (product.tpl file) what you want to turn on/off in your back office? Link to comment Share on other sites More sharing options...
Artem Posted March 14, 2013 Share Posted March 14, 2013 (edited) i want to remove "available/in stock" sign on products in front office. Edited March 14, 2013 by Artem (see edit history) Link to comment Share on other sites More sharing options...
Artem Posted March 17, 2013 Share Posted March 17, 2013 up. can somebody help please? Link to comment Share on other sites More sharing options...
vekia Posted March 17, 2013 Share Posted March 17, 2013 just edit product.tpl file in your theme/your_theme/ directory 1 Link to comment Share on other sites More sharing options...
Artem Posted March 17, 2013 Share Posted March 17, 2013 i do understand that i need to edit product.tpl i just dont know what exactly i should comment out there, not even sure if that is what i need to do :\ i've tried with this bit of it, but didnt help. i commented out the whole section <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display:none;"{/if}> <span id="availability_label">{l s='Availability:'}</span> <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}> {if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if} </span> Link to comment Share on other sites More sharing options...
SFHATDEV Posted July 8, 2014 Share Posted July 8, 2014 Comment out these lines in product.tpl Or you can completely delete them. Or just delete them from your mind. Whichever method works for you. <!-- <p id="product_reference"{if empty($product->reference) || !$product->reference} style="display: none;"{/if}> <label>{l s='Model'} </label> <span class="editable" itemprop="sku">{if !isset($groups)}{$product->reference|escape:'html':'UTF-8'}{/if}</span> </p> {capture name=condition} {if $product->condition == 'new'} {l s='New'} {elseif $product->condition == 'used'} {l s='Used'} {elseif $product->condition == 'refurbished'} {l s='Refurbished'} {/if} {/capture} <p id="product_condition"{if !$product->condition} style="display: none;"{/if}> <label>{l s='Condition'} </label> <span class="editable" itemprop="condition">{$smarty.capture.condition}</span> </p> --> 1 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