Changeset 2142379
- Timestamp:
- 08/20/2019 08:03:31 AM (7 years ago)
- Location:
- c4d-woo-bundle/trunk
- Files:
-
- 3 edited
-
c4d-woo-bundle.php (modified) (1 diff)
-
includes/frontend.php (modified) (1 diff)
-
readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
c4d-woo-bundle/trunk/c4d-woo-bundle.php
r2103666 r2142379 8 8 Text Domain: c4d-woo-bundle 9 9 Domain Path: /languages/ 10 Version: 1.1. 110 Version: 1.1.2 11 11 */ 12 12 if ( ! defined( 'ABSPATH' ) ) { 13 13 exit; 14 14 } 15 16 if ( !in_array( 17 'woocommerce/woocommerce.php', 18 get_option( 'active_plugins' ) 19 ) ) return; 20 15 21 define('C4DWOOBUNDLE_PLUGIN_URI', plugins_url('', __FILE__)); 16 22 register_activation_hook( __FILE__, 'c4d_woo_bundle_plugin_activation' ); -
c4d-woo-bundle/trunk/includes/frontend.php
r2102513 r2142379 24 24 add_action( 'woocommerce_after_order_itemmeta', 'c4d_woo_bundle_admin_order_itemmeta', 10, 3 ); 25 25 // order hook 26 27 //shortcode 28 add_shortcode( 'c4d_woo_bundle', 'c4d_woo_bundle_shortcode' ); 29 30 function c4d_woo_bundle_shortcode( $atts ) { 31 return c4d_woo_bundle_frontend_bundle_items(); 32 } 26 33 27 34 function c4d_woo_bundle_frontend_bundle_position($id = 0, $echo = true) { -
c4d-woo-bundle/trunk/readme.txt
r2103671 r2142379 6 6 Tested up to: 5.2.1 7 7 Stable tag: 1.1.1 8 WC requires at least: 3.2 9 WC tested up to: 3.7 8 10 License: GPLv2 or later 9 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 21 C4D Woocommerce Product Bundle enables the efficient creation of a variety of product promotion bundles, powerful and ease-of-use to increase conversion rates. 20 22 21 = Live demo =22 23 23 Click to see [live demo](http://coffee4dev.com/demo/?pid=526 "live demo") of C4D Woocommerce Product Bundles 24 ### [Live Demo](http://demo.coffee4dev.com/product/long-sleeve-tee/ "live demo") [Premium](http://coffee4dev.com/woocommerce-product-bundle/ "Premium Version") 24 25 25 = MAJOR FEATURES IN C4D WooCommerce Product Bundles = 26 #### FEATURES IN C4D WooCommerce Product Bundles 26 27 27 28 - Add 3 products to bundle … … 39 40 - Support all product types 40 41 41 = PREMIUM FEATURES IN C4D WooCommerce Product Bundles = 42 #### PREMIUM FEATURES IN C4D WooCommerce Product Bundles 42 43 43 44 - Add more than 3 products to the bundle … … 45 46 - Get the lifetime update & premium support 46 47 47 = INSTALLATION = 48 #### INSTALLATION 48 49 49 50 1. Upload `c4d-woo-bundle` to the `/wp-content/plugins/` directory … … 52 53 4. Save product after adding product item for Product Bundle. 53 54 54 = GlOBAL OPTION = 55 #### GlOBAL OPTION 55 56 56 57 We provide admin options for users who want to custom the bundle like item layout, font size, button v.v. … … 62 63 https://wordpress.org/plugins/c4d-plugin-manager/ 63 64 64 = COUNT DOWN CLOCK = 65 #### COUNT DOWN CLOCK 66 67 #### SHORTCODE 68 Using shortcode [c4d_woo_bundle] if you pagebuilder to create single page layout 69 65 70 66 71 To enable count down clock, please install C4D Woo Countdown plugin … … 68 73 https://wordpress.org/plugins/woo-countdown-sale-product/ 69 74 70 = NEED SUPPORT? = 75 ### MAY BE YOU NEED 76 77 [C4D Woo Variation Images](https://wordpress.org/plugins/c4d-woo-variation-swatches/) Display variation by image, color, text. Support add multi images for variations. 78 [C4D Woocommerce Boost Sales](https://wordpress.org/plugins/c4d-woo-boost-sales/) Auto create upsell, cross-sell product in mini cart, cart page, popup cart, thankyou, email. 79 [C4D Woocommerce Filter](https://wordpress.org/plugins/c4d-woo-filter/) Turn your shop into ajax filter without refresh page. Support all default widget of Woocommerce. 80 [C4D Woocommerce Cart](https://wordpress.org/plugins/c4d-woo-cart-icon/) Create popup, side cart, support display cross-sell, upsell, related product in cart. 81 82 83 ### NEED SUPPORT OR CUSTOM 71 84 72 85 If you have question please contact us. Visit [plugin website](http://coffee4dev.com "plugin website") … … 89 102 90 103 == Changelog == 104 105 = 1.1.2 = 106 * Added: shortcode [c4d_woo_bundle] 91 107 92 108 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.