Hi, with the last update WP I see this message error for PPOM :
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce-product-addon
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later.
Hi!
We are using the pro version on my clients website, but the support is not answering to my clients question so I am trying to get help here…
We did everything that need to be done according to this documentation: https://docs.themeisle.com/article/2010-how-to-configure-taxes-for-ppom-options
But the “PPOM product tax rates” settings are still not visible under WooCommerce tax settings…
We need this urgently as curretly the wrong tax value is being calculated!
Thanks!
]]>I am looking for the correct syntax for a show condition based on a checkbox. The current options are is or is not. Need to know if it needs to say Checked or True or what other verbiage indicates true.
]]>Dear PPOM Support Team,
I am currently using the PPOM plugin for my WooCommerce store, and I’ve encountered an issue that affects our order management process.
Previously, the custom fields were displaying their Titles in the order details page. However, after a recent update, the system is now showing Data Names instead of Titles in the orders.
This change makes it difficult for our team to read and process orders efficiently, as Data Names are less readable than the original Title display.
Could you please help me understand if this is a known issue and if there’s any way to revert back to showing Titles instead of Data Names in the order details? Looking forward to your response.
Best regards
Hi I was hoping to be able to bypass applying discounts to product addons since the margins are far slimmer for example on a bottle of wine than the root product. Is this possible with your plugin?
]]>I have a product with two PPOM fields, one is for colour and one is a dropdown with a price set for each option. The calculation on product page works as expected but this does not pull through to the cart.
https://www.gmglogos.com/product/pen-test/ – this is the example product. It has a base price of £40 and two options which would add £40 or £80.
In the cart, the options selected are visible on the product summary:
Pen TestColour:
#9c0317 – RedPack Size:
80x Pens [+£80.00]
However the cart total remains at £40 without the option value £80 added.
]]>All additional fees do not include tax on the cart or checkout. Even when WooCommerce is configured so prices are inclusive of tax. The issue seems to arise from inc/prices.php line 1273. This is an if statement with the following comment “if wc prices include tax: substract the tax from additional fixed fee since already WC will add tax.”. I do not understand the logic here. Why would WooCommerce add tax to prices that already include tax?
]]>Dears…
How i can get product fields value to use it in checkout page?
Thanks.
]]>Hi, I’m trying to use your plugin with WPML but some fields don’t take into account the translations made in the WPML strings: description when I use tooltips, placeholder.
Any ideas on what’s wrong?
Hello, I cant get to show PPOM fields on product page. I have attached PPOM fields to specific product manually, still do not shows.
]]>Is there a way to add search functionality inside image dropdown ? I’ve 100 of entries in dropdown which makes it essential to have a search function
Thank you
]]>Can you please check the date on the Arabic version of wpml . ( popup selection does not open )
]]>Dear PPOM Development Team,
I am currently experiencing an issue with integrating product prices managed by PPOM fields into the Rank Math schema. The problem is that because in backend on single product the price is set to 0 because I use PPOM prices, the offer schema for Rank Math takes the price 0 and add it in the schema instead of adding actual price from PPOM.
The Rank Math support team suggested using their filter:
dd_filter('rank_math/snippet/rich_snippet_product_entity', function($entity) {
$entity['offers']['price'] = 'PPOM-price'; // Change to actual value from PPOM
return $entity;
});
However, I am struggling to fetch the PPOM product price dynamically. They said to get in touch with you guys and ask for help to edit the code to fetch the product price from PPOM.
I have tried the following approaches in detail:
woocommerce_product_get_price
and woocommerce_product_get_regular_price
to modify the product price dynamically. These filters worked for displaying the correct price on the product page, but unfortunately, they did not result in the updated price being used in the Rank Math schema or other meta tags.ppom_after_ppom_fields
, ppom_hooks_convert_price()
, and others. I integrated these hooks with Rank Math’s schema filter to update the price after the PPOM fields were rendered. Despite all these attempts, the Rank Math schema continued to show a price of “0”.rank_math/snippet/rich_snippet_product_entity
filter as recommended. I combined it with PPOM-specific hooks and custom functions, but the price value remained incorrect. Even when manually assigning the fetched PPOM price, it would not reflect correctly.Given these multiple failed attempts, I am reaching out to see if you could assist in providing the appropriate filter or method to fetch the correct product price from PPOM fields, so that I can successfully integrate it into the Rank Math schema.
Any guidance or code examples you could provide would be greatly appreciated.
You can see the schema for the products at: https://www.myboostpal.com
Thank you!
]]>Hi
Conditional logic doesn’t work in relation to image selection field. Wherever there is image selection (dropdown) , you can’t create condtional login for it anymore. That was possible before but now it’s gone again.
Any idea why?
Thanks
]]>Po ostatniej aktualizacji pojawi? si? problem z wczytywaniem edycji produktów oraz zapisywaniem zmian. Strona wyrzuca b??d “strona nie odpowiada” lecz po jakim? czasie si? ?aduje. Do tego du?a ilo?? pól w PPOM jak? posiadam na stronie powoduje, ?e lista tych pól jest bardzo d?uga, zdecydowanie lepiej by?o gdy w edycji produktu pojawia?o si? tylko przyporz?dkowane pole PPOM danego produktu. By? mo?e to powoduje ten b??d. Powrót do wersji 33.0.4 nie rozwi?zuje problemu. Co mog? z tym zrobi? ? W której wersji nie by?o jeszcze tej listy pól PPOM od widoku edycji produktu?
]]>Hi there,
This website is for customers to order lengths of steel beams at a size that they require rather than fixed lengths. A customer can enter their required length using the “How Many Metres?” field. This works well.
However, we also need to access that same field for delivery pricing for ‘Flat Rate’ so something like
£50 * [qty] * [“How Many Metres?”] but I can’t see how these PPOM fields are available for Shipping calculations.
Is this possible?
Hi, the latest updates crashed my product administration page (description field, etc.), if I go back to v32.0.27, everything is fine!
]]>How to deselect all fields in particular post?
]]>Bonjour,
Avant la mise à jour, je créais dans un même PPOM group un PPOM field appellé “options” avec plusieurs lignes dans “add options”. Ces lignes étaient alors sélectionnables comme conditions pour d’autres PPOM fields ajoutés dans le même groupe. Cela me permettait d’afficher les champs de personnalisations (texte) en fonction des options choisies. Je n’y arrive désormais plus. Auriez-vous une solution ?
D’avance merci !
]]>After updating I noticed errors in PHP logs:
WordPress database error Unknown column 'productmeta_tags' in 'field list' for query SELECT productmeta_id, productmeta_categories, productmeta_tags FROM nm_personalized WHERE productmeta_categories != '' OR productmeta_tags != ''
Since the update this afternoon, all products that showed variations on sizes/colours etc have dissappeared and the products don’t have a ‘to buy’ button any more?
Please help. Urgent!
]]>When updating ppom to 33.0.0, my product pages break (see link).
The first selection with the images gets messed up, somehow on load, all the options are selected. Although in the configuration, multiple selections are not allowed.
I had to revert back to 32.0.27 to fix it.
I could give you access to my test environment however, so that this issue can be replicated.
Please let me know if and where to send (temporary) credentials to.
I have attempted to move them using hooks, but I am unsure which hook is responsible for the rendering of the input fields in PPOM. Could you please provide guidance on which hook or function is responsible for displaying the fields, and how I can change it so that the inputs appear after the product variations?
Thank you for your assistance!
]]>I have a variation product that that I am adding ppom to allow customers to configure a shed. These configurations consist of Shed Colour, A ground option (How they are tethered to the ground) and a required quantity.
I the example the grounding types are: Industrial Saddle and Dynabolt, Industrial Concrete Embedment kit and Industrial Edge slab Saddle and Dynabolt each are presently priced at $71.
If Industrial Saddle and Dynabolt is selected then the quantity should default to value stored in PPOM (presently is a dropdown). EG. Industrial Saddle and Dynabolt is selected then quantity is 6, if Industrial Concrete Embedment kit is selected then quantity is 8 etc. Could this be achieved by including 3 additional fields to the PPOM group and conditionally display these based on the previously selection.
If the grounding type is selected and the quantity is selected, how could I recalculate the addon price to be grounding type price multiplied by the conditional quantity?
]]>I’m creating a website on a local environment. I have a non-required checkbox input that has 5 options and can have max 5 options selected. I’m able to check all 5 on the product page and the options table shows the correct price, but when I go to the cart and checkout I only see one of those options selected and the price reflects only that one option.
Product Page: Base price is $22. The 5 additions are $4, $4, $4, $4, and $1.50. So when I check all five, the options total is correctly displayed as $39.50
Cart Page and Checkout Page: The only addition that displays is the first one, so the total pre-tax price only shows as $26. For some reason, the only 4 additions aren’t showing.
I already tried deactivating all my other plugins; that didn’t fix the issue, unfortunately. WordPress and all my plugins are on the latest version. My other PPOM fields on other products work just fine; however, all of those are either select inputs or checkbox inputs that can only have 1 checked value.
]]>I’m having issues with my landing page. I want to display the single product page on my landing page using the shortcode [product_page id='product id']
so that users can customize the product directly on the landing page. However, this shortcode does not show the additional item and total price for the item that being ordered. Additionally, the PPOM conditional menu does not appear after I select one of the options.
For more details, please kindly check the link to the landing page that I provided.
]]>I have a dropdown where you select 1, 2 or 3 flavors. Flavor 3 should only be shown if 3 flavors is selected. But I can’t seem to save it. Currently in the PPOM settings for Flavor 3, it is not required and has no conditions. When I change those settings to berequired, and conditionally display when 3 flavors are selected, it’s not saving. I click Update Field and Save Field, I get a message that says Form Updated Successfully, but it’s not updated. It goes back to what it was originally.
]]>Hey, I have added a drop-down add-on, where one of the selection is a fixed price of 10DKK to the cart, regardless of the number of items added.
On the PDP page, it shows the price correctly, but in checkout, it suddenly shows the price as only 8DKK, which seems it is deduction tax. Have I done something wrong in setup?
I want to show the price for each addon with the tax included. Is this possible?
]]>I have a product that is paid monthly (subscription).
I already removed the quantity selector for that product using css (or is there a better way to do this?), but the ppom summary box still shows “product price 30€ x 1”, and I would like to change this to something like “product price 30€ /month”.
Writing everything to a buffer and replacing the string does not work, ppom is probably using javascript to insert the summary box?
Please let me know wether there is a way to get this done.
Thanks a lot!