Changeset 2615057
- Timestamp:
- 10/16/2021 10:16:59 AM (4 years ago)
- Location:
- woo-custom-taxonomies-coupons
- Files:
-
- 5 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
trunk/includes/notices.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-taxonoies-coupons.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-custom-taxonomies-coupons/trunk/includes/notices.php
r2452951 r2615057 4 4 * Show notice 5 5 */ 6 function ut_display_woo_is_not_active() { ?> 6 function ut_display_woo_is_not_active() { 7 ?> 7 8 8 9 <div class="error notice"> … … 10 11 </div> 11 12 12 <?php } 13 <?php 14 } 13 15 14 16 /** … … 18 20 19 21 if ( ! class_exists( 'WooCommerce' ) ) { 22 20 23 add_action( 'admin_notices', 'ut_display_woo_is_not_active' ); 24 21 25 } else { 26 22 27 new Ut_Woo_Taxonomies_Coupons(); 28 23 29 } 24 30 } -
woo-custom-taxonomies-coupons/trunk/readme.txt
r2452951 r2615057 2 2 3 3 Contributors: Roman Bondarenko 4 Tags: woocommerce, taxonomy, taxonomies, coupon, coupons, custom taxonomies 4 Tags: woocommerce, taxonomy, taxonomies, coupon, coupons, custom taxonomies, discount 5 5 Requires at least: 3.4.0 6 Tested up to: 5. 66 Tested up to: 5.8.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 12 12 13 13 Apply Coupons to Custom taxonomies using the Woo Coupons System. 14 Discount type of Coupon must be the "Fixed cart discount". 14 15 Download the zip folder and upload it as normal WordPress Plugin. 15 16 This plugin adds the ability to select one or multiple taxonomies including products categories, tags and custom taxonomies and applies the coupon -
woo-custom-taxonomies-coupons/trunk/woo-taxonoies-coupons.php
r2452951 r2615057 3 3 * Plugin Name: Woo Custom Taxonomies Coupons 4 4 * Plugin URI: https://wordpress.org/plugins/woo-taxonomies-coupons/ 5 * Description: Issue Coupons for your selected taxonomies including tags , categoriesand all of your custom taxonomies6 * Version: 1.25 * Description: Issue Coupons for your selected taxonomies including tags and all of your custom taxonomies 6 * Version: 2.0 7 7 * Author: Roman Bondarenko 8 * Author URI: https://unrealthemes. ru/8 * Author URI: https://unrealthemes.site/ 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.