The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Form Submission Question
Author Message
Reply with quote
Post Form Submission Question 
Here's an example of how we're getting the order, you can see that there was supposed to be a ship to and a bill to and they both got lumped together and we don't know if the ship to had a different zip code.

Again, when you type in a different ship to and bill to on the site and get to the final approval page, the error shows itself there too.

When can I get that fixed?

BILLING INFORMATION --------------

NAME: LPW
ADDRESS1: 31 West 27th Street31 West 27th Street9th Floor
ADDRESS2:
CITY: New York
STATE: NY
PROVINCE
ZIP: 10001
COUNTRY: US
PHONE:
FAX:
EMAIL: lwagn@kodesign.com

SHIPPING INFORMATION --------------

NAME:
ADDRESS1:
ADDRESS2:
CITY:
STATE:
PROVINCE
ZIP:
COUNTRY:

ORDER NOTES -------------------


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post Addtion to Post 
here is the link to the error occuring.

http://www.acanthuspress.com/cgi-bin/store/agora.cgi

click a product, add to cart, and checkout. When you fill out the info for both contact and shipping, the result is the previous post. Any ideas??


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
not sure what your order_lib.pl file looks like but you have extra fields in there. unless they are supported in the order_lib.pl file agoracart will get confused. for example the company name. are you sure you inserted all the required scripting to support the company field?
i don't think this ecom field is standard...
<INPUT TYPE=TEXT NAME="Ecom_ShipTo_Postal_Citya"
VALUE="" size=25>
do you have the Ecom_ShipTo_Postal_Citya supported in the order_lib.pl file?
it's a great looking site!
you'll have to ascertain that the fields are not conflicting or left hanging out there someplace in the code.
dan

