Welcome to our Support Portal › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Issue with bundled Products
- This topic has 68 replies, 5 voices, and was last updated 3 years, 2 months ago by
Jane Brian.
-
AuthorPosts
-
September 26, 2018 at 2:46 pm #9447
Lievelabels.nl
ParticipantCan you show me printscreens of Bundle config & PPOM Meta?
September 26, 2018 at 2:50 pm #9448Michel
ParticipantOf course, it follows:
– All the Addons I use in the Bundle:
– – http://prntscr.com/kz00it– The main one, which adds 100% of the total value of the bundle:
– http://prntscr.com/kz0103– Bundle Configuration:
– http://prntscr.com/kz01pjAnother thing I noticed is that in addition to adding the value within each subitem, it also adds the Product Addon “Hotel” which is a select .. It adds within each subitem (which is not to happen).
I just want the bundle Product Addons to be just for the Product Bundle, and not for the subitems of the bundle.
-
This reply was modified 3 years, 9 months ago by
Michel.
September 26, 2018 at 3:01 pm #9450Lievelabels.nl
ParticipantI will continue tomorrow… I need to go…
September 27, 2018 at 6:46 am #9456Lievelabels.nl
ParticipantIs this a public website where I can see it?
September 27, 2018 at 11:07 am #9458Lievelabels.nl
ParticipantI have managed to get this working, by adding this to functions.php
// REMOVE PPOM META FROM BUNDLED SUBITEMS add_filter ( 'woocommerce_get_item_data', 'ppom_woocommerce_remove_item_meta', 9, 2 ); function ppom_woocommerce_remove_item_meta($item_data, $cart_item) { if ( class_exists('WC_Bundles') && wc_pb_is_bundled_cart_item( $cart_item )) { remove_filter ( 'woocommerce_get_item_data', 'ppom_woocommerce_add_item_meta', 10, 2 ); } } /* END REMOVE PPOM META FROM BUNDLED SUBITEMS */
For me this results in NO PPOM data on Bundled items.
September 27, 2018 at 11:17 am #9459Michel
ParticipantSure, https://loja.neumanntour.com.br/pacotes/, the bundle products is in this page..
Will try this filter now, thx.
September 27, 2018 at 12:29 pm #9460Michel
ParticipantI tried this last filter that you sent and unfortunately it did not work, there is still a “random” price in the sub items of my bundle.
Take a look at the image:
https://prnt.sc/kzdd6nIf you want to reproduce these steps, just access the link that I sent you and add the product “4 days free” in the cart, adding a hotel and clicking on “privatized service”, like the image:
http://prntscr.com/kzdg4iSeptember 27, 2018 at 12:38 pm #9461Lievelabels.nl
ParticipantThis is very weird, as there must be some other plugin interfering……
The filter we remove is only for PPOM.Are the bundled items not marked as priced individually?
-
This reply was modified 3 years, 9 months ago by
Lievelabels.nl.
September 27, 2018 at 12:43 pm #9463Michel
ParticipantI think it’s only related to the Product Addon, because when I add the bundle to my cart without any Addon (Product Addon) selected, it does not add any random price.
Take a look with the steps I sent up.
Are the bundled items not marked as priced individually?
Nope, http://prntscr.com/kzdo28September 27, 2018 at 12:47 pm #9464Michel
ParticipantIt amazes me that nobody from the support came here to help us, since this topic has been at the top since yesterday.
If it were not for you I would not have any help.
September 27, 2018 at 12:53 pm #9465Lievelabels.nl
ParticipantYou are correct, it sometimes takes a little longer for these quys to react here….. support could be better.
So if you disable PPOM, the issue is gone?September 27, 2018 at 12:55 pm #9466nmedia
KeymasterHi Folks,
I am here. Let me know what do you need at end? if bundled is installed no PPOM addons should display?
September 27, 2018 at 12:57 pm #9467Michel
ParticipantSo if you disable PPOM, the issue is gone?
I have not tried disabling PPOM yet, but if I do not select any addon from it in my bundle, no random price appears in the cart / checkout.
Look: http://prntscr.com/kzdvho
This print is from the bundle in my cart, with no addon from the selected PPOM, other than the hotel (which has no additional price), I believe the error is related to options that add a price to the product.
September 27, 2018 at 1:02 pm #9469Michel
ParticipantI’ll try to explain what’s happening:
When I select a PPOM option in my Bundle, it adds a random price to the sub products of the bundle.
Look: http://prntscr.com/kzdxlh
These values in the sub products should not exist, it was only for PPOM to modify the value of the BUNDLE product and not the sub products of the bundle.
Any and all PPOM options that I click on the bundle, it’s adding in all sub-products of the bundle, even text. And that’s not supposed to happen, I want the sub-products not to be modified, just the Bundle.
Here the link of my store, direct in the page that contains the Bundles:
https://loja.neumanntour.com.br/pacotes/-
This reply was modified 3 years, 9 months ago by
Michel.
September 27, 2018 at 1:09 pm #9472Michel
ParticipantThe product of the images is a travel package, which costs $ 569, the option created by PPOM inside the bundle, is a privatized service, which costs 100% of the value of the Bundle, that is, + R $ 569,00, which was to result in a total of R $ 1,138.
The problem is both the “hotel” and the “privatized service” are directly affecting the sub products of the bundle.
See in the confirmation email of purchase, the hotel is appearing in all sub products of the bundle, and was not to appear, is to appear only in the bundle itself.
http://prntscr.com/kze1up -
This reply was modified 3 years, 9 months ago by
-
AuthorPosts
- The topic ‘Issue with bundled Products’ is closed to new replies.