[Resolved] WooCommerce image variable inside the Select, not the full image

Home Forums Support [Resolved] WooCommerce image variable inside the Select, not the full image

Home Forums Support WooCommerce image variable inside the Select, not the full image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #611269
    Olivier

    Hi
    I search the solution with code or plugin to insert the image variable in the Select and no in the image (left).

    Thank you ๐Ÿ™‚

    [url=https://www.noelshack.com/2018-26-5-1530264648-variations.png][img]https://image.noelshack.com/minis/2018/26/5/1530264648-variations.png[/img][/url]

    #611306
    David
    Staff
    Customer Support

    Hi there,

    hmm images in drop downs is a plugin thing, you may want to search (dare i say it) Codecanyon for this type of thing.

    To remove the product image you can use this filter:

    remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );

    https://docs.generatepress.com/article/adding-php/

    And for the summary to occupy the full width this CSS:

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    	width: 100%;
    	float: none;
    }
    #614981
    Olivier

    Hi David,
    Thank you.

    I don’t want remove the image, but only the varations in the section, sorry for my words ๐Ÿ™‚

    So I have find the “best” plugin for inclued image in Select and more options : https://codecanyon.net/item/woocommerce-visual-attributes-options-swatches/9562958?s_rank=45

    Have a nice day

    #615002
    David
    Staff
    Customer Support

    Ah ok, sorry for the misunderstanding.
    Is this now resolved?

    #615053
    Olivier

    Hi David

    No because the plugin is an horror… many many many many many many bugs… :'(

    I go take a simple for my variations.

    Thank you

    #615059
    David
    Staff
    Customer Support

    I am sorry to hear that – i was reluctant to suggest code canyon for that possible reason. It may be worth you joining one of the Woocommerce forums on Facebook and asking them for advice.

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