/*
Custom Scripts Created By:
Ronic Winmar Concepcion
ronic.hpi@gmail.com
*/

var ROOT_URL = "http://127.0.0.1/surafina/";

function remove_cart_item(url) {

var choice = confirm("Are you sure you want to remove this item?");

if(choice == true) {
	window.location=url;
}

}

function prodRollOver(img){
    jQuery('.product-preview').css('background','url("'+img+'")');
}

