Viewing 3 replies - 1 through 3 (of 3 total)
  • Filters and hooks are listed here. There are quite a few of them for the mini-cart depending on what you want to do.
    https://docs.woothemes.com/wc-apidocs/hook-docs.html

    If you want to do more than the filters and hooks will allow, you should copy:
    plugins/woocommerce/templates/cart/mini-cart.php
    to
    themes/your-theme/woocommerce/cart/mini-cart.php where your customisations will be update safe.

    Thread Starter woober

    (@woober)

    Thanks lorro.
    I do help me some 🙂
    Do you know if one of them, allows for the mini cart img url to be changed?

    The filter: ‘woocommerce_cart_item_thumbnail’ should enable the image to be changed. Not tried it myself.

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

The topic ‘Mini cart hook’ is closed to new replies.