Guest Posted April 28, 2011 Share Posted April 28, 2011 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 More sharing options...
♥toyicebear Posted April 28, 2011 Share Posted April 28, 2011 Click me... Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Guest Posted April 28, 2011 Share Posted April 28, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.