Andrei Zobnin
Forum Replies Created
-
Solution has been found:
UM()->fields()->update_field( 'channels', $fields['channels'], $profile_form->ID ); UM()->fields()->globally_update_field( 'channels', $fields['channels'] );
- This reply was modified 4 years, 7 months ago by Andrei Zobnin.
Forum: Plugins
In reply to: [Text Attributes for WooCommerce] Difference between text and textareaI tried to use text type and value 3m-3g, but instead of text, these values are shown in a select dropdown. is that normal behavior?
That’s wrong behavior, you can see on the screenshots how it should looks. Maybe you are using any other plugins that overrides text field?
Forum: Plugins
In reply to: [Text Attributes for WooCommerce] Decimal Not Accepted NowHello, thanks for your message.
I fixed that issue in the version 1.0.3, please update the plugin.Forum: Plugins
In reply to: [Text Attributes for WooCommerce] Difference between text and textareaHello! The difference is in the size of the input field. “Text” is a single-line field, “Textarea” is a multi-line field.
Forum: Plugins
In reply to: [Text Attributes for WooCommerce] Text field not showing upHello, looks like you misunderstood the plugin function. This plugin let you to use a text field instead of a select when you’re adding or editing a product attribute on the Edit product page on the WordPress admin area.
Forum: Plugins
In reply to: [Simple Membership] How to programmatically add new Membership Level?In the activation hook of my plugin I want to create a new membership level named ‘Client’ for subscriber user role to avoid manually creating that membership level at admin.php?page=simple_wp_membership&member_action=add page.
Advanced Custom Fields have
acf_add_local_field_group
function to programmatically
creating new field group, do you have any similar function for the membership levels creating?Unfortunately, WCFM Marketplace plugin use own fields rendering function, which can’t be changed by Text Attributes for WooCommerce plugin.
Hello,
Can you please provide a link where I can download this plugin?
Forum: Plugins
In reply to: [Text Attributes for WooCommerce] Is it safe to use performance wiseHello! Sorry for the late reply.
This plugin doesn’t change the way WooCommerce store and handle attributes. But it let you to use a text field instead of a select when you’re adding or editing a product attribute.
Anyway, if you want to test performance, you can make as much products as you want using this plugin: woocommerce-product-generator