Zen Cart Logo
Forums / All Other Contributions/Addons / One-Page Checkout [Support Thread]

One-Page Checkout [Support Thread]

Views: 629,434

Results 1,101 to 1,120 of 3,078
1 Apr 2019, 6:45 PM
#1101
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

One-Page Checkout [Support Thread]

Actually, I'll take that as a change-request to sort by company, firstname, lastname (with the address-book-id as a tie-breaker).  Will that work for you @linuxguy2?

1 Apr 2019, 7:00 PM
#1102
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

lat9:

Actually, I'll take that as a change-request to sort by company, firstname, lastname (with the address-book-id as a tie-breaker).  Will that work for you @linuxguy2?

Puurfect!

yes, I'll test carefully before deploying on any production site.
and backup, backup, backup....

I'll take a look at beta8.

Thanks, for your time AND quick response.

1 Apr 2019, 7:10 PM
#1103
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

@linuxguy2, here's the GitHub issue I've created to track that change: https://github.com/lat9/one_page_checkout/issues/196

1 Apr 2019, 7:14 PM
#1104
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

linuxguy2:

Puurfect!

yes, I'll test carefully before deploying on any production site.
and backup, backup, backup....

I'll take a look at beta8.

Thanks, for your time AND quick response.

I can't remember if it's part of OPC or in a different forum but I need the same option in the customer address book.
Right now it's sorting by the First name, Last name , Company.
I need company first...

Thanks,

1 Apr 2019, 7:31 PM
#1105
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

linuxguy2:

I can't remember if it's part of OPC or in a different forum but I need the same option in the customer address book.
Right now it's sorting by the First name, Last name , Company.
I need company first...

Thanks,
Not part of OPC, but /includes/modules/pages/address_book/header_php.php (a **core **file) is what will require that change.

1 Apr 2019, 7:35 PM
#1106
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

lat9:

Not part of OPC, but /includes/modules/pages/address_book/header_php.php (a **core **file) is what will require that change.

Thanks for the guidance!

1 Apr 2019, 7:54 PM
#1107
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

OPC, v2.1.0-beta9 is now available for pre-release testing: https://github.com/lat9/one_page_checkout/releases/tag/v2.1.0-beta9

I'm feeling (finally) pretty good about the stability, but will wait a couple of days before marking it as the v2.1.0-final version ... just in case there are more gremlins lurking in the code.

1 Apr 2019, 8:00 PM
#1108
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

linuxguy2:

Thanks for the guidance!

NOT a OPC edit

"SORT ADDRESS BOOK BY COMPANY"

Core edits...
/includes/modules/pages/address_book/header_php.php
That one was easy enough around line 28:

ORDER BY company, firstname, lastname";

Previous edit to add company to address around line 40:

// Add company to address array
	  'company'=>$addresses->fields['company'],
1 Apr 2019, 10:23 PM
#1109
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

lat9:

@linuxguy2, here's the GitHub issue I've created to track that change: https://github.com/lat9/one_page_checkout/issues/196

Tested, put on production site, no issues.
I'll re-check my logs in the AM.

Thanks,

7 Apr 2019, 6:18 AM
#1110
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
743
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

I installed this on a testing server just to see how it actually worked. I think its a great module.

But as for the guest checkout The "save button" really hurts the whole aspect of making things easier.

Has anyone figured out a way to remove the save button but still make the process guest checkout function.

7 Apr 2019, 7:09 AM
#1111
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

chadlly2003:

I installed this on a testing server just to see how it actually worked. I think its a great module.

But as for the guest checkout The "save button" really hurts the whole aspect of making things easier.

Has anyone figured out a way to remove the save button but still make the process guest checkout function.

replace the save button image (text) with one that says 'proceed' or 'next' or similar ?????????? just a thought.

7 Apr 2019, 12:04 PM
#1112
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

@chadlly2003, There's an open issue that requests that change: https://github.com/lat9/one_page_checkout/issues/163

7 Apr 2019, 2:49 PM
#1113
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

I've just submitted v2.1.0 of One-Page Checkout to the Zen Cart plugins for review; once available, it can be downloaded from: https://www.zen-cart.com/downloads.php?do=file&id=2095

 This release contains changes associated with the following  GitHub issues and the plugin's installation instructions have changed **significantly**.  See [this](https://lat9.github.io/one_page_checkout/pages/install_upgrade_v210_or_later.html) link for additional information.

