• Resolved DMarinisse

    (@damon01)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author autocircle

    (@autocircle)

    Hello @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 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

    (@damon01)

    Hello @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

    (@autocircle)

    Hi @damon01,
    You can directly talk with me at skype https://join.skype.com/invite/nbMUHWfJ3ybB

    I need to check your issue.

    • This reply was modified 3 years, 1 month ago by autocircle.
    Plugin Author autocircle

    (@autocircle)

    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.