• Page 1 of 2
  • 1
  • 2
  • »
uCoz Community » uCoz Modules » Online Shop » Extra Fields
Extra Fields
Moolkye
Posts: 3
Reputation: 0

Message # 1 | 2:54 PM
Is there any way to add a field for product options? Such as color, size, etc... ?
Thanks in advance.
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 3:18 PM
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.
Moolkye
Posts: 3
Reputation: 0

Message # 3 | 6:22 PM
Cool thanks. I will take a look at that

Added (2010-01-12, 12:22 Pm)
---------------------------------------------
Actually, Ok I looked at the extra fields, and yes they are there, however, any data or details I put in those fields does not show up anywhere on the product page. Am I missing a programming code in the field itself or something?
For instance, In the Extra Field 1, I just put Color: Red,White,Blue
And nowhere does it show up.
Any ideas?

Sunny
Posts: 9296
Reputation: 456

Message # 4 | 10:00 AM
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.
chicindulgences
Posts: 5
Reputation: 0

Message # 5 | 9:30 PM
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
Sunny
Posts: 9296
Reputation: 456

Message # 6 | 9:16 AM
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.
vdb
Posts: 18
Reputation: 0

Message # 7 | 3:19 PM
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!
Sunny
Posts: 9296
Reputation: 456

Message # 8 | 9:42 AM
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
Posts: 18
Reputation: 0

Message # 9 | 9:13 PM
Ok,i have an idea but do not know how to edit the "fields of the order form",i mean design of that becaiuse i could put more order fields for size to each product.
So,how i could make that?
Sunny
Posts: 9296
Reputation: 456

Message # 10 | 9:27 AM
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.
vdb
Posts: 18
Reputation: 0

Message # 11 | 7:17 PM
In "order page",customize design,i can not make any changes!
Dartz
Posts: 1931

Message # 12 | 9:48 PM
What do you mean? What type of error appears?
[... With uCoz since December 2 2007 ...]
vdb
Posts: 18
Reputation: 0

Message # 13 | 10:21 AM
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
Sunny
Posts: 9296
Reputation: 456

Message # 14 | 12:28 PM
vdb, you want to add one more such field? Try "Order fields management" section in E-shop settings.
I'm not active on the forum anymore. Please contact other forum staff.
vdb
Posts: 18
Reputation: 0

Message # 15 | 6:51 PM
I circled a particular field!
I, also must have a field for each product added
uCoz Community » uCoz Modules » Online Shop » Extra Fields
  • Page 1 of 2
  • 1
  • 2
  • »
Search: