Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

skip shipping page at checkout process


Guest

Recommended Posts

Hi together,

 

I'm setting up an oscommerce shop (2.3.1) for first time and got stuck at simplifying the checkout process (without too much programming skills). Got rid of login and password procedure already as well as of unnecessary account fields like date of birth. Everything o.k. till then. In the end I want to go Shopping Cart -> Order Details (Create Account) -> Choose Payment Method -> Confirm Order.

 

Therefore by clicking the Continue button on the create_account.php page I want to be forwarded to checkout_payment.php (skipping chechout_shipping.php). Thought it would simply be done by altering the link of continue-button ... but I can't see any link:

 

 

<div class="buttonSet">

<span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'person', null, 'primary'); ?></span>

</div>

 

 

Tried to change code to:

 

<div class="buttonSet">

<span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'person', tep_href_link(FILENAME_CECKOUT_PAYMENT, '', 'SSL'), 'primary'); ?></span>

</div>

 

 

This seems to drop the access-information. However, it definitely messes up the further process.

 

Where or how can alter the link to skip the shipping page? Please prevent me from another sleepless night ...

 

Arved

Link to comment
Share on other sites

thanks nick!! why didn't I find it in my search? (shame on me) I should think about my research skills. The code doesn't work with my site yet, but the idea seems logically and I'll hopefully get it working in a few minutes. might have to change some shipping settings. Thank you!

 

Arved

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...