Title: Variable product bundle
Last modified: January 9, 2022

---

# Variable product bundle

 *  Resolved [DMarinisse](https://wordpress.org/support/users/damon01/)
 * (@damon01)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/variable-product-bundle/)
 * I need help with a variable product bundle. It doesn’t add up the total amount
   correctly. It only calculates it correctly when you don’t add a variable to the
   product.
 * i tried to add some code to the functions.php but without success.
 * password for this page is: 1234
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvariable-product-bundle%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [autocircle](https://wordpress.org/support/users/autocircle/)
 * (@autocircle)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/variable-product-bundle/#post-15280825)
 * Hello [@damon01](https://wordpress.org/support/users/damon01/),
 * Sorry for late reply.
 * I have solved the issue you mentioned above. To solve the issue follow below 
   instructions:
 * 1. First uninstall the plugin and then again install (because I have updated 
   the plugin. Version not changed, that’s why you didn’t get any notification)
   
   2. Add following code snippet to your active theme’s functions.php file or you
   can use [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin
 *     ```
       add_filter( 'wcptp_allowed_product_type', function( $types ){
           $types[] = 'woosb';
           return $types;
       }, 10 );
       ```
   
 * Please let me know if you need further help.
    Regards
 *  Thread Starter [DMarinisse](https://wordpress.org/support/users/damon01/)
 * (@damon01)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/variable-product-bundle/#post-15321748)
 * Hello [@autocircle](https://wordpress.org/support/users/autocircle/) ,
 * Now he shows the total price, only the amount that is incorrect. When I use the
   variable functions in this product bundle.
 * the total amount without a variable is correct, but if I adjust a variable, the
   price does not change.
 *  Plugin Author [autocircle](https://wordpress.org/support/users/autocircle/)
 * (@autocircle)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/variable-product-bundle/#post-15345629)
 * Hi [@damon01](https://wordpress.org/support/users/damon01/),
    You can directly
   talk with me at skype [https://join.skype.com/invite/nbMUHWfJ3ybB](https://join.skype.com/invite/nbMUHWfJ3ybB)
 * I need to check your issue.
    -  This reply was modified 4 years, 3 months ago by [autocircle](https://wordpress.org/support/users/autocircle/).
 *  Plugin Author [autocircle](https://wordpress.org/support/users/autocircle/)
 * (@autocircle)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/variable-product-bundle/#post-15349540)
 * From now this plugin fully supported with WPC Product Bundles for WooCommerce
   plugin. Thanks for using our plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Variable product bundle’ is closed to new replies.

 * ![](https://ps.w.org/product-total-price-for-woocommerce/assets/icon-256x256.
   png?rev=2509502)
 * [Product Total Price for WooCommerce](https://wordpress.org/plugins/product-total-price-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-total-price-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-total-price-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-total-price-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-total-price-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-total-price-for-woocommerce/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [autocircle](https://wordpress.org/support/users/autocircle/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/variable-product-bundle/#post-15349540)
 * Status: resolved