NEW ROES Web Cart Preview/Functions
ROES Web has a new cart view with interaction via hover over the cart button when ordering:
This cart preview behaves exactly like the final cart products area, showing options added, image name when thumbnail is moused over, and another new feature in both: the ability to re-arrange the cart items via drag and drop:
Post re-arrange:
The verbiage of the "Your Cart" and "Go to Cart" in this screen can be changed/altered for translation in your CSS if desired using the following tags:
.cart-preview-header:after {
content: 'Your Cart';
}
.empty-cart::after {
content: 'Your cart is empty';
}
.btn-cart-preview-goto-cart::after {
content: 'Go to Cart';
}