google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

order total problem #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
order total like coupon discount and shipping not passed to google.

error may be here..
gcheckout.php
$Gitem = new GoogleItem($order_total['title'],
                            '',
                            '1',
                            $currencies->get_value(DEFAULT_CURRENCY) *
$products[$i]['final_price'],
                            'LB', 0);

this variable $products[$i]['final_price'] has no value here. ???????

Original issue reported on code.google.com by qcompcon...@gmail.com on 8 Jul 2009 at 12:04