Reply with quote
Post  
Webcando,
Have you set up the "POS Content" at Linkpoint?
This may be why things are not being returned...


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Thanks for the response. 
In not familiar with that. Can you elaborate a little bit.


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
Dan N,
You have to log into Linkpoint Central and click on "Customization" Then click on "POS Content". This is where you set up the fields for the order form once the customer is sent to Linkpoint to complete the transaction.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Thanks Again. 
I will take a look. Thanks!


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post Question 
The problem seems to be processing from step one to step two. See below:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<div>
  <div align="center">
    <table cellspacing="0" cellpadding="0" width="709" border="0">
      <tbody>
        <tr>
          <td><form action="agora.cgi" method="post">
            <div align="center">
              <table cellpadding="0" width="530" border="0">
                <tbody>
                  <tr>
                    <td colspan="2"><p>Dan, it&rsquo;s not linkpoint. Look at   this sample from Step 1 and Step 2 pages. Step 2 is lumping the data together   and we are still on our site; nothing has been passed to linkpoint at this stage   yet. Note too that Step two doesn&rsquo;t attempt to show separate ship to and bill to   addresses on its page. There&rsquo;s where the error is, passing from Step One to Step   Two.</p>
                          <p align="center">STEP   ONE</p>
                      <p align="center">&nbsp;</p>
                      <p align="center">Free shipping via UPS   ground in the continental United States. <br />
                        For international   or expedited shipping, please contact us via phone<br />
                        (800-827-7614) or e-mail   (<a href="mailto:%20orders@acanthuspress.com">orders@acanthuspress.com</a>) for   pricing.</p>
                      <p align="center">New   York State residents will be   charged 8.375% sales tax. </p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#f0f1eb"><table cellpadding="0" width="550" border="1">
                      <tbody>
                        <tr>
                          <td bgcolor="#f0f1eb" colspan="3"><p align="center">Please select where   your order will be shipped/billed and click 'Next'</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Shipping   Method:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <select name="Ecom_ShipTo_Method">
                              <option value="UPS Ground (GNDRES)" selected="selected">UPS Ground</option>
                              <option value="UPS 2nd Day (2DA)">UPS 2nd Day</option>
                              <option value="UPS Next Day (1DA)">UPS Next   Day</option>
                              <option value="FEDEX Priority Overnight (Express,Priority Overnight)">FedEx   Priority Overnight</option>
                              <option value="FEDEX Express (Express,Express Saver)">FedEx   Express Saver</option>
                              <option value="FEDEX Ground (Ground,Ground)">FedEx Ground</option>
                              <option value="FEDEX Home Delivery (Home,Home)">FedEx Home Delivery</option>
                              <option value="USPS Parcel Post (Parcel)">USPS Parcel Post</option>
                              <option value="USPS Priority Mail (Priority)">USPS Priority Mail</option>
                              <option value="USPS Express Mail (Express)">USPS Express Mail</option>
                            </select>
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Email   Address:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="pressman@pipeline.com" name="Ecom_BillTo_Online_Email" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Name:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="Barry Cenower" name="Ecom_ShipTo_Postal_Name" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Company:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="Acanthus Press" name="Ecom_ShipTo_Postal_Company" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Address 1: </p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="48 West 22nd St." name="Ecom_ShipTo_Postal_Street_Line1" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Address 2: </p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" name="Ecom_ShipTo_Postal_Street_Line2" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">City:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="25" value="New York" name="Ecom_ShipTo_Postal_City" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">State:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <select name="Ecom_ShipTo_Postal_StateProv">
                              <option value="">&nbsp;</option>
                              <option>AK</option>
                              <option>AL</option>
                              <option>AR</option>
                              <option>AZ</option>
                              <option>CA</option>
                              <option>CO</option>
                              <option>CT</option>
                              <option>DC</option>
                              <option>DE</option>
                              <option>FL</option>
                              <option>GA</option>
                              <option>GU</option>
                              <option>HI</option>
                              <option>IA</option>
                              <option>ID</option>
                              <option>IL</option>
                              <option>IN</option>
                              <option>KS</option>
                              <option>KY</option>
                              <option>LA</option>
                              <option>MA</option>
                              <option>MD</option>
                              <option>ME</option>
                              <option>MI</option>
                              <option>MN</option>
                              <option>MO</option>
                              <option>MS</option>
                              <option>MT</option>
                              <option>NC</option>
                              <option>ND</option>
                              <option>NE</option>
                              <option>NH</option>
                              <option>NJ</option>
                              <option>NM</option>
                              <option>NV</option>
                              <option selected="selected">NY</option>
                              <option>OH</option>
                              <option>OK</option>
                              <option>OR</option>
                              <option>PA</option>
                              <option>PR</option>
                              <option>RI</option>
                              <option>SC</option>
                              <option>SD</option>
                              <option>TN</option>
                              <option>TX</option>
                              <option>UT</option>
                              <option>VA</option>
                              <option>VI</option>
                              <option>VT</option>
                              <option>WA</option>
                              <option>WI</option>
                              <option>WV</option>
                              <option>WY</option>
                            </select>
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Zip/Postal   Code</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="5" value="10010" name="Ecom_ShipTo_Postal_PostalCode" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="white" colspan="2"><p align="center"><strong><strong>Shipping   Address (if different than your billing address</strong></strong>) </p></td>
                          <td bgcolor="white"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Name:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="Jim Dobson" name="Ecom_ShipTo_Postal_Name" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Company:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="Thus Press" name="Ecom_ShipTo_Postal_Company" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Address 1: </p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" value="84 West 22nd St." name="Ecom_ShipTo_Postal_Street_Line1" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Address 2: </p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="35" name="Ecom_ShipTo_Postal_Street_Line1" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">City:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="25" value="Marlton" name="Ecom_ShipTo_Postal_Citya" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">State:</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <select name="Ecom_ShipTo_Postal_StateProva">
                              <option value="">&nbsp;</option>
                              <option>AK</option>
                              <option>AL</option>
                              <option>AR</option>
                              <option>AZ</option>
                              <option>CA</option>
                              <option>CO</option>
                              <option>CT</option>
                              <option>DC</option>
                              <option>DE</option>
                              <option>FL</option>
                              <option>GA</option>
                              <option>GU</option>
                              <option>HI</option>
                              <option>IA</option>
                              <option>ID</option>
                              <option>IL</option>
                              <option>IN</option>
                              <option>KS</option>
                              <option>KY</option>
                              <option>LA</option>
                              <option>MA</option>
                              <option>MD</option>
                              <option>ME</option>
                              <option>MI</option>
                              <option>MN</option>
                              <option>MO</option>
                              <option>MS</option>
                              <option>MT</option>
                              <option>NC</option>
                              <option>ND</option>
                              <option selected="selected">NE</option>
                              <option>NH</option>
                              <option>NJ</option>
                              <option>NM</option>
                              <option>NV</option>
                              <option>NY</option>
                              <option>OH</option>
                              <option>OK</option>
                              <option>OR</option>
                              <option>PA</option>
                              <option>PR</option>
                              <option>RI</option>
                              <option>SC</option>
                              <option>SD</option>
                              <option>TN</option>
                              <option>TX</option>
                              <option>UT</option>
                              <option>VA</option>
                              <option>VI</option>
                              <option>VT</option>
                              <option>WA</option>
                              <option>WI</option>
                              <option>WV</option>
                              <option>WY</option>
                            </select>
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td bgcolor="#f0f1eb"><p align="right">Zip/Postal   Code</p></td>
                          <td bgcolor="#f0f1eb"><p>
                            <input size="5" value="07777" name="Ecom_ShipTo_Postal_PostalCodea" />
                          </p></td>
                          <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td colspan="2"><p align="center">
                            <input type="hidden" value="LinkpointHTML" name="gateway" />
                            <input type="submit" value="Please Click Here To Continue" name="submit_order_form_button" method="post" action="agora.cgi" />
                          </p></td>
                          <td><p>&nbsp;</p></td>
                        </tr>
                      </tbody>
                    </table></td>
                    <td bgcolor="#f0f1eb"><p>&nbsp;</p></td>
                  </tr>
                </tbody>
              </table>
            </div>
          </form></td>
        </tr>
        <tr height="35">
          <td valign="top" background="http://www.acanthuspress.com/images/images/big_backgrd.gif" height="35"><p align="center"><img id="_x0000_i1025" height="35" src="cid:image001.gif@01C5DAD9.EBF2E650" width="692" border="0" /></p></td>
        </tr>
        <tr height="35">
          <td valign="top" height="35"><p align="center">&nbsp;</p>
              <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
            <p align="center">STEP   TWO</p>
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p></td>
        </tr>
        <tr height="40">
          <td height="40"><form action="agora.cgi" method="post">
            <p align="right">
              <input maxlength="40" name="keywords" />
              <input type="hidden" value="search" name="ppinc=search" />
              <input type="submit" value=" Search " name="search_request_button" method="post" action="agora.cgi" />
            </p>
          </form></td>
        </tr>
      </tbody>
    </table>
  </div>
  <form>
    <!--END HEADER TABLE-->
    <p align="center">
      <input type="hidden" value="4379906.4683*GX2c-4" name="cart_id" />
      <input type="hidden" name="page" />
      <input type="hidden" value="00021" name="product_id" />
    </p>
    <div align="center">
      <table cellspacing="0" cellpadding="0" width="600" bgcolor="white" border="1">
        <tbody>
          <tr>
            <td bgcolor="#e4e0cc"><p align="center"><strong>&nbsp;Qty&nbsp;</strong></p></td>
            <td bgcolor="#e4e0cc"><p align="center"><strong>&nbsp;Title&nbsp;</strong></p></td>
            <td bgcolor="#e4e0cc"><p align="center"><strong>&nbsp;Cost&nbsp;</strong></p></td>
          </tr>
          <tr>
            <td><p align="center">1</p></td>
            <td><p align="center">Anzolo Fuga: Murano   Glass Artist</p></td>
            <td><p align="center">$   75.00
                    <input type="hidden" value="75.00" name="TOTAL" />
            </p></td>
          </tr>
        </tbody>
      </table>
    </div>
    <p align="center">&nbsp;</p>
    <div align="center">
      <table cellspacing="0" cellpadding="0" bgcolor="white" border="0">
        <tbody>
          <tr>
            <td bgcolor="#e4e0cc" colspan="2"><p align="center"><strong>Order   Totals</strong></p></td>
          </tr>
          <tr>
            <td><p align="right">Item Cost   Subtotal:</p></td>
            <td><p align="right">$   75.00</p></td>
          </tr>
          <tr>
            <td><p align="right">Sales   Tax:</p></td>
            <td><p align="right">6.28</p></td>
          </tr>
          <tr>
            <td colspan="2"><p align="right"><img id="_x0000_i1082" height="2" src="cid:image002.jpg@01C5DAD9.EBF2E650" width="46" border="0" /></p></td>
          </tr>
          <tr>
            <td><p align="right">Grand   Total:</p></td>
            <td><p align="right">$   81.28</p></td>
          </tr>
        </tbody>
      </table>
    </div>
  </form>
  <form action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post">
    <p align="center">
      <input type="hidden" value="payplus" name="mode" />
      <input type="hidden" name="shippingamount" />
      <input type="hidden" value="6.28" name="salestaxamount" />
      <input type="hidden" name="shipping" />
      <input type="hidden" value="6.28" name="tax" />
      <input type="hidden" value="75.00" name="subtotal" />
      <input type="hidden" value="81.28" name="chargetotal" />
      <input type="hidden" value="75.00" name="subtotalamount" />
      <input type="hidden" value="1001123228" name="storename" />
      <input type="hidden" value="4379906.4683|1130419959" name="oid" />
      <input type="hidden" value="pressman@pipeline.com" name="email" />
      <input type="hidden" value="Barry CenowerJim Dobson" name="bname" />
      <input type="hidden" value="48 West 22nd St.84 West 22nd St." name="baddr1" />
      <input type="hidden" value="New York" name="bcity" />
      <input type="hidden" value="NY" name="bstate" />
      <input type="hidden" value="10010" name="bzip" />
    </p>
    <div align="center">
      <table cellspacing="0" cellpadding="0" width="500" bgcolor="#c0ffff" border="0">
        <tbody>
          <tr>
            <td><div align="center">
              <table cellspacing="0" cellpadding="0" width="480" bgcolor="navy" border="0">
                <tbody>
                  <tr>
                    <td bgcolor="#c0ffff"><p><strong>Please verify the   following information. When you are confident that it is correct, click the   'Secure Orderform' button to enter your payment information, or <a href="http://www.acanthuspress.com/cgi-bin/store/agora.cgi?order_form_button.x=1">click   here</a> to make corrections: </strong></p></td>
                    <td bgcolor="#c0ffff"><p>&nbsp;</p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#c0ffff"><table cellpadding="0" width="100%" border="0">
                      <tbody>
                        <tr>
                          <td width="50%"><p align="right">Shipping   Method:</p></td>
                          <td width="50%"><p>UPS Ground (GNDRES)&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td width="50%"><p align="right">Email:</p></td>
                          <td width="50%"><p>pressman@pipeline.com&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td width="50%"><p align="right">Name:</p></td>
                          <td width="50%"><p>Barry CenowerJim Dobson&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td width="50%"><p align="right">Street:</p></td>
                          <td width="50%"><p>48 West 22nd St.84 West 22nd St.&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td width="50%"><p align="right">City:</p></td>
                          <td width="50%"><p>New   York&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td width="50%"><p align="right">State:</p></td>
                          <td width="50%"><p>NY&nbsp;</p></td>
                        </tr>
                        <tr>
                          <td width="50%"><p align="right">Zip:</p></td>
                          <td width="50%"><p>10010&nbsp;</p></td>
                        </tr>
                      </tbody>
                    </table></td>
                    <td bgcolor="#c0ffff"><p>&nbsp;</p></td>
                  </tr>
                  <tr>
                    <td bgcolor="#c0ffff"><p align="center">
                      <input name="submit" type="submit" value="Secure Orderform" method="post" action="https://secure.linkpt.net/lpcentral/servlet/lppay" />
                    </p></td>
                    <td bgcolor="#c0ffff"><p>&nbsp;</p></td>
                  </tr>
                </tbody>
              </table>
            </div></td>
          </tr>
        </tbody>
      </table>
    </div>
  </form>
  </div>
