|
uCoz Community uCoz Modules Online Shop Remove unnecessary field (Adding item page) |
Remove unnecessary field |
I would like to remove some fields from adding item page and I dont need this show in the shop main page or category also.
I try to find this in module setting but actually I would like to say our system is rather complicated. I dont know where I should begin. And at last, I could not find it. In conclusion, I need: - Changing field name - Remove unnecessary fields from adding item page and main page such as SKU, manufacture, availability... Thanks your on time help! |
This can be done only via CSS, e.g. to hide the fields SKU, Manufacturer and Availability, add the following lines to the CSS file: Code #tb_art{display:none!important;} #tb_stock{display:none!important;} #tb_brand{display:none!important;} The fields can be removed from the corresponding templates: Item page, Item appearance in the catalog. The same, in templates. I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||