You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Dear Forum:
When a customer places an order, I would like to add a pop-up box that says 'Please be sure that the billing address matches the shipping address'. On would like add this with an onClick event.
1. What file do I modify in the cart to add this information?
2. I am a novice with modifying Perl. Can I add Javascript within the Perl document?
If there are other ideas, I would be open to any suggestion.
Thank you,
Tad
You would make that edit in the file:
./cgi-bin/library/modules/site_store_order.pl
Adding JavaScript to Perl inside:
print <<ENDOFTEXT;
ENDOFTEXT
delimiters *usually* (95% of the time) doesn't kill anything. If you get a 500 server error when the program loads, you know something went wrong.
Offline