[ic] Accessories help

Michael Mangeng interchange-users@interchange.redhat.com
Tue Aug 21 08:04:01 2001


Append...

I`ve successfully added a drop-down menu where the sizes in the products
table con be selected.
([item_accessories size])

[price quantity=10 code=[item-code] size=X]
This shows  the price mentioned in the product database. The price doesn`t
change... not with quantity=10 (quantity prricing) nor with the modifier
size=X.

Is there any setting which should be added to catalog.cfg or is something
else wrong ?
(In catalog.cfg i tryd with and without "UseModifier    size"

thanx
mike
----- Original Message -----
From: "Michael Mangeng" <interchange@vis.at>
To: <interchange-users@anthrax.interchange.redhat.com>
Sent: Tuesday, August 21, 2001 11:52 AM
Subject: [ic] Accessories help


> Hi
>
> I need help with the accessories system.
> Ok, in the table pricing i can add e.g 2 columns named L and XL which
should
> represent the size of a product. To each product in this table i can add
now
> price differences to the price in the products table, when one of this
> accessories is chosen by the user.
>
> pricing:
> sku    ...    ...    XL    X
> 001    .        .    2        1
>
> products:
> sku        ...    ...    price        size
> 001        .        .        10       M, X, XL
>
> As far as i know this would cause the price increases by 1 if we choose
size
> X and by 2 if we choose size XL right ?
>
> My problem now is now (as long as the information above is right) how i
have
> to add the select box into flypage and ord/basket.
>
> I`ve tried it with:
>
> [accessories code="[item-code]"
>                 type=radio
>            attribute=size
>                table=products]
>
> ...in flypage.html.. but nothing appears...
>
> thanx
> mike
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>