Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ordercheck contrib help needed


Guest

Recommended Posts

Posted

Hi

 

I was reading about the contrib called ordercheck OrderCheck

 

I am calling out for assistance as I'm almost there but keep getting a blank page when I click my confirm order within my website. I've looked in the admin section and the order is being recorded when i click the 'confirm order' button so the contribution is working....almost. It just doesn't send me off to paypal to complete the order.

 

If anyone can help I would be most grateful.

 

My website is Visit My Website

 

If you atempt to purchase something it goes blank on http://www.ukshaolintemple.com/catalog/che...payment_ext.php

 

 

Thanks again for any help

 

Weavers

Posted

Just incase anyone else has this problem I figured it out after 5 hours investigation.

 

In the file the checkout_payment_ext.php there are several php lines commented out, removing these comments made everything work. Below are the parts you need to set free!

 

<!-- header //-->
<?php //require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->

<!-- left_navigation //-->
<?php // require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->

<!-- right_navigation //-->
<?php //require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->

<!-- footer //-->
<?php //require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->

 

Hope this works for you like it did for me.

 

Weavers

Archived

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

×
×
  • Create New...