Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Using add to cart url to pass custom field to order?Yes, that should work, I haven’t tested though, but in theoretically it will work. please test and let us know.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] How can i add different class name "Hi, from V1.2.4 each fields group will have it’s own wrapper div ( wccpf-fields-group-1, wccpf-fields-group-2 … ), you ca use that to achieve your functionality.
Regards
SarkHi, thanks for reporting this. it’s been fixed, pleas use V1.2.4
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Always show the validation failed message.Hi @realdude,
You should disable Ajax Add To Cart functionality ( If it is enabled ).
Hi,
You should disable Ajax Add To Cart functionality ( If it is enabled ).
Also check your theme ( woocommerce templates ) does have the following filters
woocommerce_add_cart_item_data,woocommerce_add_order_item_metaandwoocommerce_get_item_data.Those filters are necessory for WC Fields Factory functions properly.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Manage backend access for non-admin usersHi, yes it needs
manage_optionscapability, have you tried User Role Editor plugin.?Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Using parant category intead of subcategoriesHi thank you, got your point, will include this option with my next release.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Change Price?Hi, yes you can. refer this article
in the bottom of that article you will find a section called Overriding price with WC Fields Factory Plugin.Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] Multiple Colour Pickers?Hi, thank you for posting this issue, it’s been fixed, use V 1.2.3.
Regards
SarkForum: Plugins
In reply to: [WC Fields Factory] File Upload ProblemHi, it doesn’t look like plugin issue.
Are you using managed hosting ( cpanel ).? or un managed ( VPS cloud ).?
error log contains lot Out Of Memory exceptions. does your server has enough memory.?1. Try to allocate more memory for PHP. ( can be configured with php.ini )
2. Check whether you have proper file permission for your upload directory.Forum: Plugins
In reply to: [WC Fields Factory] File Upload ProblemHi, for now use this filter to by pass file validation.
add_filter( 'wccpf/upload/validate', 'override_file_validation', 99, 3 ); function override_file_validation( $uploadedfile, $file_types, $mandatory ) { return true; }Forum: Plugins
In reply to: [WC Fields Factory] File Upload ProblemThat’s strange, but I am not able replicate that issue with my installation.
Is there any chance for you to view
error_log.?Forum: Plugins
In reply to: [WC Fields Factory] File Upload ProblemHi, You should provide values for
Allowed File Typesoption. eg. pdf,docx,jpg,png like that.Forum: Plugins
In reply to: [WC Fields Factory] Always show the validation failed message.Hi, I am not able to replicate your issue ( for me it’s working fine ), it could be anything, issue with other plugins, theme functions etc.
You could refer
error_logfor more info ( you might find some thing there, which caused this issue ).Forum: Plugins
In reply to: [WC Fields Factory] Always show the validation failed message.Hi, please give me some more details, what type of field you added.?, have you disabled required option for that field.?