• Resolved fuerzaelectrica

    (@fuerzaelectrica)


    Good Morning:

    Fuerza Eléctrica acquired GoDaddy’s e-commerce hosting service. We are trying to use only the tools acquired through the plan, but we have problems with the display of products in the cart in various brands of smartphones.

    I raised the query to WooCommerce but we were able to verify that the problem is in the Go theme of GoDaddy. The findings are in the forum: https://es.ww.wp.xz.cn/support/topic/error-visualizacion-del-carrito-en-celulares/#post-12179510

    Is it possible for you to fix the issues it presents the Go theme when you interact with WooCommerce? Or should we migrate to the Woocommerce Storefront theme?

    Beforehand thanks for the information.

    Slds.
    YANETH RINCON

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

Viewing 1 replies (of 1 total)
  • Hello @fuerzaelectrica,

    Thank you for reaching out.

    I have reviewed the cart page on your website and I can see that the thumbnail is missing on the mobile devices.
    To fix this, you can try using the following custom CSS code:

    td.product-thumbnail
    {
       display: block;
    }
    td::before
    {
       display: none;
    }

    You can insert this custom CSS code into the Theme Customizer->Additional CSS.

    Let me know if this one works for you.

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)

The topic ‘display errors when GO theme interacts with Woocommerce’ is closed to new replies.