// Custom JS file - iPublications Webshop

$(document).ready(function(){

});

/*
function __ProductToCart(artikel,aantal,prijs){
  alert('Artikel: ' + artikel + ', Aantal: ' + aantal + ', Prijs: ' + prijs);
  // alert('__ProductToCart()');
}
function __ViewProductCat(){
  alert('__ViewProductCat()');
}
function __ViewProduct(){
  alert('__ViewProduct()');
}
function __RegisterAccount(){
  alert('__RegisterAccount()');
}
function __ShowCart(){
  alert('__ShowCart()');
}
function __ViewFactuurlijst(){
  alert('__ViewFactuurlijst()');
}
function __DoOrder(){
  alert('__DoOrder()');
}
function __ClearCart(){
  alert('__ClearCart()');
}
function __ViewAccount(){
  alert('__ViewAccount()');
}
*/

