Sark
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] problem recognizing days in the date fieldI will check, and get back.
Forum: Plugins
In reply to: [WC Fields Factory] Documentation Not AccessibleSorry for that, I lost that documentation domain, the documentation still available. I will update those links in the next release.
I lost the : wcfieldsfactory.com,
Now I have : wcfieldsfactory.in
If you replace the .com with .in those link will work.
https://wcfieldsfactory.in/user-guide/fields-for-woocommerce-products/
Forum: Plugins
In reply to: [WC Fields Factory] Help text for fields?Not really, but if you have less fields you can use Javascript to append dynamically from client side
Forum: Plugins
In reply to: [WC Fields Factory] Updated Plugin, Can’t Change Field KeysYou can update those fields key as you may wish.
- Select the field you want to update the key
- Click on the field’s key itslef, now there should be text box with field’s key loaded
- After edting the key press the ENTER key (this step is must)
- At the end Click on the Update Field button.
Forum: Plugins
In reply to: [WC Fields Factory] Variable Field Groups / Mapping errorSorry for the late rteply, do you still facing this issue ?
Forum: Plugins
In reply to: [WC Fields Factory] Warning: Invalid argument supplied for foreachSorry for the late reply, the issue has been fixed in V 4.1.8
Forum: Plugins
In reply to: [WC Fields Factory] inout text is backwardsSorry for the late response, it seems to be CSS issue, by anychance your form field may contains the following properties
direction: rtl; unicode-bidi: bidi-override;
those properties may cause those issue.
Forum: Plugins
In reply to: [WC Fields Factory] increasing fields by the amount of products chosenHi, sorry for the late reply.
Yes you can enable field level cloning too, go to the field group post and click on any field, the field config view will open there you can enable or disable field level cloning.
Forum: Plugins
In reply to: [WC Fields Factory] Price Not Updating with Product FieldHio, sorry for the delayed response, does this problem solved.?
Forum: Reviews
In reply to: [WC Fields Factory] So buggy, it’s indicative of poor developmentAgreed, I kept adding more feature, and the code got bigger and bigger. Since this is not my full time work, there is less time to do the detailed testing. I would try to do my best, and will improve my coding skills.
Forum: Plugins
In reply to: [WC Fields Factory] The price is changingSorry for the delayed response.
Have you resolved this issue.?Sorry for the delayed response.
You can use
load_fields_groups_for_product
function from wcff_dao.php.
eg.
wcff()->dao->load_fields_groups_for_product($_product_id);
Forum: Plugins
In reply to: [WC Fields Factory] Can’t Edit Field KeyHi,
1. In your wp-admin screen go to Fields Factory -> Admin Fields
2. Click on a that particular fields post.
3. Once inside the post, click on a field (which needs to be the key updated).
4. After the field config view expanded, Click on the Field Key, this will make the Field Key into edit mode.
5. Now update the key, once done, press the Enter Key.
6. Finally Click on the Update Field button.HI, you can make the selected color displayed on the Cart & Checkout using the folowing option, in then config view of the color field there is an option called
Show Hex Value as
, set it toShow as Color
.But as far as admin’s order detail view, it will be in hex code format only.
Forum: Plugins
In reply to: [WC Fields Factory] Separate Line Items for All ProductsGot it, I will fix the issue regarding seperat line item for non mapped products,
Regarding the Cloning setting, Its been on three levels.
1. Fields Cloning on the Setting page is the Global Cloning master switch, if it is disabled then no cloning at all.
2. Cloning.? on the group level controls the cloning for that given groups alone. This is effective only when the Global Cloning option enabled.
3. Clonable on the field configuration controls the cloning behaviour for that particular fields alone. This is effective only when the Global Cloning as well as group level cloning is enabled.Hope it clarifies.