Site logo

Archived topic

Mini cart hook

11 replies · Started by Matt on March 4, 2021

Viewing posts 1–12 of 12

Hi Matt,

I failed to add any product in to the cart.

The massage shows up: Selecteer eerst product-opties alvorens dit product in de winkelmand te plaatsen.

I didn't find any options to choose from.

Oh no, did the layout look weird too?

Yes, Unfortuanly I have to say the single product page is very hard to read.

Could you try clearing your cache and refresh? I think it's fixed now 🤞🏻

The text is showing now, you fixed it?

I'm having a hard time to get the mini cart to show, does it only show on cell phone?

Are you using some sort of plugin for the mini cart?

This is what I see for mobile simulation using chrome developer tool:
https://www.screencast.com/t/UVLLZUyL

I'm not familiar with woocommerce hooks, but you could give this css a try:

.woocommerce-mini-cart__total.total:after {
    content: "your-custom-text";
    display: block;
    margin-top: 20px;
}

Let me know :)

Thanks, that works!

Glad to hear that :)

This archived topic is closed to new replies.