2x agb im Shop 
Author: Klaus G.
Visited 91,
Followers 1,
Shared 0
Ich hätte da mal ne Frage, warum kommen die AGB's beim Kaufen immer 2x? 1x unten und 1x rechts.
Kann man das ändern ????
Gruß
KLAUS
Posted on the
Die kommt deshalb doppelt, weil manche mehrere Artikel einkaufen und dadurch die rechte AGB nicht mehr anhaken können und dafür unten das Häkchen haben.
Ausblenden kann man es nur mit individuellen Code...
<style>#cart-content .agreement-text-c {display: none;} </style>
Author
Hallo Andreas,
mit diesem Snippet hat es mal funktioniert:
<style>#cart-container[data-step="3"] #cart-sidebar .agreement-cont .agreement-text-c {display: none !important;}</style>
GRUß
KLAUS