mudi Posted March 8, 2008 Share Posted March 8, 2008 Hello, check this ptcads.net You knwo why i get a gray part at the right? How can i fix it? :S.. Also How can i introduce e-gold there. Or tell me a good cart that isnt dlguard. The web of order is this <form action="#SITE_URL/(web it gives me when payment is done)" method="post"> <table width="100%" style="border: 1 solid #eaeaea;" bgcolor="#f0f0f0"> <tr bgcolor="#999999"> <td colspan="2" class="mainmenu">#SITE_TITLE Advertising</td> </tr> <tr> <TD COLSPAN="2" ALIGN="center"> <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=index&r=#R">Index</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=banners&r=#R">Banners</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=emails&r=#R">Paid E-Mails</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=clicks&r=#R">Paid Clicks</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=signups&r=#R">Paid Sign-Ups</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=leads&r=#R">Leads Campaign</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=sales&r=#R">Sales Campaign</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=order&r=#R">Order Form</A> </TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Personal Information</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%">Full Name:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="fullname" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Address:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="address" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Zip-code:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="zipcode" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">City:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="city" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Country:</TD> <TD WIDTH="50%"><SELECT NAME="country"> #LOOP(#Countries)<OPTION VALUE="#Countries::name">#Countries::name</OPTION> #ENDLOOP </SELECT> </TD> </TR> <TR> <TD WIDTH="50%">E-Mail Address:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="email" SIZE="38"></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Package Information</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%">Package:</TD> <TD WIDTH="50%"> <SELECT NAME="package"> #LOOP(#Packages) <OPTION VALUE="#Packages::id">#Packages::title - $#Packages::price</OPTION> #ENDLOOP </SELECT> </TD> </TR> <TR> <TD WIDTH="50%">Target URL:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="ad_url" SIZE="55"></TD> </TR> <TR> <TD WIDTH="50%">Subject/Title:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="ad_title" SIZE="55"></TD> </TR> <TR> <TD WIDTH="50%" VALIGN="top">Text:</TD> <TD WIDTH="50%"><TEXTAREA NAME="ad_text" ROWS="6" COLS="40"></TEXTAREA></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Payment Method</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="paypal"> PayPal</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/paypal.gif" BORDER="0" ALT="PayPal"></TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="egold"> e-Gold</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/e-gold.gif" BORDER="0" ALT="e-Gold"></TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="moneybookers"> Moneybookers</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/moneybookers.gif" BORDER="0" ALT="Moneybookers"></TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="cc"> Credit Card</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/creditcard.gif" BORDER="0" ALT="Credit Card"></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Additional Comments</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%" VALIGN="top">Comments:</TD> <TD WIDTH="50%"><TEXTAREA NAME="comments" ROWS="6" COLS="40"></TEXTAREA></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2"><INPUT TYPE="submit" NAME="submit" value="Continue >>"></TD> </TR> </TABLE> </FORM> Note: I can make it to pay certain amount. But they have to choose a package, let's say he choose 5 usd but the e-gold web tells him to pay 2. How i make it pay the amount that depends on the package he choose. PLEASE AND THANKS GUY. Link to comment https://forums.phpfreaks.com/topic/95102-cart-for-e-gold-free-or-paid-also-check-this-bug/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.