Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Compatibility issueHi, are you referring this plugin.?
I will have a look at it.
Forum: Plugins
In reply to: [WC Fields Factory] SuggestionThat would be a good option, but this option won’t make it with the upcoming release (V 2.0.0), which nearly in the final stage.
We will make sure to put it on subsequent release.
Forum: Plugins
In reply to: [WC Fields Factory] Admin field that shows in multiple placesYou can create two seperate Admin Fields post each contains the same field but different location rule.
Forum: Plugins
In reply to: [WC Fields Factory] Label not visible in cart&checkout pages?Closing the topic
Forum: Plugins
In reply to: [WC Fields Factory] Red border around wccpf-field on errorGreat,
Since solved, closing the topic.
Forum: Plugins
In reply to: [WC Fields Factory] Label not visible in cart&checkout pages?Hi sorry for the delayed response,
Yes label can’t be considered as a field ( its more like a widget for notification ), thats why it won’t carried over to cart->checkout->order
Forum: Plugins
In reply to: [WC Fields Factory] Number of textfield based on the Quantity selectedSorry for the delayed reply,
Yes you achieve this by using Cloning option.
wp-admin -> Fields Factory -> Settingsthere enable the Cloning option and you are all set.Forum: Plugins
In reply to: [WC Fields Factory] nothing happendHi, Wc Fields Factory doesn’t support Ajax Add To Cart option, check that option in wp-admin/woocommerce/settings -> Products -> Display there uncheck the ‘Enable AJAX add to cart buttons on archives’ option. if it doesn’t help then look at your theme settings page for similar option.
or you can do like this
Forum: Plugins
In reply to: [WC Fields Factory] Can’t change empty field labelHi, you mean Label property of the field itself right.?, not the validation message field, ( It sounds like that ).
Any way the easiest fix would be delete that field and recreate it, which won’t affect any existing orders.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] WC Fields Factory compatibility with WooCommerce 3.2.1Hi deeveedee, thanks for your active support and feed backs, yes next version is coming with all the fixes and compatibility.
( Wc Fields Factory 2.0.0 finally 😉 )
Regards
SarkForum: Reviews
In reply to: [WC Fields Factory] Edit in Cart Work Does not WorkHi matt, sorry for that inconvenience, I am close to release the next version I will make sure the editing parts got improved and tested well before released.
Regards
SarkForum: Reviews
In reply to: [WC Fields Factory] Very Poor SupportHi, I agree that I was little occupied by recent times not able to respond to the support forum, but things have changed now, I am working on the next release with completely restructured code base with many additional feature, I will make sure it includes the fix for this issue as well.
Appreciate your patience
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Bug since latest updateHi All, sorry for the delayed response, we are checking the issue. it’s due to the PHP version compatibility, Please post your current PHP version here.
We will upload the new build ASAP.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] render shortcode in field?Hi,
All admin fields are stored as Post Meta only so a simple
get_post_meta();is enough$af_val = get_post_meta( $post_id, "wccaf_" . "your field name", true ); echo do_shortcode( $af_val );Note:
All admin fields key will have “wccaf_” as prefix.Regards
Sark- This reply was modified 9 years, 3 months ago by Saravana Kumar K.
Forum: Reviews
In reply to: [WC Fields Factory] 5 stars if bug can get fixedHi,
The bug has been fixed ( available with V 1.3.6 )
Please update.Regards
Sark