acowebs
Forum Replies Created
-
Price or Fee is not available in product addons free version, It is available on pro version.
We apologize for the confusion, but we need further clarification on your requirements. Are you looking for multi-line text for placeholders? If so, you can achieve this by utilizing the “textarea” field instead of the regular “text” field.
We have released an update 3.0.2, where you can manage the format how the data should be stored in order line item meta table.
You can find the settings at https://prnt.sc/-7m4gX8JX8zcThe current value is {label}|{value}, In your case you can change it to {value} only
This report is not on our Acoweb’s Product addon plugin. Our latest version 5.0.15 (pro) and 3.0.1 (free)
Seems it is regarding this plugin https://woocommerce.com/products/product-add-ons/ – Its current version is 6.4.4
Yes, You can change the format from Settings>>Content/Strings >>Format for showing price in group field options
Please refere screenshot at https://prnt.sc/1uoW6FehHSj7Yes, Both latest pro and free versions are compatible with HPOS
add_action('woocommerce_checkout_order_processed', 'get_wcpa_data'); function get_wcpa_data($order_id) { $order = wc_get_order($order_id); foreach ($order->get_items() as $item_id => $item) { $orderData = $item->get_meta('_WCPA_order_meta_data'); if (is_array($orderData)) { foreach ($orderData as $sectionKey => $section) { if (isset($section['fields']) && is_array($section['fields'])) { foreach ($section['fields'] as $row) { foreach ($row as $field) { if($field['name']=='Field Name Here'){ // change the field name $requiredText = $field['value']; // you can get teh required data here } } } } } } } }
You can modify the code as per your needs.
Reach us back if any further assitance needed in this caseOur product addon plugin is already compatible with woocommerce HPOS.
are you facing any issues on activating HPOS because of this product addon plugin?
The changes have made in version 3.0.0, You can revert to version 2.7.7
Download older version at https://www.ads-software.com/plugins/woo-custom-product-addons/advanced/
We are afraid that you are using some other plugins, We cannot see our plugin https://www.ads-software.com/plugins/woo-custom-product-addons/ installed on your site.
Could you please confirm
We are working with an update, we can provide solution for this issue in next release
We are based on India
You can find all older versions in this page, see at botton https://www.ads-software.com/plugins/woo-custom-product-addons/advanced/
Yes,
- This reply was modified 1 year, 8 months ago by acowebs.
Could you please share your site url,
Have you upgraded this plugin from an older version? Or is it a new installation?