• Resolved unboxcreativedesign

    (@unboxcreativedesign)


    I’d like to ask about the product field group, whenever I set a condition with product field group set into product variation, the custom field didnt show, but when I logged in it shows. I want to show the custom field even I didnt logged in. Please help

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue. Fields won’t show to visitors if I set rules to a product’s variation, they will appear to admin only

    Example:
    Show this product fields group if Product variation is equal to ‘ABC’, in this case fields won’t appear to visitors even if variation ABC is chosen.

    @unboxcreativedesign I see that you have fixed the issue on your website, can you share solution please.

    Plugin Contributor sarkparanjothi

    (@sarkparanjothi)

    Hi @unboxcreativedesign and @aminech,
    Previously we are for get to put this line
    && wcff()->request["context"] != "wcff_variation_fields"
    in wc-fields-factory/includes/wcff-listener.php.
    So Go to this file and findwcff()->request["context"] != "wcff_render_field_on_cart_edit"
    before this line add like this
    wcff()->request["context"] != "wcff_variation_fields" &&

    Hello sarkparanjothi
    Thank you very much, the code solved the issue and it’s working great now.

    Plugin Contributor sarkparanjothi

    (@sarkparanjothi)

    @aminech Please update wcff

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show this product fields group if’ is closed to new replies.