Skip to content

Commit b4c2983

Browse files
author
Brett Wejrowski
committed
Commented out advanced options from demo.
1 parent 043066c commit b4c2983

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
simpleCart.checkoutTo = PayPal;
1414
// simpleCart.merchantId = "118575326044237";
1515
// simpleCart.checkoutTo = GoogleCheckout;
16-
// simpleCart.currency = USD;
17-
simpleCart.currency = GBP;
16+
simpleCart.currency = USD;
17+
// simpleCart.currency = GBP;
1818
// simpleCart.currency = EUR;
1919
simpleCart.taxRate = 0.08;
2020
// simpleCart.shippingFlatRate = 5.25;
2121
simpleCart.shippingQuantityRate = 1.00;
22-
CartItem.prototype.shipping = function(){
22+
/* CartItem.prototype.shipping = function(){
2323
if( this.size ){
2424
switch( this.size.toLowerCase() ){
2525
case 'small':
@@ -35,6 +35,7 @@
3535
}
3636
}
3737
};
38+
*/
3839

3940
simpleCart.cartHeaders = ["Thumb_image_noHeader", "Name" , "Size_input_div_div", "Price" , "decrement_noHeader" , "Quantity", "increment_noHeader", "remove_noHeader", "Total" ];
4041
</script>

0 commit comments

Comments
 (0)