Title: image dropdown
Last modified: February 1, 2021

---

# image dropdown

 *  Resolved [pat4](https://wordpress.org/support/users/pat4/)
 * (@pat4)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/)
 * I’m trying to have a small color image dropdown selector. I thought PPOM would
   work.
    I’ve tried color swatches, images and image dropdown. Image gives me the
   closest what I’m looking for but unless I have an option price it is not adding
   the color option to the product. Most colors are included so the price add-on
   is $0 – so the customer can make the selection but it is not getting passed to
   the check out.
 * My goal was like “select” PPOM but instead of text I could show a color swatch.
   
   I’ve aready loaded all the color swatches – just not working way I need.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-dropdown%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/#post-13991958)
 * Hi [@pat4](https://wordpress.org/support/users/pat4/),
 * Sorry, I am not sure what actually the issue. You said that addon is not getting
   passed to checkout, but I can see extra data is being passed to cart/checkout.
 *  Thread Starter [pat4](https://wordpress.org/support/users/pat4/)
 * (@pat4)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/#post-13994384)
 * oh – I see it passed now at check out.
    Is there a way to get indication like
   other options so customer can see that they did get that option?
 * Also -I thought there was a way to do drop down with the color swatches-like 
   when I did text selection. Having all the colors lined up defeats the purpose
   of saving space with a drop down.
 * I removed the extra test stuff from my sample to you and just have PPOM image
   now.
    if you want to see it again. Thanks
 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/#post-13997352)
 * Well, I see there is some CSS issue into your theme:
 *     ```
       .single-product div.product.woobuilder {
       	overflow: visible;
   
       	.woobuilder-block {
       		form.cart {
       			display:  inline-block;
       			span.woobuilder-select-wrap select {
       				max-width: 100%;
       				width: 100%;
       			}
       		}
       ```
   
 * you should remove the `display: inline-block;` line from above CSS in front.scss
 *  Thread Starter [pat4](https://wordpress.org/support/users/pat4/)
 * (@pat4)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/#post-13999132)
 * I really appreciate that information.
    I’m not a programmer – it looks like it’s
   from my woobuilder plugin can you give an idea on how I would remove this? I 
   assume in my site css code but what do I put?
 * Thanks
 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/#post-14002159)
 * Pat,
 * well, this should be done by your site developer or designer. Because it is not
   related to the PPOM plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘image dropdown’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-product-addon/assets/icon-256x256.gif?rev=3186763)
 * [PPOM - Product Addons & Custom Fields for WooCommerce](https://wordpress.org/plugins/woocommerce-product-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-addon/reviews/)

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)

 * 5 replies
 * 2 participants
 * Last reply from: [N-Media](https://wordpress.org/support/users/nmedia/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/image-dropdown/#post-14002159)
 * Status: resolved