Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    A client is using version 1.4.2 on ZC 1.5.5f and the Rewards Points plugin. The plugin works with regular checkout, but it will not deduct the order total with one-page enabled. Checking the box and clicking submit: http://prntscr.com/ju7ykq

    caused the page to reload but the points/dollars are not applied to the order.

    There are no errors in the console. I just see:
    http://prntscr.com/ju7yqn

    Being that the documentation says 1.4.2 works with the Rewards Points I'm hesitant to upgrade one-page.

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

    Default Re: One-Page Checkout [Support Thread]

    @jeking, did you make the edits recommended in post #407? I don't have clients using reward-points, so I'm relying on reports (and corrections) from those attempting that integration.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    @jeking, did you make the edits recommended in post #407? I don't have clients using reward-points, so I'm relying on reports (and corrections) from those attempting that integration.
    I had the first edit in place, but not the second. Unfortunately, even with the second I'm getting the same non-result. The points/dollars are not be deducted from the order total.

    When I try to complete the order with the Redeem Rewards Points box checked, I get "Your order's details have changed. Please review the current values and re-submit."

    I can PM you the log file.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,945
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    I had the first edit in place, but not the second. Unfortunately, even with the second I'm getting the same non-result. The points/dollars are not be deducted from the order total.

    When I try to complete the order with the Redeem Rewards Points box checked, I get "Your order's details have changed. Please review the current values and re-submit."

    I can PM you the log file.
    Log file received. The "kick-back" is due to a mismatch in the Reward Points' calculations on entry to the confirmation page and the calculations post-order-total processing.

    Here's the before:
    Code:
      'REWARD_POINTS_EARNED' => 90,
      'shipping_tax_amount' => 0,
      'opc_sendto_saved' => '11240',
      'shipping_tax_description' => 'Sales Tax',
      'redeem_flag' => 'on',
      'order_current_total' => '$95.94',
    ... and here's the after:
    Code:
      'REWARD_POINTS_EARNED' => 87,
      'shipping_tax_amount' => 0,
      'opc_sendto_saved' => '11240',
      'redeem_flag' => 'on',
      'shipping_tax_description' => 'Sales Tax',
      'redeem_points' => 335,
      'redeem_value' => 3.350000000000000088817841970012523233890533447265625,
      'order_current_total' => '$92.59',
    The best I can do here (I've got no clients using Reward Points) is help to guide you to a solution.

 

 

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