Hello
I am using WP to setup an online shop amongst other things... It seems to be going ok.
One thing I am having trouble with is return links... As the products are displayed dynamically in a variety of pages I need a dynamic return link...
A static return link is sent within a form as:
<input name="return" type="hidden" value="http://www.mysite.com/whatever" />
What I need list to be able to return the user from
http://www.mysite.com/Another/whatever
http://www.mysite.com/Another/whatever/this .....etc...
Where the Mal's form is displayed and send them back to the page they viewed the form on.
Any help would be great!
Dave