skip to Main Content
sales@najeebmedia.com

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Image dropdown: hide image but show title #20826
    RA
    Participant

    Sorry the code didn’t work for you. At least you’re going in the right direction now.

    Don’t forgot to apply the same method to the outgoing emails.

    Good luck!

    in reply to: Image dropdown: hide image but show title #20813
    RA
    Participant

    Just use CSS to shrink them down or hide them. Also, be sure to apply the same CSS rules on the final checkout page, thank you page and admin / customer email receipts.

    Cart CSS example:

    tr.cart_item td.product-name ul.variation li span img.img-thumbnail{
    display: none !important;
    }

    For the emails you would have to edit the email style template if you are using HTML-formatted email templates.

    in reply to: Image dropdown: hide image but show title #20811
    RA
    Participant

    Wouldn’t a regular “select” drop down be exactly what you are looking for?

    Why use the image dropdown if you are going to remove the images? That seems counter-intuitive.

    If you are trying to hide a single image in the drop down list then you could easily use CSS to hide the image.

    in reply to: Removing price from option selection #17504
    RA
    Participant

    Check the box next to “Hide Options Price?” in the PPOM settings in your WordPress admin.

    WordPress Admin -> WooCommerce -> Settings -> PPOM Settings

Viewing 4 posts - 1 through 4 (of 4 total)
Back To Top