[ic] simple options question

Kevin Walsh kevin at cursor.biz
Thu Jan 4 21:13:16 EST 2007


Dan Bergan <dan at berganconsulting.com> wrote:
> I use Simple options for some of my products.  From the flypage, 
> everything works as expected -- users select an option and the selection 
> and price change is reflected in the basket.
> 
> However, I'm trying to select an option from a link:
> <a href="[area form=|
>     mv_order_item=[item-code]
>     mv_order_format=VHS
>     mv_order_quantity=1
>     mv_todo=refresh
> |]">Add to Cart!</a>
> 
> I also tried:
> <a href="[area form=|
>     mv_order_item=[item-code]
>     mv_item_option=format
>     mv_order_format=VHS
>     mv_order_quantity=1
>     mv_todo=refresh
> |]">Add to Cart!</a>
> 
> But, the "format" option of "VHS" is not reflected.  Can anyone point me 
> in the right direction?
> 
Instead of "[area form=|...|]", try "[area href=order form=|...|]".
That's the only omission I can see in your code.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list