Plugin Directory

Changeset 3469025


Ignore:
Timestamp:
02/25/2026 03:53:03 AM (6 weeks ago)
Author:
htplugins
Message:

Update to version 2.4.7 from GitHub

Location:
whols
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • whols/tags/2.4.7/includes/functions.php

    r3395035 r3469025  
    12761276    function whols_is_wholesale_priced( $product_id, $qty ){
    12771277        $product_data = wc_get_product($product_id);
     1278        $variation_id = '';
    12781279   
    12791280        if($product_data->is_type('simple')){
    12801281            $product_id     = $product_data->get_id();
    1281             $variation_id   = '';
    12821282        } elseif( $product_data->is_type('variation') ){
    12831283            $product_id     = $product_data->get_parent_id();
  • whols/tags/2.4.7/whols.php

    r3417173 r3469025  
    44 * Plugin URI:  https://wpwhols.com/
    55 * Description: This plugin provides all the necessary features that you will ever need to sell wholesale products from your WooCommerce online store.
    6  * Version:     2.4.6
     6 * Version:     2.4.7
    77 * Author:      HasThemes
    88 * Author URI:  https://hasthemes.com
  • whols/trunk/includes/functions.php

    r3395035 r3469025  
    12761276    function whols_is_wholesale_priced( $product_id, $qty ){
    12771277        $product_data = wc_get_product($product_id);
     1278        $variation_id = '';
    12781279   
    12791280        if($product_data->is_type('simple')){
    12801281            $product_id     = $product_data->get_id();
    1281             $variation_id   = '';
    12821282        } elseif( $product_data->is_type('variation') ){
    12831283            $product_id     = $product_data->get_parent_id();
  • whols/trunk/whols.php

    r3417173 r3469025  
    44 * Plugin URI:  https://wpwhols.com/
    55 * Description: This plugin provides all the necessary features that you will ever need to sell wholesale products from your WooCommerce online store.
    6  * Version:     2.4.6
     6 * Version:     2.4.7
    77 * Author:      HasThemes
    88 * Author URI:  https://hasthemes.com
Note: See TracChangeset for help on using the changeset viewer.