Julia James Posted October 3, 2013 Share Posted October 3, 2013 (edited) Hii I Want to remove some fields please help me. Edited October 3, 2013 by Julia James (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 Hii I Want to remove some fields please help me. hello you can do it in this file: ADMIN_DIR/themes/default/template/controllers/products/informations.tpl just remove code: <tr> <td class="col-left"><label>{$bullet_common_field} {l s='EAN13 or JAN:'}</label></td> <td style="padding-bottom:5px;"> <input size="55" maxlength="13" type="text" name="ean13" value="{$product->ean13|htmlentitiesUTF8}" style="width: 130px; margin-right: 5px;" /> <span class="small">{l s='(Europe, Japan)'}</span> </td> </tr> <tr> <td class="col-left"><label>{$bullet_common_field} {l s='UPC:'}</label></td> <td style="padding-bottom:5px;"> <input size="55" maxlength="12" type="text" name="upc" value="{$product->upc|escape:html:'UTF-8'}" style="width: 130px; margin-right: 5px;" /> <span class="small">{l s='(US, Canada)'}</span> </td> </tr> and: <input type="radio" name="type_product" id="virtual_product" {if $is_in_pack}disabled="disabled"{/if} value="{Product::PTYPE_VIRTUAL}" {if $product_type == Product::PTYPE_VIRTUAL}checked="checked"{/if} /> <label class="radioCheck" for="virtual_product">{l s='Virtual Product (services, booking or downloadable products)'}</label> effect: Link to comment Share on other sites More sharing options...
Julia James Posted October 3, 2013 Author Share Posted October 3, 2013 Thanks For the Loveable Support. i got it. Link to comment Share on other sites More sharing options...
Julia James Posted October 3, 2013 Author Share Posted October 3, 2013 (edited) hello you can do it in this file: ADMIN_DIR/themes/default/template/controllers/products/informations.tpl I Also Want to remove the Unit Price Option and On sale icon option also please show me the steps. Edited October 3, 2013 by Julia James (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 5, 2013 Share Posted October 5, 2013 open file: ADMIN_DIR/themes/default/template/controllers/products/prices.tpl and remove: <td> <input type="checkbox" name="on_sale" id="on_sale" style="padding-top: 5px;" {if $product->on_sale}checked="checked"{/if} value="1" /> <label for="on_sale" class="t">{l s='Display the "on sale" icon on the product page, and in the text found within the product listing.'}</label> </td> Link to comment Share on other sites More sharing options...
garsim Posted November 16, 2016 Share Posted November 16, 2016 Hi.. and how can i remove/hide price unit in the product page of the store? 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