• Hi, and thanks for a great plugin!

    This is not a support request, but feature suggestion: I think a feature with image selection would be very handy. Ie, a grid of images that the user can select (maybe even click to view in larger size), and select one of those. This could be used for such things like “select the print you want on your product” or photos of different color choices / sizes, to better visualize them to the customer.

    Hope to see this in a future version.
    Thanks,
    Erik

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you for great plugin.

    I have same with you also.

    Thank you for your support.

    Sunny

    I don’t know a lot about this, but I made some small changes to this plugin, to create an image picker…

    I therefor changed the radio field type a little bit (where the dots disappeared in the style and the input is an image – url, instead of the text)

    you can do this, by adding
    <img src=" <?php echo esc_html( trim( $key_val[1] ) ); ?>" width="60"> </img>
    instead of
    <?php echo esc_html( trim( $key_val[1] ) ); ?>
    in the wcff-radio.php file.

    In the field factory, under options, I input things like this:
    Arial|https://…/uploads/lettertype/arial.gif
    Comic|https://…/uploads/lettertype/comic.gif
    Curlz|https://…/uploads/lettertype/curlz.gif

    on my product page, people can now select a font, not by clicking on the text, but by clicking on an image showing how the font looks like… which looks much nicer

    works great!
    the only problem is that I can’t use radio buttons anymore for other things except of images…

    it would be great if there also comes an “image selector”, so that I can use my radio buttons again for what I need them.

    hope you understand a bit what I did.

    with kind regards,
    Ine De Cubber

    • This reply was modified 7 years, 10 months ago by inedecubber.
    • This reply was modified 7 years, 10 months ago by inedecubber.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request: Image selection’ is closed to new replies.