Changeset 7868 for temp/trunk
- Timestamp:
- 2006/11/08 19:35:59 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/cart/index.tpl (modified) (previous)
-
data/class/SC_CartSession.php (modified) (1 diff)
-
html/cart/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CartSession.php
r7867 r7868 196 196 } 197 197 198 // Á°ÊǤÎURL¤ò¼èÆÀ¤¹¤ë 199 function getPrevURL() { 200 return $_SESSION[$this->key]['prev_url']; 201 } 202 198 203 // ¥¡¼¤¬°ìÃפ·¤¿¾¦Éʤκï½ü 199 204 function delProductKey($keyname, $val) { -
temp/trunk/html/cart/index.php
r6146 r7868 105 105 $objPage->tpl_deliv_free = $tpl_deliv_free; 106 106 107 // Á°ÊǤÎURL¤ò¼èÆÀ 108 $objPage->tpl_prev_url = $objCartSess->getPrevURL(); 109 107 110 $objView->assignobj($objPage); 108 111 $objView->display(SITE_FRAME);
Note: See TracChangeset
for help on using the changeset viewer.