#150: Disallow Gift Certificate purchase by guests.
#154: Guest/Registered Accounts, no shipping/payment blocks displayed until address is entered.
#160: startGuestOnePageCheckout needs to return its status.
#164: Correct conditional statement, reported as PHP Warning.
#165: zc156 interoperability, correct PHP warning if ot_gv isn't active.
#166: Restructure installation/upgrade instructions for zc156+.
#167: Remove redundant language definitions.
#168: Correct conditional looking for a value rather than a function-return.
#169: Always observe for temporary-address-related notifications.
#170: The Shipping, same as billing setting gets "out of sync" with the associated addresses.
#171: Don't display the address-selection drop-down if the customer has only one address recorded.
#173: Correct undefined variable after guest-checkout on the checkout_success page.
#174: Correct undefined variables on checkout_one_confirmation page during guest-checkout.
#175: Use jQuery show()/hide() instead of Zen Cart-specific classes.
#176: Correct PHP Notice if shipping isn't taxed or the session's shipping is not recorded.
#177: Include date in OPC logfile names to more easily separate processing.
#178: Use jscript_framework.php from template_default.
#180: PayPal Express Checkout, shortcut button processing will now use the "traditional" checkout.
#182: Correct various, other, PHP Notice logs.
#185: Guest/Registered Accounts, temporary addresses no longer pre-fill the zipcode.
#186: Correct HTML comments in tpl_modules_opc_customer_info.php.
#187: Correct temporary-address integration with PayPal Express Checkout.
#188: Correct state display when State - Always display as pulldown is enabled.
#190, #191: Correct "Free Shipping on orders over xx" handling.
#192: Session variables' clean-up, when OPC enablement is toggled on and off.
#194: Handle session timeout indications on all AJAX requests.
#195: Ensure the processing ceases when an unrecoverable error is detected.
#196: Apply additional ordering to address drop-down selections.

7 Apr 2019, 4:32 PM
#1114
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
743
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

LAt9 I did download the latest version. The issue for me is that the guest checkout is not a true OPC.

When you have a customer hit "save" or "next" it will confuse the customer. Plus it seems like two unnecessary extra steps.

Also when you click save or next it almost like refreshes the page and starts back up at the top.

This module has potential but for guest checkout it does not seem like the best solution.

7 Apr 2019, 4:41 PM
#1115
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

chadlly2003:

LAt9 I did download the latest version. The issue for me is that the guest checkout is not a true OPC.

When you have a customer hit "save" or "next" it will confuse the customer. Plus it seems like two unnecessary extra steps.

Also when you click save or next it almost like refreshes the page and starts back up at the top.

This module has potential but for guest checkout it does not seem like the best solution.
I'm looking to combine the guest customer-info and their billing address' entry into a single step, noting that the base Zen Cart checkout processing requires an address to determine which shipping, payment and order-total modules to present as part of the checkout.

That change will still require at least one extra step (saving that contact/address information) during a guest's checkout.

7 Apr 2019, 6:19 PM
#1116
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
743
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

That might actually work if you combine them. This way you only have to hit save or next once. Please post when you complete that. I would love to test it out.

**This is only for constructive criticism **
In my opinion customers have a hard time figuring out the most basic things on a website. Especially in a checkout it should be as easy as possible without having a 'save' or 'next' option.

10 Apr 2019, 6:47 PM
#1117
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

v2.1.0 of One Page Checkout is now available for download from the Zen Cart Plugins section.

15 Apr 2019, 7:21 PM
#1118
panzc2020 avatar

panzc2020

New Zenner

Join Date:
May 2014
Posts:
68
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

I am testing on the latest version of OPC.
I tested on guest checkout using test mode of Authorize.net.

However, one thing I noticed... if I create account after I placed order as "guest."
The newsletter's setting on those new users from OPC checkout is automatically set to HTML-only.

I wonder if this is intentional and whether it is based on OPC settings or the core of Zen Cart settings by default?

Also, I do agree on above comments by chadlly2003 that the OPC could do better if there is no extra steps on pressing "Next" and such.
I do feel it is almost no different using OPC or default Zen Cart checkout as you still have to go through "sections" (in OPC) instead of "pages" (in Zen Cart layout) during checkout process.
I do think the OPC should be simply true one-page and customers are simply just input their information and only button they need to click once they filled in is "Order" like some of big eCommerce websites are doing (customers should NOT have to "Save" or "Next" to continue...) If it has to be done and manage with core files, then it may needed to address with next Zen Cart major update (like in 1.5.7 or ... 2.0?)

16 Apr 2019, 11:41 AM
#1119
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

PanZC2020:

I am testing on the latest version of OPC.
I tested on guest checkout using test mode of Authorize.net.

However, one thing I noticed... if I create account after I placed order as "guest."
The newsletter's setting on those new users from OPC checkout is automatically set to HTML-only.

I wonder if this is intentional and whether it is based on OPC settings or the core of Zen Cart settings by default?

Also, I do agree on above comments by chadlly2003 that the OPC could do better if there is no extra steps on pressing "Next" and such.
I do feel it is almost no different using OPC or default Zen Cart checkout as you still have to go through "sections" (in OPC) instead of "pages" (in Zen Cart layout) during checkout process.
I do think the OPC should be simply true one-page and customers are simply just input their information and only button they need to click once they filled in is "Order" like some of big eCommerce websites are doing (customers should NOT have to "Save" or "Next" to continue...) If it has to be done and manage with core files, then it may needed to address with next Zen Cart major update (like in 1.5.7 or ... 2.0?)
You're right; I neglected to provide the TEXT vs HTML email choice when a guest is given the opportunity to create an account.

I've created a GitHub issue to track the change: https://github.com/lat9/one_page_checkout/issues/198

6 May 2019, 6:53 AM
#1120
ikirin avatar

ikirin

New Zenner

Join Date:
Apr 2019
Location:
shanghai
Posts:
27
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

Sorry, but our expedited checkout process cannot be used. Click here to use our alternate checkout process.
Attachment #18431