News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Ordering Script - Need help

Started by GladiatoR, March 07, 2007, 11:42:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

GladiatoR

I've just added a paypal script. I've currently got it so whenever someone buys a photo on my website (www.jlphoto.com.au/gallery) that it gives them an option to chose either local pickup or $3.00 postage. It all works fine, adds the 3 bucks to the photo price but how do i make it so it only adds it to one set of photos and not just each individual photo? The code can be found below.

<!--//START 2nd Dropdown List Form -->
           <FONT size="2"><b>3. Select Postage Method</b></font>
           <blockquote>
              <SELECT onchange="ReadForm (this.form, false);">
                                  // values for paypal                  //what your user sees
                    <OPTION value=' Option 1: Posted +3.00 '>    Posted (+ $3.00)</OPTION>
                 <OPTION value=' Option 2: Locl Pickup '>    Local Pickup</OPTION>
              </SELECT> </blockquote>