• Hello there – I have this plugin set up so that it should clone the custom fields on the product page when the customer toggles up the quantity. It has worked just fine in the past but is now creating multiple outputs of the custom fields group titles that are being cloned – both on the archive page AND the individual product pages. I am using WordPress 5.1.1, PHP 7.2, WooCommerce 3.5.7, and WC Fields Factory 3.0.3. I have tried all the troubleshooting suggestions found here and nothing worked. I also tried some of the suggestions found in some of the support forum conversations, none worked. Please help!

    This photo shows how the custom cloning field titles are showing up on the product category’s archive page:
    https://snag.gy/4L7qIn.jpg

    These 2 photos show how the cloning field titles show up in multiple places all over the individual product page as you toggle up the unit quantity. If you toggle the unit quantity back down, all the cloning field titles still stay in place.
    https://snag.gy/4jzpHE.jpg
    https://snag.gy/sjNxpi.jpg

    Thank you!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Having the same issue. Any solutions available? Would be willing to pay for a Pro version of this plugin that fixes this issue.

    MMM

    (@wphotographer)

    Reported this almost 4 months ago here
    https://www.ads-software.com/support/topic/wc-variation-product-issue-with-wc-fields-clone-v-3-0-3/

    I said the same happy to pay…
    WC Fields Factory should have a PAID PRO VERSION, that is given priority support. I for one would be happy to pay extra per year or as a purchase as a lot of people are depending on this plugin and it is by far the best out there. However support is letting it down and I fully appreciate that a FREE product has limits to support.

    I am still using WCCF and it works well but I have gone back to simple product no longer using Variation products and works fine for me. Sadly no response from developer however its s free product so cant really make any demands. I still give it 5 stars because if you can get cloning working it works great.

    MMM

    (@wphotographer)

    I have not tried this, as i have got mine working and dont want to chnage anything while it works… but it was posted on another thread

    from kalmika

    (@kalmika)

    6 days, 13 hours ago

    I had the same problem, but I changed the code a little bit, and now its just fine.

    Try in
    wc-fields-factory/includes/wcff-injector.php line 69, start with:
    echo ‘<div class=”wcff-variation-cloning….
    and disable this line as follows:
    //echo ‘<div class=”wcff-variation-cloning….

    So, just put // front of the echo text.

    Give it a try.

    https://www.ads-software.com/support/topic/is-this-plugin-still-supported-86/#post-11305767

    • This reply was modified 5 years, 11 months ago by MMM.

    I am able to get the clone option to work on variable products by rolling back to version 2.0.8. This is of course a temporary fix as there have been 4 updates since that version but a fix for now. Thank you for sharing the alternate fix above. I will try this on a dev site and report back with my findings.

    This is a fantastic plugin and I’m most grateful to the developer. I have been unable to find anything out there that works as well so hoping a fix will become available for variable products.

    Update: this code does in fact fix cloning with variable products in version 3.0.3

    wc-fields-factory/includes/wcff-injector.php line 69, start with:
    echo ‘<div class=”wcff-variation-cloning….
    and disable this line as follows:
    //echo ‘<div class=”wcff-variation-cloning….

    So, just put // front of the echo text.

    The only issue is that updating the plugin would probably erase this fix so hopefully a future version will have a permanent solution.

    Thread Starter abgross1

    (@abgross1)

    Yay thank you @wphotographer and @webgirl40! The code/fix below worked! Hopefully future updates of this plugin will factor this in so we don’t have to add this with every update but this is a great free plugin no matter what so can’t complain too much. Just happy someone was able to provide an easy fix.

    Try in
    wc-fields-factory/includes/wcff-injector.php line 69, start with:
    echo ‘<div class=”wcff-variation-cloning….
    and disable this line as follows:
    //echo ‘<div class=”wcff-variation-cloning….

    So, just put // front of the echo text.

    **That code worked for me, and can be seen on my website in question here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple Cloning Titles appearing’ is closed to new replies.