PDA

View Full Version : dynamic url vars passed, e.g. REFPAGE


johnnycarwash
13-Apr-2004, 03:40 PM
hey ho

i was wondering if anyone could possibly provide me with a definitive list of the variables passed on some dynamic links; for example, when viewing the cart, if you then click on the checkout button, it points to:

http://www.whatevershop.com/cart00001.pl?ACTION=Start&REFPAGE=http://www.whatevershop.com/acatalog/index2.html

where ACTION and REFPAGE are two variables being passed. I've also noticed the var SHOP being passed on a couple of sites. Is it possible for me to get a definitive list of these additional variables?

Thanks for your time

Johnny

cdicken
14-Apr-2004, 08:34 AM
I don't have a list of these variables to hand I'm afraid.

REFPAGE is simply the last HTML page you were on before viewing the cart or starting the checkout.

SHOP would be the ID of the shop if you were using a trial/evaluation Actinic store that shares a cgi-bin with a number of other stores.

ACTION varies depending on what you want to do. It is different when you are viewing the cart to when you are adding to the cart.