</body>
</html>



_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
Dan N,
I believe the problem may lie in the order_lib.pl file AND the orderform.html file...
You do not have them set up to handle the billing and shipping fields.
You are using the same variables for the billing as you are using for the shipping.
This is causing the confusion with the variables that are being sent to Linkpoint.

Take a really good look at the order_lib.pl file, you should be able to decifer the areas that need some help,

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
i suggest you back up what you have then restore the default files. now remove any fields one at a time you do not want checking for errors. when all the fields are removed and it's error free then you can begin adding fields you want to have. add one at a time and check for errors before adding another field.
sometimes you can just rename a field to what ppl see and not the code to customize. but this depends on the function of the firld you're changing.
dan

Reply with quote
Post  
Dan N,
Take a good look at the LinkpointHTML-order_lib.pl file, especially the following area:
%sc_order_form_array

In this array are the various default field names you can have.

Below the order form array is:
sub LinkpointHTML_verification_table

This subroutine is what gets displayed when the customer clicks to verify the info inputted on the form.

Below that, find:
sub print_LinkpointHTML_SubmitPage

Look for the "hidden" fields. These are what will actually be passed to Linkpoint.

Hopefully, this will help you find where to make your fixes at.
But like Dan said above, you might want to restore the original gateway files and then slowly make the changes. Make sure that the variables on the order form and in the order_lib match and don't duplicate an order form field.

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum