Version Description
(2020-09-25) = * Facebook purchase event did not always had the correct pricing. Issue solved.
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 8.7.7 |
Comparing to | |
See all releases |
Code changes from version 8.7.6 to 8.7.7
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +5 -5
js/woosea_key.js
CHANGED
@@ -27,7 +27,7 @@ jQuery(document).ready(function($) {
|
|
27 |
var license_key = $('#license-key').val();
|
28 |
|
29 |
jQuery.ajax({
|
30 |
-
url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=8.7.
|
31 |
jsonp: 'callback',
|
32 |
dataType: 'jsonp',
|
33 |
type: 'GET',
|
27 |
var license_key = $('#license-key').val();
|
28 |
|
29 |
jQuery.ajax({
|
30 |
+
url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=8.7.7',
|
31 |
jsonp: 'callback',
|
32 |
dataType: 'jsonp',
|
33 |
type: 'GET',
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
5 |
Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.5
|
8 |
-
Stable tag: 8.7.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -319,6 +319,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
319 |
|
320 |
=== Changelog ===
|
321 |
|
|
|
|
|
|
|
322 |
= 8.7.6 (2020-09-24) =
|
323 |
* Facebook pixel basket issue solved
|
324 |
* Using official composite function to retrieve composite product prices
|
@@ -2792,6 +2795,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
2792 |
|
2793 |
== Upgrade Notice ==
|
2794 |
|
|
|
|
|
|
|
2795 |
= 8.7.6 =
|
2796 |
Facebook pixel basket issue solved
|
2797 |
Using official composite function to retrieve composite product prices
|
5 |
Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.5
|
8 |
+
Stable tag: 8.7.7
|
9 |
|
10 |
== Description ==
|
11 |
|
319 |
|
320 |
=== Changelog ===
|
321 |
|
322 |
+
= 8.7.7 (2020-09-25) =
|
323 |
+
* Facebook purchase event did not always had the correct pricing. Issue solved.
|
324 |
+
|
325 |
= 8.7.6 (2020-09-24) =
|
326 |
* Facebook pixel basket issue solved
|
327 |
* Using official composite function to retrieve composite product prices
|
2795 |
|
2796 |
== Upgrade Notice ==
|
2797 |
|
2798 |
+
= 8.7.7. =
|
2799 |
+
Facebook purchase event did not always had the correct pricing. Issue solved.
|
2800 |
+
|
2801 |
= 8.7.6 =
|
2802 |
Facebook pixel basket issue solved
|
2803 |
Using official composite function to retrieve composite product prices
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 8.7.
|
5 |
* Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
|
6 |
* Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
|
7 |
* Author: AdTribes.io
|
@@ -48,7 +48,7 @@ if (!defined('ABSPATH')) {
|
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
-
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.7.
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
@@ -474,9 +474,9 @@ function woosea_add_facebook_pixel( $product = null ){
|
|
474 |
|
475 |
$prod_quantity = $order_item->get_quantity();
|
476 |
$order_total = $order_item->get_total();
|
477 |
-
$order_subtotal = $order_item->get_subtotal();
|
478 |
-
$order_subtotal_tax= $order_item->get_subtotal_tax();
|
479 |
-
$order_real = number_format(($order_subtotal+$order_subtotal_tax),2)
|
480 |
$contents .= "{'id': '$prod_id', 'quantity': $prod_quantity},";
|
481 |
}
|
482 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
+
* Version: 8.7.7
|
5 |
* Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
|
6 |
* Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
|
7 |
* Author: AdTribes.io
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
+
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.7.7' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
474 |
|
475 |
$prod_quantity = $order_item->get_quantity();
|
476 |
$order_total = $order_item->get_total();
|
477 |
+
$order_subtotal = number_format(($order_item->get_subtotal()),2, '.', '');
|
478 |
+
$order_subtotal_tax= number_format(($order_item->get_subtotal_tax()),2, '.', '');
|
479 |
+
$order_real = number_format(($order_subtotal+$order_subtotal_tax+$order_real),2,',','');
|
480 |
$contents .= "{'id': '$prod_id', 'quantity': $prod_quantity},";
|
481 |
}
|
482 |
}
|