Changeset 2935547
- Timestamp:
- 07/07/2023 10:45:10 AM (3 years ago)
- Location:
- extendago-wp-connection/trunk
- Files:
-
- 4 edited
-
extendago-wp-connection.php (modified) (1 diff)
-
includes/api/class-extendago-web-api-functions.php (modified) (1 diff)
-
includes/woocommerce/class-extendago-woocommerce-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extendago-wp-connection/trunk/extendago-wp-connection.php
r2933249 r2935547 4 4 Plugin URI: http://www.arture.nl/extendago 5 5 Description: The Wordpress plugin for connecting Woocommerce with Extenda GO / Wallmob. You can manage your products inside Extenda GO or make your webshop as leading foor product manangement. You Stock changes will be two-way binding. 6 Version: 1.3. 76 Version: 1.3.8 7 7 Author: Arture B.V. 8 8 Author URI: https://arture.nl/ -
extendago-wp-connection/trunk/includes/api/class-extendago-web-api-functions.php
r2930779 r2935547 209 209 // CRUD / META 210 210 $Product->set_catalog_visibility('visible'); 211 $Product->set_downloadable('no');212 $Product->set_virtual('no');213 211 $Product->set_regular_price($regular_price); 214 212 $Product->set_sale_price($discount_price); -
extendago-wp-connection/trunk/includes/woocommerce/class-extendago-woocommerce-functions.php
r2933249 r2935547 571 571 } 572 572 else{ 573 // Show full name if it's not a variable product 574 $order_line_item['product_name'] = $item_data['name']; 575 573 576 $order_line_item['product_id'] = get_post_meta($item_data['product_id'], 'extendago_product_id', true); 574 577 $retail_price = (float)get_post_meta($item_data['product_id'], '_price', true); -
extendago-wp-connection/trunk/readme.txt
r2933249 r2935547 5 5 Requires at least: 6.0 6 6 Tested up to: 6.2.2 7 Stable tag: 1.3. 77 Stable tag: 1.3.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 30 30 31 31 == Changelog == 32 33 = 1.3.8 = 34 * Check on virtual product state 32 35 33 36 = 1.3.7 =
Note: See TracChangeset
for help on using the changeset viewer.