|
uCoz Community uCoz Modules Online Shop How to change and remove fields where you add products (I want to show what user upload the product) |
How to change and remove fields where you add products |
ok... I'm editing the shop of a sales page, and well I was locked in several BIG problems that I have to resolve ..
I want to change and remove some of the fields where you add products and I dont know where i can remove..! : S for example I dont want to bring up the "product code" "guarantee" "weight" etc ... and I dont know where to change that. other thing: I want to show what user upload the product, I put the code "$USER$" and doesnt appear in the product page... I need help!!.. please help me!!!!! THANKS A LOT and sorry 4 my bad english :P OMG.. sorry I put "SOP" AHAHAHAHAHAH it was "SHOP" Added (2011-08-02, 12:45 PM) --------------------------------------------- SO.. SOMEBODY CAN HELP ME PLEASE?!!!!!!!!!!!??? www.BEPfanclub.com
Post edited by leohbep - Tuesday, 2011-08-02, 4:09 PM
|
leohbep,
1. you cannot remove the fields but you can hide them. you should specify these classes in the CSS as follows: Code #tb_art, #tb_warr, #tb_weight {display:none} tb_art - "product code" tb_warr - "guarantee" tb_weight - "weight" 2. You can do this with the help of script: to type in user`s ID or Nickname in the additional field by adding an item. And to hide the field by adding entry or to make it not editable. Post edited by lilu - Wednesday, 2011-08-03, 9:48 AM
|
| |||
| |||