• The cloned fields are not being transferred as meta fields within the cart.

    We had to uncomment a line of code to make it work, specifically “wcff-client.js” line 355.

    Can you please fix this in the next release otherwise when we upgrade our fix will be overridden!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Yeah, it common issue with the jQuery, that one is conflicting with the other.

    You can temporally edit:
    /plugins/wc-fields-factory/includes/wcff-injector.php on line 141 to

    $field_rules_script = '<script> var jQ = Query.noConflict();	
    					jQ(document).ready(function(){
      jQ(document).on("change", "[data-has_field_rules=yes]", function(){
    										';

    That should help until it’s patched by the plugin developer.

    • This reply was modified 6 years, 4 months ago by Maximus Light.
    • This reply was modified 6 years, 4 months ago by Maximus Light. Reason: the code field was barely readable
Viewing 1 replies (of 1 total)
  • The topic ‘Cloned Fields Not Working’ is closed to new replies.