• Resolved pat4

    (@pat4)


    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @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

    (@pat4)

    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

    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

    (@pat4)

    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

    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.