PDA

View Full Version : shopping card?


davidlindo
12-13-2001, 04:34 PM
I am trying to do a shopping card that I had done in htm (perl). I am having some travel with the product. ItemCode1_quant is the hidden field and 1-99.95-10.95 is the value so each time that you click here you sen an item to the sho. card.

on (release) {
merchant = "product";
page_name = "order.html";
CCType = "Master Card";
CardNo = "1111111111111111";
exp_month = "01";
ItemCode1_quant = "1-99.95-10.95";
action = "add_all";
BatchNo = "hiddenValue";
CreationDate = "hiddenValue";
ItemCode1_name = "product";
dns = "hidden";
The texfield where you see the price ( where you can change, add or delete) is named px_art1 and the I have the variavle in a frame in the time line px_art1 = 99.95; The problem is that on (release) { I want the price that people choose in px_art1 to be send, but it has to be with the variaable name ItemCode1_quant . After anything that you enter has in ItemCode1_quant has to be send to the value 1-99.95-10.95
Thaks for the help.