draeward Posted August 10, 2010 Posted August 10, 2010 Hello i recently installed OPC, and it all seems to work fine, except that there is no submit button on the page. there is no way to confirm your order to get to the finished page. all the code seems to be there but nothing shows up. on checkout.php the code looks liek this. its around line 966 <td class="main" align="right"><?php if(ONEPAGE_CHECKOUT_LOADER_POPUP == 'False'){ ?> <div id="ajaxMessages" style="display:none;"></div> <?php } ?> <div id="checkoutButtonContainer"><?php echo tep_image_submit('button_confirm_order.gif', IMAGE_BUTTON_CONTINUE, 'id="checkoutButton" formUrl="' . tep_href_link(FILENAME_CHECKOUT_PROCESS, '', $request_type) . '"'); ?> <input type="hidden" name="formUrl" id="formUrl" value=""> </div> please help! thanks in advance!
Guest Posted August 10, 2010 Posted August 10, 2010 Drae, I believe this: 'button_confirm_order.gif', IMAGE_BUTTON_CONTINUE Should be this: 'button_confirm_order.gif', IMAGE_BUTTON_CONFIRM_ORDER It is not calling on the correct button image. Chris
draeward Posted August 10, 2010 Author Posted August 10, 2010 Drae, I believe this: 'button_confirm_order.gif', IMAGE_BUTTON_CONTINUE Should be this: 'button_confirm_order.gif', IMAGE_BUTTON_CONFIRM_ORDER It is not calling on the correct button image. Chris Thanks Chris. Its still not pulling through tho. not sure what the deal is... here is a screenshot of it. i do have a paypal error on the page, the paypal options shows up under the payment method as the page is loading, and then disapears once the page loads. could that have anything to do with it? the error is 'paypal' is undefined. i have tried turning it off and turning on other things like cod but still no submit button. thanks so much for your help!
artful Posted August 10, 2010 Posted August 10, 2010 Thanks Chris. Its still not pulling through tho. not sure what the deal is... here is a screenshot of it. i do have a paypal error on the page, the paypal options shows up under the payment method as the page is loading, and then disapears once the page loads. could that have anything to do with it? the error is 'paypal' is undefined. i have tried turning it off and turning on other things like cod but still no submit button. thanks so much for your help! Hello Drae, As you are using Onepage Checkout go to their support page: http://www.oscommerce.com/forums/topic/333292-one-page-checkout-support/page__st__1720__p__1518360__hl__onepage%20checkout__fromsearch__1entry1518360 and there you will find answers as if I remember correctly there were problems with Paypal and the add-on. Barbara
Guest Posted August 10, 2010 Posted August 10, 2010 Hi Drae, You also failed to mention you were using a template. Template creators are notorious for altering required code. You may need to post the file code so we can see exactly what is missing. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.