dominik1592 Posted February 6, 2010 Share Posted February 6, 2010 Hello, I installed products_families_discount_v1_1. How do I insert show discounts on the product_info. Inserts code that is in checkout_confirmation.php not working :( . added to: checkout_confirmation.php echo ' <tr>' . "\n"; echo ' <td class="main" align="right" valign="top" width="30"> </td>' . "\n"; echo ' <td class="main" valign="top">' . HEADING_CUSTOMERS_DISCOUNT_TITLE . '</td>' . "\n"; echo ' <td class="main" valign="top" align="right">(' . $order->products[$i]['discount_rate'] . '%) ' . $currencies->display_price($order->products[$i]['discount_value'],'0','1') . '</td>' . "\n"; echo ' </tr>' . "\n"; echo ' <tr>' . "\n"; echo ' <td class="main" align="right" valign="top" width="30"> </td>' . "\n"; echo ' <td class="main" valign="top">' . HEADING_FINAL_PRICE_TITLE . '</td>' . "\n"; echo ' <td class="main" valign="top" align="right">' . $currencies->display_price($order->products[$i]['discounted_price'],'0','1') . '</td>' . "\n"; echo ' </tr>' . "\n"; echo ' <tr>' . "\n"; echo ' <td class="main" align="right" valign="top" width="30"> </td>' . "\n"; echo ' <td class="main" align="right" valign="top"> </td>' . "\n"; echo ' <td class="main" align="right" valign="top"> </td>' . "\n"; echo ' </tr>' . "\n"; Thanks for any hints. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.