Hi there,
seems like a compatibility issue with another extension that may adjust the cart/checkout page? Could you provide me with a link to your shop?
Best regards
How can I write a private message to you? Want to share the link public.
No, that’s not possible via the forum. But AFAIK you may share a link when creating a new topic which is only visible to logged in users.
https://shop.marcoschober.de
Please use: 01032024 to become access to the page
You seem to be using some specific elementor plugins (woolentor) to display your cart/checkout widgets? Use this custom CSS snippet to remove the key display:
div.wl-variations .wl-variation-key[class*="variation-gzd-"] {
display: none !important;
}
Best regards,
Dennis