Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I'll get that plugin downloaded and report back with my findings.
    ... and I'm back.

    The issue arises due to the Priority Order Handling order-total's use of a checkbox-type field to gather the customer input.

    When OPC processes a credit-class selection via click of an Apply button, OPC's confirmation page is activated to cause any posted inputs to be recorded in the customer's session. After that recording, the OPC's main data-gathering page is re-displayed ... which causes that checkbox selection to be lost.

    You can see similar behavior in the 3-page checkout process. If you tick the Priority Order Handling checkbox and navigate to the checkout-confirmation page and then return to the checkout-payment page (like if the customer decided that they wanted to include some comments in the order) ... the checkbox selection is lost.

    That order-total module requires an update to be usable under current versions of PHP anyway, so I propose the following actions:
    1. Update the Priority Order Handling plugin to use a radio-button type input for its selection as well as the above update.
    2. Update the OPC's documentation to indicate that order-total modules using a checkbox-type field for their input are not compatible with OPC.

  2. #2
    Join Date
    Jul 2013
    Posts
    9
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    ... and I'm back.

    The issue arises due to the Priority Order Handling order-total's use of a checkbox-type field to gather the customer input.

    When OPC processes a credit-class selection via click of an Apply button, OPC's confirmation page is activated to cause any posted inputs to be recorded in the customer's session. After that recording, the OPC's main data-gathering page is re-displayed ... which causes that checkbox selection to be lost.

    You can see similar behavior in the 3-page checkout process. If you tick the Priority Order Handling checkbox and navigate to the checkout-confirmation page and then return to the checkout-payment page (like if the customer decided that they wanted to include some comments in the order) ... the checkbox selection is lost.

    That order-total module requires an update to be usable under current versions of PHP anyway, so I propose the following actions:
    1. Update the Priority Order Handling plugin to use a radio-button type input for its selection as well as the above update.
    2. Update the OPC's documentation to indicate that order-total modules using a checkbox-type field for their input are not compatible with OPC.
    You make that sound so easy.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Here's a link to the beta version of the updated Priority Handling order-total. @getaped, if you'll download that and validate that the change "works for you", I'll get that updated on the Zen Cart plugins.

  4. #4
    Join Date
    Jul 2013
    Posts
    9
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Here's a link to the beta version of the updated Priority Handling order-total. @getaped, if you'll download that and validate that the change "works for you", I'll get that updated on the Zen Cart plugins.
    Wow, that works perfectly.

    These 2 defines are missing from the language file:

    Code:
      define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_NO', 'No');
      define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_YES', 'Yes');

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by getaped View Post
    Wow, that works perfectly.

    These 2 defines are missing from the language file:

    Code:
      define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_NO', 'No');
      define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_YES', 'Yes');
    Thanks for the feedback; that change from radio-button to dropdown was made "in flight" and I forgot to upload the updated language file. I'll get that updated.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Let's take further discussion over to the Priority Handling order-total's support thread: https://www.zen-cart.com/showthread....andling-Charge

 

 

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