Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default SOLVED: 100% coupon on download still keeps order pending

    If you have set configuration->GV Coupons->Default Order Status For Zero Balance Orders to Processing, but your download orders still stay at Pending, this may help:

    In 1.3.8 and 1.3.9, orders with sales tax which are reduced to 0 through a coupon still have a tiny non-zero value in their order total, so the following check in includes/classes/order.php fails:

    if ($this->info['total'] == 0) {

    this is on line 568 in 1.3.9h and line 554 in 1.3.8a.

    change this to

    if ($this->info['total'] < 0.01) {

    and it will work.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: SOLVED: 100% coupon on download still keeps order pending

    Thanks for posting details of fix.

  3. #3
    Join Date
    Jun 2008
    Posts
    59
    Plugin Contributions
    0

    Default Re: SOLVED: 100% coupon on download still keeps order pending

    I have the opposite problem. My Zen Cart is set to set the status to Pending but it comes through as Processing.

    Might this fix also fix this symptom by any chance?

 

 

Similar Threads

  1. v151 Changing free shipping from 100:0 to 125:0 still gives free ship for $100.00 plus ord
    By marvin in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 1 Jul 2013, 03:14 PM
  2. Order Status Problem: 100% coupon is not setting desired status
    By LissaE in forum Managing Customers and Orders
    Replies: 4
    Last Post: 4 Apr 2011, 08:12 AM
  3. Download redirect solved
    By Chris J. in forum Basic Configuration
    Replies: 1
    Last Post: 15 Apr 2010, 10:14 PM
  4. PayPal IPN Refund still in pending status...
    By hedron in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 29 Jan 2010, 04:40 AM
  5. Linkpoint still says Pending?
    By ex.wear in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 5 May 2008, 12:50 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR