Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Move cost above wc fields on product pagesHi sorry for the late response,
You can change the field location by using Fields Location option from
Fields Factory -> Settingspage.Forum: Plugins
In reply to: [WooCommerce] Attribute Terms Not displaying for updatesFound the fix, it’s due to MySQL 5.7 change
Use the following query to fix it. ( you will have to be mysql root user )
SET GLOBAL sql_mode = 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';Forum: Plugins
In reply to: [WC Fields Factory] Date Picker Only Shows 10 Years BackHi, thanks for this fix, I will try to include it as an option.
Forum: Plugins
In reply to: [WC Fields Factory] Color text optionsHi sorry for the late response.
Here is the
CSSsnippets ( in case if someone still wanted )Override the following CSS rules on your theme’s
style.css.wcff-label-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .wcff-label-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .wcff-label-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .wcff-label-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }Forum: Plugins
In reply to: [WC Fields Factory] Feature suggestionHi sorry for the latest response.
Yes that would be nice, instead of doing validation only at the time of cart form submit, we can do at each fields blur event as well.
I will try to include this option in my next release.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] How to make the text box BIGGER!Closing it as resolved.
Forum: Plugins
In reply to: [WC Fields Factory] How to make the text box BIGGER!Thanks @seank123, I couldn’t be here for some time ( Due to tight schedule ), now I am back.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Fields in email when using WPML – BugHi extremely sorry fr the late response,
Could you be more specific.
Does it include duplicate entries ( same entry from all the available languages ).?
Hi sorry for the late response.
Switching between the languages.?
Are you using WPML plugin.?Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] the default value is not workingHi, sorry for the late response,
you need to put both key as well as value, for example you have a radio button group with the following optionsred|Red blue|Blueand you want to make blue as default option. then on your
Default Optionsfield putblue|Blue( you need to put both key as well as value ). and this is applicable forRadio,Check Box&SelectField too.Forum: Plugins
In reply to: [WC Fields Factory] ERROR: Symbols in Select fieldsHi thanks for reporting this, this issue has been around for some time, due to JSON encoding, I will try to put the proper escaping characters for those special characters, on my next release.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Check by defaultHi sorry for the lack of documentation.
Yes you are right thats what
Default Optionsfor. Here is how you should do.For example you have a radio button group with the following options
red|Red blue|Blueand you want to make blue as default option. then on your
Default Optionsfield putblue|Blue( you need to put both key as well as value ). and this is applicable forRadio,Check Box&SelectField too.Regards
SarkOne problem is, the product tab is outside the product form element. but that has been solved. now you can place your custom fields group on the following areas.
- Before Add To Cart Button</l>
- After Add To Cart Button</l>
- Before Add To Cart Form</l>
- After Add To Cart Form</l>
- Before Product Summary</l>
- After Product Summary</l>
- Product Summary</l>
anyway this seems to be good option, adding a new tab section under product tab for custom fields.
I will try to include this as an option on my next release.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Duplicate optionHi, Thanks for this suggestion, I agree it would be useful option. I think we need both, Field Cloning as well as Fields Group Cloning.
I will try to include with my next release
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Input text not displaying in cart and chackoutSorry guys, for the delayed response, I got caught up with a very tight schedule, I am working on that solution, will post the snippet here once done.