Hi ,
I have a form that is a simple drop down giving the user options of a wine type and region for example “red wine” and “spain” , once the submit button has been pressed it then sends the information to the products page where a query is ran from the user input from the form and the products are displayed , once the product is displayed there is a “add to cart” button under each item , what i want to do is once the add to cart button is pressed it will add the item into the cart(this works) and then redirect them back to the products page they were previously on with the values still set so e.g. “red wine” and “spain” , ive tryed using $_SERVER[‘HTTP_REFERER’] but it just redirects to the products page with no POST values set ,
Any help would be great thanks