Page 1 of 1

remove columns in product detail Information

PostPosted: Sun Jul 26, 2015 6:07 pm
by gulfgasoline_4761
i m using Agile Multiple Seller module

i want to remove some columns from My Seller Account > products > add new >
Information
please help me how can i remove / hide some unwanted columns

i want to remove
1.Wholesale Price
2.Additional shipping
3.Reference:
EAN13 or JAN
UPC
4.Visibility:
5.Supplier
Manufacturer
6.Meta Tags
Meta Description
Meta Title
Friendly URL

Re: remove columns in product detail Information

PostPosted: Sun Jul 26, 2015 7:04 pm
by shokinro
thanks for using our modules.

You can modify following theme file to hide some fields.
/modules/agilemultipleseller/views/templates/front/products/informations.tpl

use following CSS style to hide some HTML element.

style="display:none"

Hope this helps