Saravana Kumar K
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Drop down quantity selectorHi,
The reason is the
changeevent for the quantity field has been registered for theinputfield.update the
wc-fields-factory/assets/js/wccpf-front-end.jsLN : 25 with the following line.$( document ).on( "change", "select.qty", function() {Forum: Plugins
In reply to: [WC Fields Factory] Cant add Product "This field can't be empty"Hi thanks for reporting this. the fix is available with V1.3.3, pls update.
Forum: Plugins
In reply to: [WC Fields Factory] this field can't be empty" is shownHi thanks for reporting this. the fix is available with V1.3.3, pls update.
Forum: Plugins
In reply to: [WC Fields Factory] Undefined variableHi, thanks for rising this issue, fix has been released with V1.3.2, please update and let me know the result.
Forum: Plugins
In reply to: [WC Fields Factory] Add Custom Field to previous orders?You can, by using
wc_add_order_item_meta(), do some thing like this$order = new WC_Order( $order_id ); foreach ( $order->get_items() as $item_id => $item ) { wc_add_order_item_meta( $item_id, "your_item_meta_key", "your_meta_value" ); }Forum: Plugins
In reply to: [WC Fields Factory] Unable to support RequestHi,
I have tested with my local installation. WC Fields Factory consume just .43MB of ram, so the issue could be anywhere.
I don’t know where you got that bench mark. can you provide me the details about the tools ( or plugins ) you used to measure.
Forum: Plugins
In reply to: [WC Fields Factory] Field for images in the Media libraryGood idea, I will try to include that as an option.
mean time you can use ACF for that task right.?
Forum: Plugins
In reply to: [WC Fields Factory] Plugin is dsplaying Fatal Error message and is unacceableHi,
I have tested with my local installation. WC Fields Factory consume just .43MB of ram ( it’s still every little ), so the issue could be anywhere.
Hi,
you achieve this by using css itself.
table.wccpf_fields_table { clear:both; }Forum: Plugins
In reply to: [WC Fields Factory] How to only display for variable productsHi, it’s been fixed with V1.3.1, pls update you WC Fields Factory installation.
Forum: Plugins
In reply to: [WC Fields Factory] Admin Fields Not Showing in Front EndHi all,
This feature is available with V1.3.1 onward.
Forum: Plugins
In reply to: [WC Fields Factory] Add a text are after option is selectedThat feature is on under progress, will let you know once it’s available.
Forum: Plugins
In reply to: [WC Fields Factory] Chinese characters in datpicker fieldHi, thanks for reporting it. it’s been fixed on V1.3.1
Forum: Plugins
In reply to: [WC Fields Factory] Typo in CheckoutHi, thanks for reporting it, it’s been fixed on V1.3.1
Forum: Plugins
In reply to: [WC Fields Factory] small fix for render_wccpf_dataHi thanks for reporting it, it’s been updated with V1.3.1