![]() |
Product Management Page-Change Dedault (Price Modifier) to Default (Product Variant)
Hi,
On the product management page there is an "Update option form." On the form the third option down is the default "Price Modifier." I would like to change the default to "Product Variant." Does anyone know how to accomplish this? I will never use Price Modifier and each time I include a new product I must change to Product Variant. Thanks for your time |
Re: Product Management Page-Change Dedault (Price Modifier) to Default (Product Varia
Simple. Use webmster mode. Determine that the template file you want to edit is:
/skin1/modules/Product_Options/add_product_options.tpl Find the code for the pulldown: Code:
<option value='Y'{if $product_option.is_modifier eq 'Y'} selected="selected"{/if}>{$lng.lbl_modificator}</option> Re-order it: Code:
{if $product.product_type ne 'C'} Learn to use webmaster mode, and you will always find what you need! |
Re: Product Management Page-Change Dedault (Price Modifier) to Default (Product Variant)
Thanks Carpeperdiem,
I am not comfortable with the webmaster mode yet so I FTP'd your suggested changes and they worked perfectly. I am 75 and way behind you younger people plus I have a lot of learning to do. I would not have figured this out without your help so once again thanks very much. |
All times are GMT -8. The time now is 11:10 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.