Hello,
Hope that someone can help me with next problem :
I use the Product Enquiry Form with Producttabs.
When the form is submitted the productpage does a refresh and shows the content in the first tab (upselling products) So the custmer doesn't see the message that the Enquiry is properly submitted or isn't.
I would like to see a message in dialog.message (as in "sent to a friend") or after a pagerefresh the content shown in the last clicked tab.
I tried to change next in the tabs.js next line :
Code:
var enabletabpersistence = 0
into
Code:
var enabletabpersistence = 1
This result in showing the content in the last clicked tab after refresh (which is oke) but also in errors (IE8 (invalid argument - jquery-min.js) and messing up the multicollum in upselling products in the first tab.
Help will be appreciated !!!
Has