Customizing Fields And Position Arrangement In Add Product Page

Hi all,

I am interested in getting the multi vendor version and currently evaluating the product.

Got some queries when customizing the add product page.

1. Is it possible to add fields under say "general" page? I understand we can add new fields using product feature, but it would come under the feature tab which is not perfect

2. is it possible to delete/hide and reposition the fields under "general page"?

3. Is it possible to hide/reposition the tabs order?e.g. i want to set SEO to appear at the right of Options

Thanks.

Cheers,

Alex

Got some queries when customizing the add product page.

1. Is it possible to add fields under say "general" page? I understand we can add new fields using product feature, but it would come under the feature tab which is not perfect

2. is it possible to delete/hide and reposition the fields under "general page"?

3. Is it possible to hide/reposition the tabs order?e.g. i want to set SEO to appear at the right of Options

I am afraid, these changes are not possible without additional code modifications. But these mods are quite simple and will not cost too much

Thanks for your reply, could you point me to which template file I should be modifying if I wanted to change the fields under add product->general tab?

Appreciate your help.

Thanks.

Alex

Please correct the following template:

design/backend/templates/views/products/update.tpl

Thanks for your advice, I found the tpl and comment out the following block, however I still see the "Option settings" section appear when I try to add product or update product. Any thoughts are welcomed :)

Cheers.

Do you mean that the tab header is displayed or tab content? Do not forget to clear cache in any way. To do it, add &cc&ctpl to the URL. E.g.

http://domain.com/myadmin.php?cc&ctpl

wow, works like magic! thanks guys

wow, works like magic! thanks guys

You are welcome!