[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 //ICW ADDED FOR ORDER_TOTAL CREDIT SYSTEM - Start Addition 3 $gv_query=tep_db_query("select amount from " . TABLE_COUPON_GV_CUSTOMER . " where customer_id='".$customer_id."'"); 4 if ($gv_result=tep_db_fetch_array($gv_query)) { 5 if ($gv_result['amount'] > 0) { 6 ?> 7 <tr> 8 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 9 </tr> 10 <tr> 11 <td align="center" class="main"><?php echo GV_HAS_VOUCHERA; echo tep_href_link(FILENAME_GV_SEND); echo GV_HAS_VOUCHERB; ?></td> 12 </tr> 13 <tr> 14 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 15 </tr> 16 <?php 17 }} 18 //ICW ADDED FOR ORDER_TOTAL CREDIT SYSTEM - End Addition 19 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |