image in checkout and cart mobile version

  1. there is no product image in the checkout and in the cart on the mobile version
  2. where can I find the setting to display it?


Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Hello, and thanks for the answer. the site is: https://magazin.inovolt.ro

    and I also want to ask how to change the color with which the website loads, the color from Woocommerce loads with pink and I don't know where I can change

    <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">

    <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: dark)">

  • 1) It is hidden by WooCommerce CSS.

    You can show it back with this Custom CSS:

    1. .woocommerce table.cart .product-thumbnail{
    2.  display: block!important;
    3. }
    4. .woocommerce table.cart .product-thumbnail:before{
    5.  display: none!important;
    6. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Note that position of the image cannot be changed with CSS.

    2) You can change these colors in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Best regards


  • it's perfect, thank you.

    it appeared in the cart but it doesn't appear in the checkout can you help me there too?

  • edited April 4

    Can we find a solution for the product image in the checkout? It was solved in the mobile shopping cart but not in the checkout!


  • The checkout does not show the image at all, so there is no option to show it.


    Best regards

  • ok thank you

Sign In or Register to comment.