[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] How to implement gift wrap option?
> -----Original Message-----
> From: interchange-users-admin@interchange.redhat.com
> [mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of Jim
> Balcom
> Sent: Sunday, March 17, 2002 8:05 PM
> To: interchange-users@interchange.redhat.com
> Subject: Re: [ic] How to implement gift wrap option?
>
>
> On Sun, 17 Mar 2002, Roger Yarrow wrote:
>
> RY>>My client wants to have an option available to select if you
> want an item
> RY>>gift wrapped. What would be the best way to do this?
>
> As a separate SKU?
Add a column to products called gift_wrap. Put some values in it like this
'No,Yes'.
Add [accessories
table=products
code=[item-code]
attribute=gift_wrap
] to a results list and see what happens.
--Bill Carr