Hi,
I wondered if it was possible to make a dummy section button which would take the user back to the parent section.
As an example look here:
http://www.spunky.co.uk/catalog.html
Click on 'Womens Summer Sale', in this section I need to make the top left icon (which is currently 'Classic Muscle Back') a 'BACK' button, which would bring the user back to the main products page.
Javascript:History.go(-1) won't do, because if the user has just been inside a product they will be taken back up. Would I have to hard-code a button for each child section (Mens Sale, Womens Sale, Womens Summer Sale, etc...), any ideas how I should go about this?
Thanks in advance.
I wondered if it was possible to make a dummy section button which would take the user back to the parent section.
As an example look here:
http://www.spunky.co.uk/catalog.html
Click on 'Womens Summer Sale', in this section I need to make the top left icon (which is currently 'Classic Muscle Back') a 'BACK' button, which would bring the user back to the main products page.
Javascript:History.go(-1) won't do, because if the user has just been inside a product they will be taken back up. Would I have to hard-code a button for each child section (Mens Sale, Womens Sale, Womens Summer Sale, etc...), any ideas how I should go about this?
Thanks in advance.
Comment