Changeset 2869475
- Timestamp:
- 02/22/2023 03:21:48 PM (3 years ago)
- Location:
- viaads
- Files:
-
- 16 added
- 3 edited
-
tags/1.1.4 (added)
-
tags/1.1.4/apikey.php (added)
-
tags/1.1.4/externalJS.php (added)
-
tags/1.1.4/handleEmailGuid.php (added)
-
tags/1.1.4/hooks (added)
-
tags/1.1.4/hooks/addCart.php (added)
-
tags/1.1.4/hooks/orderHooks.php (added)
-
tags/1.1.4/hooks/pageLook.php (added)
-
tags/1.1.4/hooks/removeCart.php (added)
-
tags/1.1.4/http.php (added)
-
tags/1.1.4/js (added)
-
tags/1.1.4/js/viaads_handleEmailGuid.js (added)
-
tags/1.1.4/readme.txt (added)
-
tags/1.1.4/sync.php (added)
-
tags/1.1.4/userAgent.php (added)
-
tags/1.1.4/viaads.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sync.php (modified) (2 diffs)
-
trunk/viaads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viaads/trunk/readme.txt
r2866883 r2869475 4 4 Requires at least: 5.4 5 5 Tested up to: 6.1 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
viaads/trunk/sync.php
r2862914 r2869475 86 86 foreach ($productCollection as $product) { 87 87 $product_object = new stdClass(); 88 $product_object->WebshopProductId = $product->get_id();88 $product_object->WebshopProductId = "{$product->get_id()}"; 89 89 // Image 90 90 $imageArray = array(); … … 183 183 184 184 // Product Id 185 $child_object->WebshopProductId = $child->get_id();185 $child_object->WebshopProductId = "{$child->get_id()}"; 186 186 // Parent Product Id 187 187 $child_object->ParentId = $child->get_parent_id(); -
viaads/trunk/viaads.php
r2866883 r2869475 3 3 * Plugin Name: ViaAds 4 4 * Description: Plugin der muliggør forbindelsen til ViaAds / Plug-in enabling the connection to ViaAds. 5 * Version: 1.1. 35 * Version: 1.1.4 6 6 * Author: ViaAds 7 7 * Author URI: https://www.viaads.dk/
Note: See TracChangeset
for help on using the changeset viewer.