Plugin Directory

Changeset 866994


Ignore:
Timestamp:
02/28/2014 03:20:07 PM (12 years ago)
Author:
nicoss01
Message:

v1.1 fix rate bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ga-made-simple/trunk/ga-made-simple.php

    r866957 r866994  
    6363            '".$id_order."',
    6464            '".get_bloginfo('name')."',
    65             '".$order->get_total()."',
     65            '".($order->get_total()-$order->get_total_shipping())."',
    6666            '".$order->get_total_tax()."',
    6767            '".$order->get_total_shipping()."',
     
    7979                '".$item['name']."',
    8080                '".strip_tags($p->get_categories())."',
    81                 '".$item['line_total']."',
     81                '".($item['line_total']/$item['qty'])."',
    8282                '".$item['qty']."'
    8383            ]);";
Note: See TracChangeset for help on using the changeset viewer.