steve_s Posted March 23, 2010 Share Posted March 23, 2010 Hi, I have installed one page checkout but when customers click to check out, the page goes to a 404 ... this site doesnt have a ssl certificat if that makes a difference. I installed it on another of my sites with no problems Kind regards Dawn Hi Dawn You forgot to add the define to catalog/includes/filenames.php before ?> add /* One Page Checkout - BEGIN */ define('FILENAME_CHECKOUT', 'checkout.php'); /* One Page Checkout - END */ Steve Quote Link to comment Share on other sites More sharing options...
steve_s Posted March 23, 2010 Share Posted March 23, 2010 Hi! I am using STS and One page Checkout. When a customer try to checkout with a different country then default he will get a error message in checkout.js Payment options and shipping is not displayed and the customer cant checkout. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4) Timestamp: Tue, 23 Mar 2010 09:35:00 UTC Message: 'get(...)' is null or not an object Line: 21 Char: 3 Code: 0 URI: http://suncare.no/shop/catalog/includes/checkout/checkout.js Does any one know of a solution to this problem? Best regards Torgrim Hi have you followed the instructions in this thread for STS, just use the search at bottom of this thread and search for STS Steve Quote Link to comment Share on other sites More sharing options...
steve_s Posted March 23, 2010 Share Posted March 23, 2010 Hello. Do everybody installed and working well OPC? I had the mentioned problem about the "<div" bug, but I am still unable to get working. (see my previous messages in this page) Can somebody post a checkout.php example? Thank you Hi, in checkout.php and includes/classes/onepage_checkout.php search for <? and make sure all occurrences are the full tag <?php Steve Quote Link to comment Share on other sites More sharing options...
steve_s Posted March 23, 2010 Share Posted March 23, 2010 Hiya 99.9% of our customers are from England, is there anyway to make the default state (zone) area default to england The default country is set as the UK so instead of having - please select on the drop down, have England there instead ? Thanks ron Hi Ron admin>configuration>one page checkout alter Default Address Country 223 change 223 to 222 Steve Quote Link to comment Share on other sites More sharing options...
fernyburn Posted March 24, 2010 Share Posted March 24, 2010 Default Payment Is there any way of making a certain payment default (radio button) I notice it has this on payment_method.php if ($paymentMethod == ''){ $paymentMethod = ONEPAGE_DEFAULT_PAYMENT; most of our transactions are credit card, so will would like this automatically selected. Quote Link to comment Share on other sites More sharing options...
Guest Posted March 24, 2010 Share Posted March 24, 2010 Hi All OK I have installed this great contribution and works fine up to a point. I use Paypal IPN with Fee but when I do a test run and click on confirm order it just takes me to the paypal Home page instead of the paypal payment page, would appreciate any help to solve this as it is now doing my head in :rolleyes: Regards Liam Quote Link to comment Share on other sites More sharing options...
Benjjj6 Posted March 24, 2010 Share Posted March 24, 2010 Is this One Page Checkout contribution compatible with PayPal Website Payments Pro? http://addons.oscommerce.com/info/7280 or http://addons.oscommerce.com/info/7184 Is anyone using this and PayPal Pro together successfully? Thanks, Ben Quote Link to comment Share on other sites More sharing options...
Guest Posted March 24, 2010 Share Posted March 24, 2010 (edited) Hi I think so, this one One Page Checkoutbut if it is I can't get it to go to the paypal payment page it only goes to the paypal home page Liam Edited March 24, 2010 by sligoman Quote Link to comment Share on other sites More sharing options...
egweimai Posted March 24, 2010 Share Posted March 24, 2010 hello i am running 2.2RCa with STS. Also have one page checkout installed (v1.2) but I cant get the change address buttons to work. Any ideas? Quote Link to comment Share on other sites More sharing options...
egweimai Posted March 24, 2010 Share Posted March 24, 2010 Thanks Steve. You're great help!!! Use cart.php from 1.1 works fine. I also was having the same problem, and followed the advice above (replace cart.php with prev version) but you have to press enter for it to update. any way I can get the update button on there? Quote Link to comment Share on other sites More sharing options...
johnnybebad Posted March 24, 2010 Share Posted March 24, 2010 (edited) for thos having trouble getting the address page and log page working in sts, place this code in your checkout.php.html file:- <!-- dialogs_bof //--> <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0"> <tr> <td class="main">E-Mail Address:</td> <td><input type="text" name="email_address" id="email_address"></td> </tr> <tr> <td class="main">Password:</td> <td><input type="password" name="login_password" maxlength="40" id="login_password"></td> </tr> <tr> <td colspan="2" align="right"><img src="includes/languages/english/images/buttons/button_login.gif" border="0" alt="IMAGE_LOGIN" title=" IMAGE_LOGIN " width="100" height="22" id="loginWindowSubmit"></td> </tr> </table></div> <div id="addressBook" title="Address Book" style="display:none"></div> <div id="newAddress" title="New Address" style="display:none"></div> <!-- dialogs_eof//--> please note do not pm me for solutions unless I have asked you to do so first, otherwise I will deemed a request for my services and I may ask for a fee first. I give to this community willing and FOC, I do not have time to deal with pms from everyone requesting help, and I AINT THAT GOOD EITHER! Edited March 24, 2010 by johnnybebad Quote Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
johnnybebad Posted March 24, 2010 Share Posted March 24, 2010 Is this One Page Checkout contribution compatible with PayPal Website Payments Pro? http://addons.oscommerce.com/info/7280 or http://addons.oscommerce.com/info/7184 Is anyone using this and PayPal Pro together successfully? Thanks, Ben Yes I am thanks Quote Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
nealc Posted March 24, 2010 Share Posted March 24, 2010 I don't know if this is the area to be posting this, but I have just installed Ajax Single Page Checkout and am trying to install Discount Coupons with this but am unable to get it to work or even show up in the checkout area. Is there anyone that has successfully installed these two contributions that may be able to assist me? Thank you. Quote I am currently just learning osCommerce and PHP, but am always willing to help out. Have successfully installed the following: Discount Coupons, UPS shipping module, Ultimate SEO URL's, Easy Meta Tags for SEO 1.0, Google XML Sitemap SEO v1.3, HTML Editor for Email and Newsletters. Link to comment Share on other sites More sharing options...
grazianno Posted March 24, 2010 Share Posted March 24, 2010 (edited) for thos having trouble getting the address page and log page working in sts, place this code in your checkout.php.html file:- <!-- dialogs_bof //--> <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0"> <tr> <td class="main">E-Mail Address:</td> <td><input type="text" name="email_address" id="email_address"></td> </tr> <tr> <td class="main">Password:</td> <td><input type="password" name="login_password" maxlength="40" id="login_password"></td> </tr> <tr> <td colspan="2" align="right"><img src="includes/languages/english/images/buttons/button_login.gif" border="0" alt="IMAGE_LOGIN" title=" IMAGE_LOGIN " width="100" height="22" id="loginWindowSubmit"></td> </tr> </table></div> <div id="addressBook" title="Address Book" style="display:none"></div> <div id="newAddress" title="New Address" style="display:none"></div> <!-- dialogs_eof//--> please note do not pm me for solutions unless I have asked you to do so first, otherwise I will deemed a request for my services and I may ask for a fee first. I give to this community willing and FOC, I do not have time to deal with pms from everyone requesting help, and I AINT THAT GOOD EITHER! Hi, we have added this checkout.php.html code but its not working ... : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <link rel="stylesheet" type="text/css" href="http://www.website.com/ext/jQuery/themes/smoothness/ui.all.css"> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.ajaxq.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.pstrength.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.ui.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/includes/checkout/checkout.js"></script> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <table align="center" width="767" height="1022" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="767" height="84" background="$templatedir/images/index_01.gif" colspan="2"><table align="center" width="760" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40" valign="middle"><a href="$urlcataloglogo"><img src="$templatedir/images/logo.gif" width="308" height="80" border="0"></a></td> <td> </td> <td width="150"></td> <td width="130"></td> <td width="185" align="left" valign="bottom"><table width="159" height="49" border="0" cellpadding="0" cellspacing="0" align="left"> <tr> <td width="159" height="65" align="right" valign="middle" background="$templatedir/images/cart_back.gif">$cartbox</td> </tr> </table></td> </tr> </table> </td> </tr> <tr> <td width="767" height="44" colspan="2" valign="top" background="$templatedir/images/index_02.gif"><table height="26" width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td height="26" valign="top" class="headerNavigation"><div style="padding-left:20px; padding-top:5px;">$homeurl<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$newprodurl<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$myaccountlogoff<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$cartcontents<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$contacturl</div></td> <td width="20%" valign="middle"> <table cellpadding="0" cellspacing="0" height="26" width="140" border="0"> <tr> <td valign="bottom">$searchbox </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td width="176" height="834" background="$templatedir/images/col_left_back.gif" valign="top" bgcolor="#FFFFFF"><table width="170" border="0" align="center" cellpadding="1" cellspacing="0"> <tr> <td valign="top">$categorybox<br></td> </tr> <tr> <td valign="top">$specialbox<br></td> </tr> <tr> <td valign="top">$informationbox <br></td> </tr> </table></td> <td width="591" height="834" valign="top" background="$templatedir/images/main_back.gif" bgcolor="#FFFFFF"><div align="center"><img src="$templatedir/images/header_banner.jpg" width="567" height="177"></div> <table width="560" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td>$content</td> </tr> </table></td> </tr> <tr> <td class="footerText" height="60px" background="$templatedir/images/index_05.gif" colspan="2"><div align="right" style="padding-right:40px;"> Copyright ® 20XX Company name </div> </td> </tr> </table><br> <br> <!-- dialogs_bof //--> <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0"> <tr> <td class="main"><?php echo ENTRY_EMAIL_ADDRESS;?></td> <td><?php echo tep_draw_input_field('email_address');?></td> </tr> <tr> <td class="main"><?php echo ENTRY_PASSWORD;?></td> <td><?php echo tep_draw_password_field('password');?></td> </tr> <tr> <td colspan="2" align="right" class="main"><a href="<?php echo tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL');?>"><?php echo TEXT_PASSWORD_FORGOTTEN;?></a></td> </tr> <tr> <td colspan="2" align="right"><?php echo tep_image_button('button_login.gif', IMAGE_BUTTON_LOGIN, 'id="loginWindowSubmit"');?></td> </tr> </table></div> <div id="addressBook" title="Address Book" style="display:none"></div> <div id="newAddress" title="New Address" style="display:none"></div> <!-- dialogs_eof//--> </body> </html> any help ? Edited March 24, 2010 by grazianno Quote Link to comment Share on other sites More sharing options...
Benjjj6 Posted March 24, 2010 Share Posted March 24, 2010 Yes I am thanks hehe:) I haven't started to install this contribution yet as compatibility with PayPal Pro was one of the major deciding factors. Are you using the latest release offical module (http://addons.oscommerce.com/info/7184) How long did it take to get it all working nicely? Simple merging of files, or did you run in to problems? I'm also tempted by SagePay Server, as after some research the processing fee's would be lower. Also implementing it with their 'iFrame' keeps the customer on your site but takes out the effort of having to comply with PCI standards and audits etc. Quote Link to comment Share on other sites More sharing options...
johnnybebad Posted March 24, 2010 Share Posted March 24, 2010 Hi, we have added this checkout.php.html code but its not working ... : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <link rel="stylesheet" type="text/css" href="http://www.website.com/ext/jQuery/themes/smoothness/ui.all.css"> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.ajaxq.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.pstrength.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.ui.js"></script> <script type="text/javascript" language="javascript" src="http://www.website.com/includes/checkout/checkout.js"></script> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <table align="center" width="767" height="1022" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="767" height="84" background="$templatedir/images/index_01.gif" colspan="2"><table align="center" width="760" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40" valign="middle"><a href="$urlcataloglogo"><img src="$templatedir/images/logo.gif" width="308" height="80" border="0"></a></td> <td> </td> <td width="150"></td> <td width="130"></td> <td width="185" align="left" valign="bottom"><table width="159" height="49" border="0" cellpadding="0" cellspacing="0" align="left"> <tr> <td width="159" height="65" align="right" valign="middle" background="$templatedir/images/cart_back.gif">$cartbox</td> </tr> </table></td> </tr> </table> </td> </tr> <tr> <td width="767" height="44" colspan="2" valign="top" background="$templatedir/images/index_02.gif"><table height="26" width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td height="26" valign="top" class="headerNavigation"><div style="padding-left:20px; padding-top:5px;">$homeurl<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$newprodurl<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$myaccountlogoff<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$cartcontents<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$contacturl</div></td> <td width="20%" valign="middle"> <table cellpadding="0" cellspacing="0" height="26" width="140" border="0"> <tr> <td valign="bottom">$searchbox </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td width="176" height="834" background="$templatedir/images/col_left_back.gif" valign="top" bgcolor="#FFFFFF"><table width="170" border="0" align="center" cellpadding="1" cellspacing="0"> <tr> <td valign="top">$categorybox<br></td> </tr> <tr> <td valign="top">$specialbox<br></td> </tr> <tr> <td valign="top">$informationbox <br></td> </tr> </table></td> <td width="591" height="834" valign="top" background="$templatedir/images/main_back.gif" bgcolor="#FFFFFF"><div align="center"><img src="$templatedir/images/header_banner.jpg" width="567" height="177"></div> <table width="560" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td>$content</td> </tr> </table></td> </tr> <tr> <td class="footerText" height="60px" background="$templatedir/images/index_05.gif" colspan="2"><div align="right" style="padding-right:40px;"> Copyright ® 20XX Company name </div> </td> </tr> </table><br> <br> <!-- dialogs_bof //--> <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0"> <tr> <td class="main"><?php echo ENTRY_EMAIL_ADDRESS;?></td> <td><?php echo tep_draw_input_field('email_address');?></td> </tr> <tr> <td class="main"><?php echo ENTRY_PASSWORD;?></td> <td><?php echo tep_draw_password_field('password');?></td> </tr> <tr> <td colspan="2" align="right" class="main"><a href="<?php echo tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL');?>"><?php echo TEXT_PASSWORD_FORGOTTEN;?></a></td> </tr> <tr> <td colspan="2" align="right"><?php echo tep_image_button('button_login.gif', IMAGE_BUTTON_LOGIN, 'id="loginWindowSubmit"');?></td> </tr> </table></div> <div id="addressBook" title="Address Book" style="display:none"></div> <div id="newAddress" title="New Address" style="display:none"></div> <!-- dialogs_eof//--> </body> </html> any help ? I use that code on all my sites with sts over severaldomains and it appaesr to work on them all. example code for complete file <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="$templatedir/stylesheet.css"> <link rel="alternate" type="application/rss+xml" title="<?php echo STORE_NAME . ' - ' . BOX_INFORMATION_RSS; ?>" href="<?php echo FILENAME_RSS, '?language=' . $key; ?>"> <link rel="stylesheet" type="text/css" href="ext/jQuery/themes/smoothness/ui.all.css"> </head> <body> <?php include("header.php.html"); ?> <table width="800px" align="center"><tr><td> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> $breadcrumbs </td> <td align="right" class="headerNavigation"> $myaccountlogoff | $cartcontents | $checkout </td> </tr> </table> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td valign="top" align="left"> <table border="0" width="125" cellspacing="0" cellpadding="2"> <tr><td>$rapidsslbox</td></tr> <tr><td>$categorybox</td></tr> <tr><td>$manufacturerbox</td></tr> <tr><td>$whatsnewbox</td></tr> <tr><td>$specialbox</td></tr> <tr><td>$searchbox</td></tr> <tr><td>$featuredbox</td></tr> <tr><td>$informationbox</td></tr> <tr><td>$paypallogobox</td></tr> <tr><td>$affiliatebox</td></tr> </table> </td> <td valign="top" align="center"> <p>$content </td> <td valign="top" align="right"> <table border="0" width="125" cellspacing="0" cellpadding="2"> <tr><td>$safebuybox</td></tr> <tr><td>$cartbox</td></tr> <tr><td>$competitionbox</td></tr> <tr><td>$orderhistorybox</td></tr> <tr><td>$bestsellersbox</td></tr> <tr><td>$reviewsbox</td></tr> <tr><td>$tellafriendbox</td></tr> <tr><td>$faqdeskbox</td></tr> <tr><td>$newsdeskbox</td></tr> </table> </td> </tr> </table> </td> </tr> </table> <?php include("footer.php.html"); ?> </body> </html> <!-- dialogs_bof //--> <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0"> <tr> <td class="main">E-Mail Address:</td> <td><input type="text" name="email_address" id="email_address"></td> </tr> <tr> <td class="main">Password:</td> <td><input type="password" name="login_password" maxlength="40" id="login_password"></td> </tr> <tr> <td colspan="2" align="right"><img src="includes/languages/english/images/buttons/button_login.gif" border="0" alt="IMAGE_LOGIN" title=" IMAGE_LOGIN " width="100" height="22" id="loginWindowSubmit"></td> </tr> </table></div> <div id="addressBook" title="Address Book" style="display:none"></div> <div id="newAddress" title="New Address" style="display:none"></div> <!-- dialogs_eof//--> as you can see the site is heavily modified, if that doesn't work I dont know I could look at the site I guess, and it depends on what version of OPC you are using I guess (i am using a modified version 1.3 I belive) Quote Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
johnnybebad Posted March 24, 2010 Share Posted March 24, 2010 hehe:) I haven't started to install this contribution yet as compatibility with PayPal Pro was one of the major deciding factors. Are you using the latest release offical module (http://addons.oscommerce.com/info/7184) How long did it take to get it all working nicely? Simple merging of files, or did you run in to problems? I'm also tempted by SagePay Server, as after some research the processing fee's would be lower. Also implementing it with their 'iFrame' keeps the customer on your site but takes out the effort of having to comply with PCI standards and audits etc. I am using the latest version of the official module by anthony, to be honest it was hell getting it installed as my sites are so heavily modifed there code didnt represent what i had at all. the other dymanic effects or something one I think it is is supposed to work well and modifying is supposed to be easier but i didnt try it, i would try that one first as its probably easier to uninstall, depends how you run your back ups I guess. the problem with the official module was it stored the card data in admin the credit card data is entered on our site?, I know that cardinal verifcation by the bank is entered on the banks site although it appears to be on your own site. The test environment was a joke, I had to do it all live. Quote Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
Guest Posted March 24, 2010 Share Posted March 24, 2010 Unbelievable 70 pages on this thread and no one know how to get this working with paypal ipn There must be someone can give me some help to get this working it is installed properly but I have had to disable this in admin until I can resolve the Paypal issue I.E. it goes to paypal home page and not the Paypal checkout page. Quote Link to comment Share on other sites More sharing options...
torgrima Posted March 24, 2010 Share Posted March 24, 2010 Hi have you followed the instructions in this thread for STS, just use the search at bottom of this thread and search for STS Steve Thanks for the tip, I have tried to past the code in the file checkout.php.html, but it does not help. I am not sure if I have placed the file correctly in the proper folder. The folder is: catalog/includes/sts_templates/sts_suncare_03/boxes/ where sts_suncare_03 is my active STS directory. Quote Link to comment Share on other sites More sharing options...
♥bruyndoncx Posted March 25, 2010 Share Posted March 25, 2010 Unbelievable 70 pages on this thread and no one know how to get this working with paypal ipn There must be someone can give me some help to get this working it is installed properly but I have had to disable this in admin until I can resolve the Paypal issue I.E. it goes to paypal home page and not the Paypal checkout page. There is a reason for this. This is a major piece of Ajax code where the average oscommerce tweaker has trouble understanding letalone debugging someoneelses code remotely. If you're really in need for support, you'll need to find a pro to get this sorted for you i'm afraid. good luck Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Link to comment Share on other sites More sharing options...
steve_s Posted March 25, 2010 Share Posted March 25, 2010 I don't know if this is the area to be posting this, but I have just installed Ajax Single Page Checkout and am trying to install Discount Coupons with this but am unable to get it to work or even show up in the checkout area. Is there anyone that has successfully installed these two contributions that may be able to assist me? Thank you. Hi this is the wrong thread, ajax one page checkout has its own support on another site http://forums.advancewebsoft.com/index.php?board=8.0 Steve Quote Link to comment Share on other sites More sharing options...
steve_s Posted March 25, 2010 Share Posted March 25, 2010 I also was having the same problem, and followed the advice above (replace cart.php with prev version) but you have to press enter for it to update. any way I can get the update button on there? update button on the version of the cart 1.2? Steve Quote Link to comment Share on other sites More sharing options...
steve_s Posted March 25, 2010 Share Posted March 25, 2010 Thanks for the tip, I have tried to past the code in the file checkout.php.html, but it does not help. I am not sure if I have placed the file correctly in the proper folder. The folder is: catalog/includes/sts_templates/sts_suncare_03/boxes/ where sts_suncare_03 is my active STS directory. you place the code in a file called checkout.html i think im not using sts and will be placed in catalog/includes/sts_templates/sts_suncare_03/ folder Steve Quote Link to comment Share on other sites More sharing options...
Guest Posted March 25, 2010 Share Posted March 25, 2010 There is a reason for this. This is a major piece of Ajax code where the average oscommerce tweaker has trouble understanding letalone debugging someoneelses code remotely. If you're really in need for support, you'll need to find a pro to get this sorted for you i'm afraid. good luck Hi Thanks for the heads up hopefully maybe an update will come soon.. Regards Liam Quote Link to comment Share on other sites More sharing options...
egweimai Posted March 25, 2010 Share Posted March 25, 2010 I have replaced the cart.php with the one from the previous version (so that the quantity doesnt refres automatically) but now I have to press enter to update..... any idea how i can get the update button back on there? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.