[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Continue shopping button
> 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