• Resolved lorena90

    (@lorena90)


    I need help with the Flexible Product Fields plugin.
    I am testing the pro version and when I configure the radio option with images, the product image changes to the chosen radio image. is it possible to change this operation? I am using own wordpress theme, woocommerce and elementor.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support sebastianrybacki

    (@sebastianrybacki)

    Hello,

    Thank you for reaching out to us regarding the Flexible Product Fields plugin.

    At the moment, the behavior you described—where the product image changes to the selected radio image—is how the plugin is designed to work. Unfortunately, it is not possible to change this operation at this time.

    That said, we have this feature request noted in our database of ideas for future updates. I have added you to the list of users interested in this functionality. Once it has been implemented, I will make sure to notify you.

    If you have any further questions or need assistance, feel free to let me know!

    Kind regards,

    Plugin Support sebastianrybacki

    (@sebastianrybacki)

    Hello,

    Due to the increasing number of requests for this feature, our developer has swiftly created a filter that can be added to the functions.php file of your active theme. This filter prevents the product image on the product page from being replaced when a customer selects a radio option with images created using the Flexible Product Fields plugin.

    Please add the following code to your theme’s functions.php file:
    add_filter( 'fpf/radio_with_images/disable_product_image_change', '__return_true' );

    After adding the code, the product image should remain unchanged regardless of the selected option. We kindly ask you to verify whether this works as expected in your environment.

    If you encounter any issues or have further questions, don’t hesitate to reach out—we’re here to help!

    Kind regards,

    Thread Starter lorena90

    (@lorena90)

    Thanks, it is just what I needed, with this code, the image of my product does not change anymore.

    • This reply was modified 4 months ago by lorena90.
    Plugin Support sebastianrybacki

    (@sebastianrybacki)

    Hello,

    You’re very welcome! I’m glad to hear that the code worked perfectly for your needs.

    If you have any further questions or need assistance with anything else, don’t hesitate to reach out—we’re always here to help!

    Kind regards,

    Plugin Support dominikl65

    (@dominikl65)

    Hello,

    We’d like to inform you that in the latest version of Flexible Product Fields (2.8.0), we have introduced a new feature: the ability to enable/disable the linking of a field to a specific image, which we discussed some time ago.

    With this new functionality, you can now easily determine whether a given field should be linked to a selected image, providing even greater flexibility in customizing the product’s appearance and functionality. You can see an example of this feature in action here: screenshot link.

    We encourage you to update the plugin and test the new functionality. If you have any questions or suggestions, feel free to reach out—we’re happy to help!

    Best regards,

    Thread Starter lorena90

    (@lorena90)

    Hi,

    Ok, I’ll update it and try it out thanks.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.