Changeset 3469025
- Timestamp:
- 02/25/2026 03:53:03 AM (6 weeks ago)
- Location:
- whols
- Files:
-
- 4 edited
- 1 copied
-
tags/2.4.7 (copied) (copied from whols/trunk)
-
tags/2.4.7/includes/functions.php (modified) (1 diff)
-
tags/2.4.7/whols.php (modified) (1 diff)
-
trunk/includes/functions.php (modified) (1 diff)
-
trunk/whols.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whols/tags/2.4.7/includes/functions.php
r3395035 r3469025 1276 1276 function whols_is_wholesale_priced( $product_id, $qty ){ 1277 1277 $product_data = wc_get_product($product_id); 1278 $variation_id = ''; 1278 1279 1279 1280 if($product_data->is_type('simple')){ 1280 1281 $product_id = $product_data->get_id(); 1281 $variation_id = '';1282 1282 } elseif( $product_data->is_type('variation') ){ 1283 1283 $product_id = $product_data->get_parent_id(); -
whols/tags/2.4.7/whols.php
r3417173 r3469025 4 4 * Plugin URI: https://wpwhols.com/ 5 5 * 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. 66 * Version: 2.4.7 7 7 * Author: HasThemes 8 8 * Author URI: https://hasthemes.com -
whols/trunk/includes/functions.php
r3395035 r3469025 1276 1276 function whols_is_wholesale_priced( $product_id, $qty ){ 1277 1277 $product_data = wc_get_product($product_id); 1278 $variation_id = ''; 1278 1279 1279 1280 if($product_data->is_type('simple')){ 1280 1281 $product_id = $product_data->get_id(); 1281 $variation_id = '';1282 1282 } elseif( $product_data->is_type('variation') ){ 1283 1283 $product_id = $product_data->get_parent_id(); -
whols/trunk/whols.php
r3417173 r3469025 4 4 * Plugin URI: https://wpwhols.com/ 5 5 * 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. 66 * Version: 2.4.7 7 7 * Author: HasThemes 8 8 * Author URI: https://hasthemes.com
Note: See TracChangeset
for help on using the changeset viewer.