/* Show button on hover */ .ProductList li:hover .btn-quickview, .ProductGrid li:hover .btn-quickview display: block;
“Interspire taught a generation of developers that e-commerce software didn’t have to be bloated or rented. Its spirit lives on in lightweight, developer-friendly carts.” interspire shopping cart
: A control panel designed for business owners, not just developers. /* Show button on hover */
// Only append button if it doesn't already exist if($(this).find('.btn-quickview').length === 0 && prodUrl) $(this).find('.ProductImage').append('<a href="javascript:void(0)" class="btn-quickview" data-url="' + prodUrl + '">Quick View</a>'); .ProductGrid li:hover .btn-quickview display: block