Page 1 of 2 12 LastLast
Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: One-Page Checkout [Support Thread]

    I've been trying to add a customer field to tpl_modules_opc_customer_info.php. I chased down all of the instances and added my field, but haven't had any luck storing it in checkout, nor the database.

    I am calling the stored value on checkout success with an observer class for another application. I can't even get it stored in the session.

    Do you have any idea or documentation for customer fields in guest checkout?

    Thanks in advance
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mprough View Post
    I've been trying to add a customer field to tpl_modules_opc_customer_info.php. I chased down all of the instances and added my field, but haven't had any luck storing it in checkout, nor the database.

    I am calling the stored value on checkout success with an observer class for another application. I can't even get it stored in the session.

    Do you have any idea or documentation for customer fields in guest checkout?

    Thanks in advance
    I suggest reviewing the notifications issued by /includes/classes/OnePageCheckout.php. I believe that there are sufficient call-outs to allow you to add fields without requiring a change to OPC's base files.

    If you have some handling that's required that is not covered by the current notifications, I'll be happy to create additional notifications.

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: One-Page Checkout [Support Thread]

    I got it working, I'm just passing it in the session because it really doesn't need stored =)
    Thank you
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  4. #4
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    @lat9 Wonderful plugin. Thank you for all your time on this.

    Question: with guest checkout the customer details require the 'Save Changes' button to be clicked. Might there be a way to avoid that? Maybe it's me, but it took me some time trouble shooting to figure out that was the cause for not being able to complete an order. It's just not a logical part of checkout, to have to save field entries like that, so I'd suspect shoppers will do the same thing.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    @lat9 Wonderful plugin. Thank you for all your time on this.

    Question: with guest checkout the customer details require the 'Save Changes' button to be clicked. Might there be a way to avoid that? Maybe it's me, but it took me some time trouble shooting to figure out that was the cause for not being able to complete an order. It's just not a logical part of checkout, to have to save field entries like that, so I'd suspect shoppers will do the same thing.
    @jeking, I'll give your request some consideration. Just noting that the change will be fairly 'intrusive', changing the templates' structure and the AJAX processing as well as OPC's 'core' class.

    Issue created on the plugin's GitHub repository for tracking: https://github.com/lat9/one_page_checkout/issues/163
    Last edited by lat9; 20 Feb 2019 at 06:07 PM.

  6. #6
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    At the moment I am having to use v1.5.5f

    In the instructions it says 'css_js_loader' has to be loaded first. However in those instruction it says 'Composer' has to be download and installed before 'css_js_loader' is. What does 'Composer' do?

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by adb34 View Post
    At the moment I am having to use v1.5.5f

    In the instructions it says 'css_js_loader' has to be loaded first. However in those instruction it says 'Composer' has to be download and installed before 'css_js_loader' is. What does 'Composer' do?
    Are you, perhaps, confusing One-Page Checkout with Fast and Easy Checkout? OPC has never had a requirement for the css_js_loader.

  8. #8
    Join Date
    Jan 2015
    Posts
    725
    Plugin Contributions
    1

    Default 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.

  9. #9
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by chadlly2003 View Post
    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.

  10. #10
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mprough View Post
    I got it working, I'm just passing it in the session because it really doesn't need stored =)
    Thank you
    What was your solution?
    Can you share the code your used?

    the reason I ask is I'm having trouble adding the "Company" And extra fields to the Admin email sent when a new customer signs up. (functions_email.php) Couldn't find detailed instructions anyplace.
    Otherwise the Additional Customer Fields at Sign Up plugin is working fine.

    (Using ZC 1.5.6a "Green Classic template" & running on PHP 7.2)

    I did not have this problem with 1.5.1.
    Here is the code I used in 1.5.1 but it does not work in 1.5.6a.
    Only testing with "Company" right now will add 2 of the Extra fields after I get this resolved.


    functions_email.php
    Code:
    Around Line 600
    //  function email_collect_extra_info($from, $email_from, $login, $login_email, $login_phone='', $login_fax='', $moreinfo = array()) {
    (Changed to)
      function email_collect_extra_info($from, $email_from, $login, $login_email, $login_phone='', $login_fax='', $company='', $extrafield='', $extrafield2='', $street_address='', $suburb='', $city='', $state='', $postcode='', $extrafield4='', $moreinfo = array()) {
    
    Around line 630
     ($login_phone !='' ? '<tr><td class="extra-info-bold">' . OFFICE_LOGIN_PHONE . '</td><td>' . $login_phone . '</td></tr>' : '') .
    	  /////////////// Added Company Field  //////////////////
    	  ($company !='' ? '<tr><td class="extra-info-bold">' . OFFICE_COMPANY . '</td><td>' . $company . '</td></tr>' : '') .
     ($login_fax !='' ? '<tr><td class="extra-info-bold">' . OFFICE_LOGIN_FAX . '</td><td>' . $login_fax . '</td></tr>' : '') .

 

 
Page 1 of 2 12 LastLast

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

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