Home Forums Themes Support Stber Problems with mini cart and germanized

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1595

    Hey there,
    I am using the plugin germanized and your theme.
    I have a problem with the text output I get in the mini cart when a product is added. I am not sure where to access this, I would be fine with just removing the additional delivery time info from the mini cart.
    See here: https://hypespace.de/shop
    Thanks in advance!
    Hannes

    Attachments:
    You must be logged in to view attached files.
    #1597
    This reply has been marked as private.
    #1598

    Hi,
    Thanks for contacting us and choosing our product!
    That’s seem this issue happen when you install plugins for WooCommerce.
    So in this case you can edit templates in child theme to make it work:
    You can edit mini-cart.php template like this:
    http://prntscr.com/k7ao44
    (Now we can’t copy template to child theme so we edited direct in parent theme)
    The change from
    echo esc_html($product_name);
    to
    echo $product_name;
    Hope this help you!

    ******
    Best regards,
    HaruTheme

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.