[ic] Syntax for a link to order a product

Corey Gilmore cfg@dln.uvm.edu
Mon, 30 Apr 2001 12:59:19 -0400 (EDT)


Hi,

I am trying to figure out the cleanest way to generate a link for
ordering a product.  I could use [order] but I also need to apply a CSS,
so I need to edit the anchor html tag.  I

The other option that I can think of is to use a hardcoded url like
http://site/ord/basket?mv_action=refresh&mv_order_item=[item-code]

But I need to account for session ID's and also the possibility of
affiliates.  Does anyone know of a way (simple or not) to accomplish this?

thanks,
.cfg