uCoz Community uCoz Modules Online Shop Extra Fields |
Extra Fields |
Moolkye, I am not sure but there is such option in module settings as "Enable the following number of additional fields for items:" - probably you will be able to use them for your purposes.
I'm not active on the forum anymore. Please contact other forum staff.
|
Cool thanks. I will take a look at that
Added (2010-01-12, 12:22 Pm) |
You need to edit "Item page" template and add the necessary codes. Now you have the following:
Code <?if($BRAND$)?><div style="margin-bottom:7px;"><!--<s4379>-->Manufacturer<!--</s>-->: <b>$BRAND$</b></div><?endif?> <?if($ART_NO$)?><div style="margin-bottom:7px;"><!--<s4749>-->Art.No<!--</s>-->: <b>$ART_NO$</b></div><?endif?> <?if($STOCK$)?><div style="margin-bottom:7px;"><!--<s4377>-->Availability<!--</s>-->: <b>$STOCK$</b></div><?endif?> <?if($WARR$)?><div style="margin-bottom:7px;"><!--<s4376>-->Warranty<!--</s>-->: <b>$WARR$</b></div><?endif?> <?if($UNIT$)?><div style="margin-bottom:7px;"><!--<s4750>-->Unit<!--</s>-->: <b>$UNIT$</b></div><?endif?> <?if($WEIGHT$)?><div style="margin-bottom:7px;"><!--<s4751>-->Weight<!--</s>-->: <b>$WEIGHT$</b></div><?endif?> Add the codes of additional fields, e.g.
Code <?if($OTHER1$)?><div style="margin-bottom:7px;"><!--<s4751>-->Color<!--</s>-->: <b>$OTHER1$</b></div><?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
Where is the "Item page" template?
& what is the field code for colour? Instead of
Code <?if($OTHER1$)?><div style="margin-bottom:7px;"><!--<s4751>-->Color<!--</s>-->: <b>$OTHER1$</b></div><?endif?> How should I make it into Colours? & what code should I use for measurements? Post edited by chicindulgences - Monday, 2010-04-05, 9:30 PM
|
Quote (chicindulgences) Where is the "Item page" template? In Control Panel -> Customize Design.
Quote (chicindulgences) & what is the field code for colour? Read the thread from the very beginning.
Quote (chicindulgences) & what code should I use for measurements? The fields Unit and Weight are present by default. If you need any other measurements, use additional fields. I'm not active on the forum anymore. Please contact other forum staff.
|
There is explained about item page!
Let's say the product is a shoe and the client must choose the size he wants! Exist that option even for order page,but for each product added! It's verry important for a online shop! O,and i ask for search module in online shopt but the ansher was:is not posible.I found this way,posible! |
vdb, there are no default fields for sizes/colors, at least at the moment, but the E-shop is still being developed. All I can suggest is that you use additional fields as described in the link I provided.
I'm not active on the forum anymore. Please contact other forum staff.
|
vdb, you can enable additional fields in Module Settings.
Quote (vdb) Ok,i have an idea but do not know how to edit the "fields of the order form" I am not sure what exactly you want to edit but did you try to look through E-shop templates? I'm not active on the forum anymore. Please contact other forum staff.
|
how can add a field in order field, but a field where the amount can be written as
Attachments:
9517815.jpg
(18.0 Kb)
Post edited by vdb - Wednesday, 2010-05-19, 10:25 AM
|
| |||