Changeset 3450887
- Timestamp:
- 01/31/2026 08:25:48 AM (5 weeks ago)
- Location:
- woo-show-single-variations-shop-category/trunk
- Files:
-
- 4 edited
-
includes/WSSVSC_Admin.php (modified) (1 diff)
-
includes/WSSVSC_Frontend.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
woo-show-single-variations.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-show-single-variations-shop-category/trunk/includes/WSSVSC_Admin.php
r3429166 r3450887 221 221 <?php 222 222 settings_fields( 'gmwsvs_options_group' ); 223 $gmwsvs_enable_setting = get_option('gmwsvs_enable_setting' );223 $gmwsvs_enable_setting = get_option('gmwsvs_enable_setting','yes'); 224 224 $gmwsvs_hide_parent_product = get_option('gmwsvs_hide_parent_product'); 225 225 -
woo-show-single-variations-shop-category/trunk/includes/WSSVSC_Frontend.php
r3429166 r3450887 12 12 public function __construct () { 13 13 14 if(get_option('gmwsvs_enable_setting' )=='yes'){14 if(get_option('gmwsvs_enable_setting','yes')=='yes'){ 15 15 add_action( 'woocommerce_product_query', array( $this, 'WSSVSC_woocommerce_product_query' ) ); 16 16 add_filter("woocommerce_shortcode_products_query",array( $this, "WSSVSC_woocommerce_shortcode_products_orderby")); -
woo-show-single-variations-shop-category/trunk/readme.txt
r3429409 r3450887 1 1 === Show Variations as Single Products Woocommerce === 2 Stable tag: 4.02 Stable tag: 3.0 3 3 Contributors: themefunda 4 4 Tested up to: 6.9 -
woo-show-single-variations-shop-category/trunk/woo-show-single-variations.php
r3429409 r3450887 4 4 Plugin Name: Show Variations as Single Products Woocommerce 5 5 Description: Show all different variation as single product in shop page and category page 6 Version: 4.06 Version: 3.0 7 7 Author: Gravity Master 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.