Changeset 6946 for temp/trunk
- Timestamp:
- 2006/10/26 19:26:47 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/include/module.inc (modified) (previous)
-
html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/complete.php
r6939 r6946 69 69 $objPage->tpl_conv_page = AFF_SHOPPING_COMPLETE; 70 70 $objPage->tpl_aff_option = "order_id=$order_id"; 71 //¹ç·×²Á³Ê¤Î¼èÆÀ 72 $total = $objQuery->get("dtb_order", "total", "order_id = ? ", array($order_id)); 73 if($total != "") { 74 $objPage->tpl_aff_option = "total=$total"; 75 } 71 76 } 72 77
Note: See TracChangeset
for help on using the changeset viewer.
