Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2009
    Posts
    8
    Plugin Contributions
    0

    Default Skip Shipping and Payment Pages?

    I'm going for a quick and efficient checkout process. Because I'm offering only one payment method (PayPal) and one shipping method (USPS), I'd like to skip the delivery information page (step 1) and payment information (step 2), so customers go directly from shopping cart to order confirmation page (step 3), then to the PayPal checkout page. I've read many, many previous threads, but have not found one that solved this challenge. Can you help?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Skip Shipping and Payment Pages

    Al,
    There is a one step checkout module in the Free Software Add Ons you might be interested in.

  3. #3
    Join Date
    Nov 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Skip Shipping and Payment Pages

    Hmmm... an interesting idea. Thank you! Could you please post a few urls I could visit to see examples in action? or suggest another way I could see what the one-page checkout looks like before I try it?

  4. #4
    Join Date
    Nov 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Skip Shipping and Payment Pages

    Can anyone tell me how and where to change coding to skip both shipping and payment pages?

  5. #5
    Join Date
    Nov 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Skip Shipping and Payment Pages

    While waiting for an expert suggestion, I tried this and it seems to do what I want it to. Can anyone see any drawbacks? I'd appreciate your take and any other suggestions. Thanks!

    includes/templates/custom/templates/tpl_shopping_cart_default.php

    line 132

    changed original:
    <div class="buttonRow forward"><?php echo '<a href=" ' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

    to:
    <div class="buttonRow forward"><?php echo '<a href="index.php?main_page=checkout_confirmation"' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

  6. #6
    Join Date
    Nov 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Skip Shipping and Payment Pages?

    Must be something not-quite-right in my code... works inconsistently. Please help. Thanks!

 

 

Similar Threads

  1. v138a completly skip/remove step 1 to 3 shipping and payment
    By dennykb-d in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 22 Feb 2015, 06:19 PM
  2. Skip Shipping and Payment Methods
    By thatstevensguy in forum Customization from the Admin
    Replies: 2
    Last Post: 3 Oct 2011, 02:32 PM
  3. Gift Certs and Skip Shipping Address setting
    By TonyB6 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 13 Sep 2011, 11:36 AM
  4. Comments Section on Shipping and Payment pages!
    By autoace in forum Customization from the Admin
    Replies: 1
    Last Post: 21 Aug 2009, 04:23 PM
  5. use cart for quotation requests and skip shipping/payment
    By carol in forum Managing Customers and Orders
    Replies: 9
    Last Post: 23 Feb 2007, 03:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg