Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Issue ios devicesHi,
Have you enabled multi file option.?
Have you configured “Allowed File Types” option.?Pls let us know IOS version.
Forum: Plugins
In reply to: [WC Fields Factory] Javascript errorHi,
Can you show us the actual page, where the issue is happening.?
Forum: Plugins
In reply to: [WC Fields Factory] problem with pricingYou are welcome, If it is possible please give a rating.
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsHi,
One clarification.
$_fields["Your Field Label"] = get_post_meta($_order->get_id(), "_custom_{Your Custom Field's Key}", true);Here have you updated the
"_custom_{Your Custom Field's Key}"key with your actual custom field’s key.?If yes and still facing issue, let me have a temp access, I will try to fix it.
Forum: Plugins
In reply to: [WC Fields Factory] problem with pricingHi,
For now, pls edit the following file.
wp-content/plugins/wc-field-factory/includes/wcff-product-fields.phpJust remove (or comment it out) the LN 100 & 101.Our upcomming release has an option on the settings page to enable/disable pricing module altogether.
The issue should be gone, Let me know.
Forum: Plugins
In reply to: [WC Fields Factory] problem with pricingHi,
If you disable Fields Factory, does the issue solved.?
Also are you using Fields Factory custom pricing functionality.?Anyway, I will test the plugin you mentioned, and will let you know the issue.
(I guess this is the one you using https://wordpress.org/plugins/exchange-rates-today/)Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsHi, can you pls share your code here, so that I can try to validate.
Forum: Plugins
In reply to: [WC Fields Factory] Please internationalize the pluginIts already i17n ready, the
wc-field-factoryis the text domain.
But as for as the custom fields concerns, it is stored as custom post meta, where the convention i17n is tricky to use.SO I opted for custom approach for multi language support, you can see the details here.
If you feel I am missing something, or could have done differently, pls let me know.
Forum: Plugins
In reply to: [WC Fields Factory] Field rulesHi,
Pls let me know which currency plugin you are using.
You can show hide a field(s) based on one field’s value. pls be more specific so that I can address the gap.Forum: Plugins
In reply to: [WC Fields Factory] upload field doesn’t workHi, will look into both items. pls wait for few days, as we are nearing for the next release which will have a stable build and more features.
- This reply was modified 4 years, 1 month ago by Saravana Kumar K.
Forum: Plugins
In reply to: [WC Fields Factory] Can I make the message shown on failure a pop-up?YOu need little cuystomization for that, but I think client side validationh is what you are looking for.
Go to
Fields Factory->Settingsthere you can see an option calledClient Side Validationjust enable it, I think that might do for you.Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsHi, pls add the following snippet on your theme’s
functions.phpfilefunction add_fields_on_order_email($_fields = array(), $_sent_to_admin, $_order) { if ($_sent_to_admin) { $_fields["Your Field Label"] = get_post_meta($_order->get_id(), "_custom_{Your Custom Field's Key}", true); } return $_fields; } add_filter("woocommerce_email_order_meta_fields", "add_fields_on_order_email", 10, 3);Forum: Plugins
In reply to: [WC Fields Factory] Variation Fields is not an optionApologies for that over enthusiasm, in that video we used our prebuild version, which is yet to be released.
But variation fields are possible with current version too, pls follow this documentation
Forum: Plugins
In reply to: [WC Fields Factory] Support this plugin with CoCartI am working on this, hopefully I will send you the pre build within three days.
Forum: Plugins
In reply to: [WC Fields Factory] Displaying fields depending on Variation Attribute ValueSince no reply, assuming this as resolved.