PDA

View Full Version : Adding option


gleneagles
27-Apr-2003, 08:35 PM
My client wants the buyer to be able to choose 5 out of 8 herbs which are included in there purchase of a window box. How do I set this up? They also want the buyer to be able to select additional herbs at 2 pounds each.

See www.keankarts.co.uk/acatalog

Thanks to anyone that can help

Jan
27-Apr-2003, 09:22 PM
You could add five non-optional attributes with a price of £0 with all of the herbs specified as choices and then have three optional components with a price of £2. This wouldn't stop them choosing the same herb twice - but then again they might want to do this. Don't forget to set the pricing model to sum of product and compoent prices.

Regards

cdicken
28-Apr-2003, 01:47 PM
This is a good suggestion.

Create eight optional components within your product - one for each of the herbs they can buy with the box. These will appear as check boxes. (Note: comment out the <BLOCKQUOTE> code in Act_VariantCheckBox.html to make the checkboxes appear closer together).

Then I would have the extra herbs listed underneath as separate products. You can create quite a compact layout for products by using the following code within a product layout template:

NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">NETQUOTEVAR:PRODUCTNAME</td>
<td align="right" valign="top">NETQUOTEVAR:PRODUCTPRICE</td>
<td align="right" valign="top">NETQUOTEVAR:PRODUCTQUANTITYNETQUOTEVAR:ADDTOCARTBUTTON</td>
</tr>
</table>
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT

gleneagles
28-Apr-2003, 08:53 PM
Hi Chris

I have tried to create 8 additional components but no check boxes are appearing??

Regards
Steve

gleneagles
28-Apr-2003, 09:17 PM
Hi Chris

I've worked out the check boxes but how do I get them seperated from the Box style drop down box?

Regards
Steve

cdicken
30-Apr-2003, 08:08 AM
Box style drop down box?

Afraid I'm not entirely sure what this is.

If you have an attribute and choice group within a component then you will have a drop-down list appearing underneath the check box.

If you tick the 'Include [None] in Attribute Choice List' box in the component, then the check box disappears and the option to not have the component will appear in the drop down list.

gleneagles
30-Apr-2003, 08:05 PM
Hi Chris

Thanks for the response but I think we are getting our wires crossed. If you go to www.keankarts.co.uk/acatalog and then into the Herb box section you will see a list of herb choices underneath the Choose a box field. All I want to do is seperate the Choose a box field and the tick boxes a wee bit so they are seen as seperate choices. They just look to close together.

Many thanks
Steve

cdicken
02-May-2003, 08:25 AM
In the 'HTML for Separator' field of your second drop-down attribute, enter '<br><br>'.

That should do it.

gleneagles
04-May-2003, 03:45 PM
Hi Chris

Perfect. Many thanks!

Steve