• Resolved mhs2021dk

    (@mhs2021dk)


    Hi there,

    On one of my other webhotels i had a huge problem with ShopEngine, but before try change theme, disable plugins and such. I decided to investigate the issue on a complete new wordpress installation. I installed the theme called Twenty Twenty-one just to try with a standard theme. The only plugins i have installed is Shopengine, Woocommerce, Elementor, Elementor Pro, Elementor Header & Footer Builder nothing else.
    When i have customized the checkpage page with Shopengine to something (see screenshot here) where the product image looks very weird, i have tried everything to change this, but nothing helps. When i open up the ShopEngine template i made for the checkout page again, it looks fine. But when visiting the page, it looks weird again. I know that the website looks weird some places, but it is just a test installation, so i didnt make the changes or design yet.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @mhs2021dk,
    Thanks for reaching out to us.

    I have inspected the page you mentioned and found that an inline CSS was overriding the regular CSS. Therefore, the product image was shown by its full height and width. However, I have the CSS solution for this issue. Please add this CSS code in your Appearance → Customize → Additional CSS section.

    .shopengine-checkout .woocommerce-checkout-review-order .product-name img.attachment-single-post-thumbnail {
    height: 60px !important;
    width: 60px !important;
    }

    Please add this code and check if the problem is solved. If you need any further assistance we are always here to help you.

    Regards,
    Moin

Viewing 1 replies (of 1 total)
  • The topic ‘Shopengine Checkout Page Product Image error’ is closed to new replies.