WPIntell

Source evidence

Variable product bundle

Product Total Price for WooCommerce · support · 2022-01-09T21:54:00+00:00

mixedsentiment
mediumseverity
0.85relevance
4replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
DMarinisse resolved
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] 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 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. 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 4 years, 3 months ago by autocircle . From now this plugin fully supported with WPC Product Bundles for WooCommerce plugin. Thanks for using our plugin.

Comments

4 shown
autocircle 2022-01-23T11:13:00+00:00

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

DMarinisse 2022-02-02T21:59:00+00:00

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.

autocircle 2022-02-09T10:54:00+00:00

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 4 years, 3 months ago by autocircle .

autocircle 2022-02-10T08:00:00+00:00

From now this plugin fully supported with WPC Product Bundles for WooCommerce plugin. Thanks for using our plugin.