Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OPC no submit button or link


draeward

Recommended Posts

Posted

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!

Posted

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

Posted

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! ss.png

Posted

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! ss.png

 

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...