segment-boneyard / analytics-wordpress

[DEPRECATED] The hassle-free way to integrate analytics into any WordPress site.
https://segment.com/docs/platforms/wordpress/
GNU General Public License v2.0
41 stars 34 forks source link

[BUG] Fixing order details #66

Open mustela opened 8 years ago

mustela commented 8 years ago

Before this change, you were sending the items subtotal prices instead of the product price. So in GA it was causing a problem. For instance if I have a product with a price of $5, if I buy 2 of them, it will send $10 to GA instead of $5. And GA will do 2 * 10 = $20 as the product price.

Also the order discount and coupons were missing.

mustela commented 8 years ago

BTW this PR also fixes https://github.com/segmentio/analytics-wordpress/issues/65