PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Some Meta Fields don't work

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I have installed the BEAR plugin and use about 20 meta fields that work perfectly. But there are 2 meta fields that I could add but they don't work. I think these meta fields come from the Germanized plugin to handle unit prices.
One is called _unit that should load different units to select. As I could only chose from text input, checkboxes etc. it is not possible to load the full list of units that are defined in WooCommerce under Products > Units.
The other field is called _unit_price_auto which is a checkbox to activated unit price calculation. I could select checkbox for this meta field but it doesn't work when I select yes or no (it seems it is not recocknized).
Can you please advise how I get this meta boxes to work?

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and  wp-admin access - https://share.pluginus.net/image/i20230222134615.png

I've just sent license key and WP admin credentials.

Hello

_unit  - this is a third-party plugin field, it has some custom value options.   it is not possible to load the full list of units  - yes because my plugin doesn't have data about these values ​​like thousands of other third party plugins.  You added this meta field - _unit - This field stores only a string. Of course my plugin has no idea where to get this set of values ​​and for which keys this needs to be done and what type of data is this (in your case it is a set of strings, in other plugins it could be links to images or numbers or something else). My plugin searches for meta data by the key you inserted and this field stores one string.

_unit_price_auto -  Please read this( https://share.pluginus.net/image/i20240808132525.png ) - https://bulk-editor.com/document/woocommerce-products-meta-fields  - But the checkbox of this third-party plugin works not with 0 and 1 but with the strings yes and no - https://share.pluginus.net/image/i20240808132713.png - We have a solution for this -   https://share.pluginus.net/image/i20240808132843.png - In your case - https://share.pluginus.net/image/i20240808133232.png Please do a test

Thank you for information.

The _unit_price_auto solution you provided work perfectly!

Regarding the _unit field: It has the same data as standard product_unit field (showing the Woocommerce standard units). Is it possible to merge a third-party plugin field with another field somehow so that _unit uses data from [product_unit]?

Hello

showing the Woocommerce standard units - Woocommerce does not have such a feature