[ic] Continue shopping button

Jeff Dafoe interchange-users@icdevgroup.org
Tue Oct 1 14:21:01 2002


> I would like to have the "Continue Shopping" button on the basket page
> return shoppers to the last page they viewed (most likely the product they
> just ordered). Right now, it returns them to the index page.


    Here is what I use in components/cart, you will probably need to remove
the "extra" parameters from the button tag.  This should be inside the
"basket" form.


[button
  text="Continue shopping"
  src="__THEME_IMG_DIR__/continueshopping.gif"
  hidetext=1
  extra="class=maincontent"
  form=basket
]
    [bounce href='[history-scan exclude="^/ord|^/multi/|^/process|^/login"
default=index]']
    mv_nextpage=nothing
[/button]




Jeff