PPOM (Product Addons for WooCommerce) lets add extra custom fields and addons on your product pages. Adding extra options like sizes, colors with PPOM …
PPOM (Product Addons for WooCommerce) lets add extra custom fields and addons on your product pages. Adding extra options like sizes, colors with PPOM is so simple with drag and drop form builder.
How it works?
Create PPOM fields with drag & drag form builder from WooCommerce->PPOM Fields
Go to product edit page and select PPOM fields group created in above step and click update.
[Fix] Resolved an issue where the Edit Cart feature was losing the value of certain fields based on conditional logic.
[Fix] Fixed a bug where the Edit Cart feature was not working when no changes were made to product options. (P.S.: PPOM Pro side of this issue was released with PPOM Pro v25.1.3)
[Fix] Translations on some strings have been fixed.
[Fix] [PPOM Pro] Image Cropper field doesn’t work if enabled with Popup in Safari browser on mobile
[Fix] [PPOM Pro] Added shadow to color palette choices to better visibility
[Tweak] Deselect Support for the ImageSelect Field
[Fix] Fixes on the PPOM Settings page.
[Fix] [Date Input] UI/UX improved to emphasize JQuery date picker is needed for some features (Min Date, Max Date, Date Formats, Default Value, First Day of Week, Year Range, Disable Weekends, Disable Past Dates) of PPOM Date Field.
[Fix] [Date Input] Max Date fixes (from now on, can be worked independently from disable past dates mode)
[Fix] [Date Input] Manual date entering by keyboard was disallowed for the JQuery date picker.
[Fix] [Date Input] Default date issue of the JQuery date picker has been fixed. (It was not working with relative values such as +5d or +1m 3d .)
[Fix] [Date Input] Fix on the Disable past dates feature (compatibility support with Min date feature)
[Fix] [PPOM Pro] Broken date range layout was fixed.
[Fix] Adding two fields with same name make them overwrite each other (data name validation was added for new fields)
[Fix] [PPOM Pro] Cart Edit is not working when Pop Up Edit is enabled
[Fix] [PPOM Pro] Empty Field Generation, which happens when PPOM Pro is activated, has been fixed.
[Fix] Use the correct text-domain in the translated string.
[Fix] Change on the Fixed Fee TAX Price Calculation: If WC prices include taxes; inconsistent TAX calculation was happening on the Fixed Fees between the product page/cart page, that’s fixed. https://github.com/Codeinwp/ppom-pro/issues/41
[Fix] Change on the Fixed Fee TAX Price Calculation: Use the tax class of the dependent product for the fixed fee instead of the standard tax https://github.com/Codeinwp/ppom-pro/issues/82
[Fix] [PPOM Pro] If a Price Matrix field was shown according to the two or more conditional field dependencies; the price matrix price was passed to the cart as 0. That’s fixed. https://github.com/Codeinwp/ppom-pro/issues/40
[Promote] Conditional Field Repeater freemium/locked tab
[PPOM Pro] Compatibility for PPOM PRO Bulk Quantity Field.
[Feat] New WP Filter Hook (ppom_legacy_input_meta_classes) was added. https://github.com/Codeinwp/woocommerce-product-addon/pull/78
[Fix] Some minor fixes on Frontend Input Classes https://github.com/Codeinwp/woocommerce-product-addon/pull/78
[Fix] PPOM Field prices are not passed into the cart issue (affects only non-pro users) has been fixed. (that was a regression occurred after the v32.0.0 release)
[Fix] in the various areas (cart, checkout, admin order details etc.); PPOM Field Titles are shown as data-name instead of human-readable field title issue has been fixed. (that was a regression occurred after the v32.0.0 release)
[Fix] A minor fix on the ppom_hooks_save_cropped_image global function.