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
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
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.
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.
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.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
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
here are some screenshot to try to explain it better.
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.
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.
Is there a setting in OPC configuration that I missed?
Thank you for your time and help. It is much appreciated.
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.
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.
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: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?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>
Bookmarks