Changeset 14108 for branches/dev/html
- Timestamp:
- 2007/06/01 15:55:57 (19 years ago)
- Location:
- branches/dev/html
- Files:
-
- 2 edited
-
install/user_data/include/campaign/default/src/index.php (modified) (1 diff)
-
shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/user_data/include/campaign/default/src/index.php
r37 r14108 73 73 } 74 74 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 75 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity] );75 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity], true); 76 76 header("Location: " . URL_CART_TOP); 77 77 exit; -
branches/dev/html/shopping/complete.php
r13957 r14108 207 207 lfDeleteTempOrder($objQuery, $uniqid); 208 208 // ¥¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤Î¾ì¹çÅÐÏ¿¤¹¤ë¡£ 209 if($objCampaignSess->getIsCampaign() ) {209 if($objCampaignSess->getIsCampaign() and $objCartSess->chkCampaign()) { 210 210 lfRegistCampaignOrder($objQuery, $objCampaignSess, $order_id); 211 211 }
Note: See TracChangeset
for help on using the changeset viewer.
