This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Composite Products - Discounts over Regular Prices | |
* Plugin URI: https://woocommerce.com/products/composite-products/ | |
* Description: Use this snippet to allow component-level discounts over regular prices. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Product Bundles - Hide Bundled Item Prices | |
* Plugin URI: https://woocommerce.com/products/composite-products/ | |
* Description: Use this snippet to hide bundled item prices in all templates. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Composite Products - Hide Components in all Templates | |
* Plugin URI: https://woocommerce.com/products/composite-products/ | |
* Description: Use this snippet to hide Components in the cart, checkout, order and e-mail templates. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Composite Products - Sequential Componentized Configuration | |
* Plugin URI: https://woocommerce.com/products/composite-products/ | |
* Description: Use this snippet to enforce a sequential configuration of Components when using the Componentized layout. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Composite Products - Append Component Options | |
* Plugin URI: https://www.woothemes.com/products/composite-products/ | |
* Description: Use this snippet to display a “Load More” button for appending additional component options, instead of using pagination. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://www.somewherewarm.net/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Composite Products - Hide Component Options Disabled by Scenarios | |
* Plugin URI: https://woocommerce.com/products/composite-products/ | |
* Description: Use this snippet to have incompatible selections completely hidden, instead of greyed-out, when using Scenarios. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Product Bundles - Variable Container Weight | |
* Plugin URI: https://woocommerce.com/products/product-bundles/ | |
* Description: Use this snippet to have the weight of bundled products added to the container weight when the Shipped Individually item option is unchecked. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Composite Products - Sort Component Options by Product Title | |
* Plugin URI: https://woocommerce.com/products/composite-products/ | |
* Description: Use this snippet to make the "default" Component Options sorting option operate based on "title". | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: WooCommerce Product Bundles - Remove Optional Suffix | |
* Plugin URI: https://woocommerce.com/products/product-bundles/ | |
* Description: Use this snippet to remove the "- optional" suffix displayed next to the title of optional bundled items. | |
* Version: 1.0 | |
* Author: SomewhereWarm | |
* Author URI: https://somewherewarm.gr/ | |
* Developer: Manos Psychogyiopoulos | |
* |