Kryptronic Software Support Forum

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.

#1 06-03-2002 12:41:13

Guest
Guest

Add Payment Comment

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

 

#2 06-03-2002 15:04:17

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19967
Website

Re: Add Payment Comment

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.


Nick Hendler

Offline

 

Board footer