Plugin Directory

Changeset 2695317


Ignore:
Timestamp:
03/17/2022 10:25:32 AM (4 years ago)
Author:
Lemontec
Message:

Bugfix Price-Sync version 3.4.3

Location:
multisite-sync-for-woocommerce
Files:
24 added
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • multisite-sync-for-woocommerce/tags/3.4.3/trunk/lemontec-woocommerce-multisite-sync.php

    r2595527 r2695317  
    55Description: Sync WooCommerce-Products data by SKU
    66Author: LEMONTEC
    7 Version: 3.4.2
     7Version: 3.4.3
    88Author URI: https://lemontec.at/kontakt/
    99Text Domain: multisite-sync-for-woocommerce
     
    7575                // PRICING
    7676                if($setting_price == true) {
     77                    update_post_meta($p_id, '_price', $get_regular_price);
    7778                    update_post_meta($p_id, '_regular_price', $get_regular_price);
    7879                    update_post_meta($p_id, '_sale_price', $get_sale_price);
  • multisite-sync-for-woocommerce/tags/3.4.3/trunk/readme.txt

    r2595527 r2695317  
    55Tested up to: 5.8
    66Requires PHP: 7
    7 Stable tag: 3.4.2
     7Stable tag: 3.4.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • multisite-sync-for-woocommerce/trunk/lemontec-woocommerce-multisite-sync.php

    r2595527 r2695317  
    55Description: Sync WooCommerce-Products data by SKU
    66Author: LEMONTEC
    7 Version: 3.4.2
     7Version: 3.4.3
    88Author URI: https://lemontec.at/kontakt/
    99Text Domain: multisite-sync-for-woocommerce
     
    7575                // PRICING
    7676                if($setting_price == true) {
     77                    update_post_meta($p_id, '_price', $get_regular_price);
    7778                    update_post_meta($p_id, '_regular_price', $get_regular_price);
    7879                    update_post_meta($p_id, '_sale_price', $get_sale_price);
  • multisite-sync-for-woocommerce/trunk/readme.txt

    r2595527 r2695317  
    55Tested up to: 5.8
    66Requires PHP: 7
    7 Stable tag: 3.4.2
     7Stable tag: 3.4.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.