Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] How to view new field in column in product list in AdminLooks like a good feature, you want to look the value (key val pairs) or wanted those fields to be edited on the archive page itself.?
Forum: Plugins
In reply to: [WC Fields Factory] Validation MessageHi, I checked your page, everything is OK, but you haven’t given any Validation Message on any fields configuration, Please visit
Fields Factory -> Product Fields -> Your Fields Group Postand edit each fields and Give a valid error message on eachMessageconfig.You could also try the Client Side Validation (If you want),
Fields Factory -> Settingsin there EnableClient Side Validation.- This reply was modified 8 years, 5 months ago by Saravana Kumar K.
Forum: Plugins
In reply to: [WC Fields Factory] Displaying Group TitlesHi, great, also from Version 2.0.5 I am triggering an additional action for this purpose.
function insert_title_for_fields_group( $_group_index ) { if ($_group_index == 1) { echo "First Fields Group Title"; } else if($_group_index == 2) { echo "Second Fields Group Title"; } else { echo "Third Fields Group Title"; } } add_action("wccpf_before_fields_group_start", "insert_title_for_fields_group");Forum: Plugins
In reply to: [WC Fields Factory] The Admin Fields are not longer editableHi all, the fix is available with Version 2.0.5, please update.
Forum: Plugins
In reply to: [WC Fields Factory] Added row in Cart for each ordered productHi, the fix is released with Version 2.0.5, please update.
Forum: Plugins
In reply to: [WC Fields Factory] Time picker doesn’t workHi, the fix is released with Version 2.0.5, please update
Forum: Plugins
In reply to: [WC Fields Factory] The Admin Fields are not longer editableI got the issue, fix will be release ASAP (mostly within a day)
Forum: Plugins
In reply to: [WC Fields Factory] Field Class is missing in this updateHope it resolved, closing the topic.
Forum: Plugins
In reply to: [WC Fields Factory] Bug with color picker validationThe reason that no error message is displayed (If you have noticed that, the product also not getting added to Cart) is that you haven’t given any error message,
please specify the error message (for each field the config name is
Message) that has to be displayed on validation failed.Forum: Plugins
In reply to: [WC Fields Factory] Bug with color picker validationHey one more feedback, I am adding that extra suffix
(required)on each fields placeholder, if the field is mandatory,after seeing your product page, which is not English but that
(required)suffix looks awkward,Should I keep it or make it optional.?
Forum: Plugins
In reply to: [WC Fields Factory] Bug with color picker validationHi, no need,
That time picker issue is, I missed to enqueue the timepicker addon script. I will release the fix for both issues shortly.
Forum: Plugins
In reply to: [WC Fields Factory] Added row in Cart for each ordered productNoted, fix will be available with the next release.
Forum: Plugins
In reply to: [WC Fields Factory] Time picker doesn’t workHi, looks like I missed to
enqueuethetimepicker addon script, will release the fix shortly.Forum: Plugins
In reply to: [WC Fields Factory] Factory data — where?I assume you want the fields config data (which actually makes up the fields) right.?
All Product Fields config data are stored as Post Meta of
wccpfpost type and Admin Fields config data as Post Meta ofwccafpost type.Hi the latest Version 2.0.4 has the fix for wrapper class, so it should work as before (1.4.0)