Plugin Directory

Changeset 2142379


Ignore:
Timestamp:
08/20/2019 08:03:31 AM (7 years ago)
Author:
coffee4dev
Message:

1.1.2

Location:
c4d-woo-bundle/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c4d-woo-bundle/trunk/c4d-woo-bundle.php

    r2103666 r2142379  
    88Text Domain: c4d-woo-bundle
    99Domain Path: /languages/
    10 Version: 1.1.1
     10Version: 1.1.2
    1111*/
    1212if ( ! defined( 'ABSPATH' ) ) {
    1313    exit;
    1414}
     15
     16if ( !in_array(
     17  'woocommerce/woocommerce.php',
     18   get_option( 'active_plugins' )
     19)  ) return;
     20
    1521define('C4DWOOBUNDLE_PLUGIN_URI', plugins_url('', __FILE__));
    1622register_activation_hook( __FILE__, 'c4d_woo_bundle_plugin_activation' );
  • c4d-woo-bundle/trunk/includes/frontend.php

    r2102513 r2142379  
    2424add_action( 'woocommerce_after_order_itemmeta', 'c4d_woo_bundle_admin_order_itemmeta', 10, 3 );
    2525// order hook
     26
     27//shortcode
     28add_shortcode( 'c4d_woo_bundle', 'c4d_woo_bundle_shortcode' );
     29
     30function c4d_woo_bundle_shortcode( $atts ) {
     31    return c4d_woo_bundle_frontend_bundle_items();
     32}
    2633
    2734function c4d_woo_bundle_frontend_bundle_position($id = 0, $echo = true) {
  • c4d-woo-bundle/trunk/readme.txt

    r2103671 r2142379  
    66Tested up to: 5.2.1
    77Stable tag: 1.1.1
     8WC requires at least: 3.2
     9WC tested up to: 3.7
    810License: GPLv2 or later
    911License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1921C4D Woocommerce Product Bundle enables the efficient creation of a variety of product promotion bundles, powerful and ease-of-use to increase conversion rates.
    2022
    21 = Live demo =
    2223
    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")
    2425
    25 = MAJOR FEATURES IN C4D WooCommerce Product Bundles =
     26#### FEATURES IN  C4D WooCommerce Product Bundles
    2627
    2728- Add 3 products to bundle
     
    3940- Support all product types
    4041
    41 = PREMIUM FEATURES IN C4D WooCommerce Product Bundles =
     42#### PREMIUM FEATURES IN C4D WooCommerce Product Bundles
    4243
    4344- Add more than 3 products to the bundle
     
    4546- Get the lifetime update & premium support
    4647
    47 = INSTALLATION =
     48#### INSTALLATION
    4849
    49501. Upload `c4d-woo-bundle` to the `/wp-content/plugins/` directory
     
    52534. Save product after adding product item for Product Bundle.
    5354
    54 = GlOBAL OPTION =
     55#### GlOBAL OPTION
    5556
    5657We provide admin options for users who want to custom the bundle like item layout, font size, button v.v.
     
    6263https://wordpress.org/plugins/c4d-plugin-manager/
    6364
    64 = COUNT DOWN CLOCK =
     65#### COUNT DOWN CLOCK
     66
     67#### SHORTCODE
     68Using shortcode [c4d_woo_bundle] if you pagebuilder to create single page layout
     69
    6570
    6671To enable count down clock, please install C4D Woo Countdown plugin
     
    6873https://wordpress.org/plugins/woo-countdown-sale-product/
    6974
    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
    7184
    7285If you have question please contact us. Visit [plugin website](http://coffee4dev.com "plugin website")
     
    89102
    90103== Changelog ==
     104
     105= 1.1.2 =
     106* Added: shortcode [c4d_woo_bundle]
    91107
    92108= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.