Page 165 of 279 FirstFirst ... 65115155163164165166167175215265 ... LastLast
Results 1,641 to 1,650 of 2784
  1. #1641
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    I bet it is related to this edit which disabled autoselecting the least expensive shipping as default.

    https://www.zen-cart.com/showthread....-shipping-quot
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #1642
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Just started using OPC 2.3.1 on ZC 1.6.C. Everything to be working as expected so far.

    However, I do have a questions regarding address book. Prior using OPC, I was able to see customer address book. It was useful as sometimes Paypal would change order address to default billing address.

    Please look at screenshot attached. Click image for larger version. 

Name:	opc.jpg 
Views:	38 
Size:	23.9 KB 
ID:	19019

    Is there a way or a setting to see customer address book as before? It used to show as "2 entries" in blue. Theres is nothing being displayed now

    thank you in advance for your help.

  3. #1643
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,106
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    What you are seeing is in the admin back end when viewing Customers >> Customers.

    This is not connected to, or effected by OPC.

    If the customer has more than one address, you will see the 2 Entries or 3 Entries. That's where you would click to see the different addresses. If the blue entry is not there, then there is only one registered address for the user.

    That still doesn't mean they can't/won't add a new address to PayPal. Still, nothing to do with OPC.

  4. #1644
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by dbltoe View Post
    What you are seeing is in the admin back end when viewing Customers >> Customers.

    This is not connected to, or effected by OPC.

    If the customer has more than one address, you will see the 2 Entries or 3 Entries. That's where you would click to see the different addresses. If the blue entry is not there, then there is only one registered address for the user.

    That still doesn't mean they can't/won't add a new address to PayPal. Still, nothing to do with OPC.
    Thank you dbltoe.

    What i meant is that it does not seems to registered the second address regardless of the payment method.

    I am aware of Paypal changing address is a complete different issue on it is own regardless of checkout and it may have been confusing.

    For example a customer place an order using check/ money order or free order.... If i go to the order, it displays address A as biling and address B as shipping.

    However, there is nothing in the address book ( 2 entries....) is not displayed.

    If i turn off OPC, it works as usual.

    Thank you in advance for your help

  5. #1645
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    here are some screenshot to try to explain it better.

    Click image for larger version. 

Name:	test.jpg 
Views:	35 
Size:	20.1 KB 
ID:	19022

    Using OPC does not seems to register address into customer address book.

    I run some test as follow

    test 1 with OPC to true.
    payment is check/money order

    The order displays both address correctly but no entries in address book.

    Click image for larger version. 

Name:	test1.jpg 
Views:	31 
Size:	20.4 KB 
ID:	19023


    test 2 with OPC to false.
    payment is check/money order

    The order displays both address correctly and there is 2 entries in address book as seen in first screen shot above.

    Click image for larger version. 

Name:	test2.jpg 
Views:	36 
Size:	21.5 KB 
ID:	19024

    Is there a setting in OPC configuration that I missed?

    Thank you for your time and help. It is much appreciated.

  6. #1646
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    If this was an order placed by a guest, there's not address-book record created ... because they're a guest.

  7. #1647
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    If this was an order placed by a guest, there's not address-book record created ... because they're a guest.
    My store does not allow guest checkout. Customer need to create an account in order to checkout.

    I also notice the following:

    If I log in as a customer with email/password (i.e. returning customer or new created account), then add a product to my cart. After going to checkout and go to edit shipping address, there is no "add to address book" box being displayed.

  8. #1648
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by nicksab View Post
    My store does not allow guest checkout. Customer need to create an account in order to checkout.

    I also notice the following:

    If I log in as a customer with email/password (i.e. returning customer or new created account), then add a product to my cart. After going to checkout and go to edit shipping address, there is no "add to address book" box being displayed.
    Yes, that was corrected in OPC v2.3.2.

  9. #1649
    Join Date
    Feb 2011
    Posts
    57
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hello,

    I am using this mod in conjunction with the multi-site module. I am hoping to have a single one page checkout site for several of my websites. What edits would I need to make so that when the customer selects "checkout", be it from the shopping cart or other pages, that they are redirected to my designated site for checking out? I will be including the customer zen-id with the url as to carry over the cart details.

    Thank you kindly.

  10. #1650
    Join Date
    Feb 2011
    Posts
    57
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Actually I think I have found a better solution. I did not realize that with the payment module of my choosing that there was an additional "Review Order" page before confirmation. I was able to redirect the links leading to this page by editing the following file:

    public_html/includes/templates/template_default/templates/tpl_modules_opc_submit_block.php @ line 18

    Simply replacing the line 18 with:
    Code:
    <span id="opc-order-review">	<?php echo '<a href="https://website3.com/index.php?main_page=checkout_confirmation&template_switch_id=template3&'. zen_session_name() . '=' . zen_session_id()   .'"><button type="button">Review Order</button></a>';?> </span>
    seems to have done the job. The only hangup is that the "Review Order" button is using the default Zen-Cart button instead of the one designated for my template. Not a big deal, but I am trying to figure out how to adjust this for the sake of aesthetics. I tried a few changes, but these seem to interfere with the redirect. Any advice?

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR