we've got an issue on our new test site that i'd like you to be able to solve;
we have product pages; example page:
http://www.printsmarter.co.uk/newPrinttest/34-Brochures.html
there is a selection of menus on the screen that you can change select different options to show you a price.
issue is as follows; i want to be able to create url's for every product in the database for google adword purposes; for example if they click on the google ad they come direct to the page/selection from the table/drop downs that is what they want. currently we have got as far as creating the below link;
http://www.printsmarter.co.uk/newPrinttest/product.php?id=19&t=brochures&cat=34
this link will take you to the product, but the drop downs from the menus haven't changed, just the price and the quantity.
i need to know of a way of selecting from the database and it be able to change the drop downs from a specific url.
our problem is we need to populate a select option in order of the one we send.
possible?
hope that makes sense!