Plugin Directory

Changeset 2935547


Ignore:
Timestamp:
07/07/2023 10:45:10 AM (3 years ago)
Author:
extendago
Message:

Version 1.3.8

Location:
extendago-wp-connection/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extendago-wp-connection/trunk/extendago-wp-connection.php

    r2933249 r2935547  
    44Plugin URI:  http://www.arture.nl/extendago
    55Description: 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.7
     6Version:     1.3.8
    77Author:      Arture B.V.
    88Author URI:  https://arture.nl/
  • extendago-wp-connection/trunk/includes/api/class-extendago-web-api-functions.php

    r2930779 r2935547  
    209209        // CRUD / META
    210210        $Product->set_catalog_visibility('visible');
    211         $Product->set_downloadable('no');
    212         $Product->set_virtual('no');
    213211        $Product->set_regular_price($regular_price);
    214212        $Product->set_sale_price($discount_price);
  • extendago-wp-connection/trunk/includes/woocommerce/class-extendago-woocommerce-functions.php

    r2933249 r2935547  
    571571                    }
    572572                    else{
     573                        // Show full name if it's not a variable product
     574                        $order_line_item['product_name'] = $item_data['name'];
     575
    573576                        $order_line_item['product_id']      = get_post_meta($item_data['product_id'], 'extendago_product_id', true);
    574577                        $retail_price = (float)get_post_meta($item_data['product_id'], '_price', true);
  • extendago-wp-connection/trunk/readme.txt

    r2933249 r2935547  
    55Requires at least: 6.0
    66Tested up to: 6.2.2
    7 Stable tag: 1.3.7
     7Stable tag: 1.3.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    3030
    3131== Changelog ==
     32
     33= 1.3.8 =
     34* Check on virtual product state
    3235
    3336= 1.3.7 =
Note: See TracChangeset for help on using the changeset viewer.