Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [Sark Migs] Update from MD5 to SHA256Hi sorry for the delay, I have updated the plugin to support for SHA256.
Please CheckRegard
SarkForum: Plugins
In reply to: [WC Fields Factory] WC Fields Factory broke down the webshop a bit.Hi, got the issue, I will update the fix with my next release.
Forum: Plugins
In reply to: [WC Fields Factory] Radio field and client side validationHi Carver,
Yes there is a bug for client side validation script. please replace the following JS snippet on the mentioned file. ( I will update the same on my next release )
FILE :
wc-fields-factory/assets/js/wccpf-front-end.jsLN : 90this.doValidate = function( field ) { if( field.attr("wccpf-mandatory") == "yes" ) { if( field.attr("wccpf-type") != "radio" && field.attr("wccpf-type") != "checkbox" ) { if( this.doPatterns( field.attr("wccpf-pattern"), field.val() ) ) { field.next().hide(); } else { this.isValid = false; field.next().show(); } } else if( field.attr("wccpf-type") == "radio" ) { if( $("input[name="+ field.attr("name") +"]").is(':checked') ) { field.parent().parent().parent().next().hide(); } else { this.isValid = false; field.parent().parent().parent().next().show(); } } else if( field.attr("wccpf-type") == "checkbox" ) { var values = $("input[name="+ field.attr("name") +"]").serializeArray(); if( values.length > 0 ) { field.parent().parent().parent().next().hide(); } else { this.isValid = false; field.parent().parent().parent().next().show(); } } else if( field.attr("wccpf-type") == "file" ) { if( field.val() == "" ) { field.next().show(); } else { field.next().hide(); } } } }Forum: Plugins
In reply to: [WC Fields Factory] WC Fields Factory broke down the webshop a bit.Hi that warning message is not related to WC Fields Factory. and I tested that its working.
1. deactivate your plugins one by one to pinpoint which one caused this.
2. If all of your plugin are fine then switch your theme, and see if the warning message gone.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] invisible itemYou are welcome.
Forum: Plugins
In reply to: [WC Fields Factory] Disregard – no issueNo problem 🙂
Forum: Plugins
In reply to: [WC Fields Factory] Add field Business Hours and sub label below label inputHi, can you post your product page URL, so that we can give you the modified CSS.
Forum: Plugins
In reply to: [WC Fields Factory] Code for Client Side ValidationHi Carver,
Long time. yes this is a very good suggestion, disable the Cart button whenever an error on the custom fields.
Like in the variable product if you don;t choose any option the Cart button will be on the disabled state, once you selected the option it will be enabled instantly.
But you also wanted to disable the Cart button once the user hit it, so that we can prevent multiple clicking.
I will try to include these as an option.
and Yes the Premium version is also almost ready, will let you know soon.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Date Picker Only Shows 10 Years BackFrom V1.3.5 this option available.
Forum: Plugins
In reply to: [WC Fields Factory] the default value is not workingI hope you managed to resolve the issue, closing it.
Forum: Plugins
In reply to: [WC Fields Factory] html errorHi thanks for posting your findings. I will updated it ASAP.
Regards
SarkFix available from V1.3.5
Forum: Plugins
In reply to: [WC Fields Factory] invisible itemHi sorry for the delayed response,
it looks like you have missed to set the text field of Options, try like this ( On your select fields meta Options section )
Poussin|Poussin Benjamin|Benjamin Cadet|Cadet Junior|Junior Master|MasterRegards
SarkForum: Plugins
In reply to: [WC Fields Factory] ExportHi,
Hi export option for Product Fields.? or Admin Fields.?
The product fields meta can be exported ( I will have to give an option though ), but the values ( got from those fields ) are Transaction based, its there as long as the customer Cart available, if customer checked our cleared the cart those values are also lost.
Did I get it correctly.? or brief me a little more.
Regards
SarkHi the product tab option has been include with V 1.3.5, please update.
Regards
Sark