Cart problems product title

Hello My product tittle and description disappears in my cart. On desktop it works

any idea?

try with this product https://www.korkenfreunde.at/produkt/rose-abo-verschenken/

thx and best regards, Nik

Hi Nik,

Thank you for reaching out to us. I checked your site and it seems like you’re using the latest version of WooCommerce i.e 3.8.1 however the latest supported version of WooCommerce with our theme is 3.7.1 (see https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195). This might be causing the issue. You can try downgrading the WooCommerce plugin and see if this resolves the issue. You can download the previous version from here https://wordpress.org/plugins/woocommerce/advanced/

In the mean time you can fix the issue by adding the following code in the Theme Options > CSS as well:

@media screen and (max-width: 767px) {
    .woocommerce .cart.shop_table .product-name {
        display: block;
    }
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.