[studentbooks15] r82 committed - [No log message]

0 views
Skip to first unread message

student...@googlecode.com

unread,
Dec 4, 2010, 9:11:53 PM12/4/10
to student...@googlegroups.com
Revision: 82
Author: reamus
Date: Sat Dec 4 18:10:47 2010
Log: [No log message]
http://code.google.com/p/studentbooks15/source/detail?r=82

Modified:
/svn/trunk/reamus/shoppingcart/jcart/jcart-config.php

=======================================
--- /svn/trunk/reamus/shoppingcart/jcart/jcart-config.php Sat Dec 4
13:38:22 2010
+++ /svn/trunk/reamus/shoppingcart/jcart/jcart-config.php Sat Dec 4
18:10:47 2010
@@ -18,9 +18,9 @@
// REQUIRED SETTINGS

// THE HTML NAME ATTRIBUTES USED IN YOUR ADD-TO-CART FORM
-$jcart["item_id"] = "my-item-id"; // ITEM ID
-$jcart["item_name"] = "my-item-name"; // ITEM NAME
-$jcart["item_price"] = "my-item-price"; // ITEM PRICE
+$jcart["item_id"] = "BOOK_ID"; // ITEM ID
+$jcart["item_name"] = "Title"; // ITEM NAME
+$jcart["item_price"] = "Price"; // ITEM PRICE
$jcart["item_qty"] = "my-item-qty"; // ITEM QTY
$jcart["item_add"] = "my-add-button"; // ADD-TO-CART BUTTON

@@ -34,4 +34,6 @@
// YOUR PAYPAL SECURE MERCHANT ACCOUNT ID
$jcart["paypal_id"] = "";

+$jcart["csrf_token"] = true;
+
?>

Reply all
Reply to author
Forward
0 new messages