This is the logic that shadows out the Pay by Instlaments when the cart total is less than £100.00:
So, in summary, is there a statement I could add to this code that would also shadow it out if ($products_id == '1652') { for example?PHP Code:<?php if ($order->info['total'] < 100.00) { ?>
<div class="alertInstalmentsShadowedOut"><?php echo zen_image(DIR_WS_TEMPLATE.'images/instalments_shadowed_out.gif'); ?></div>
<?php } ?>
<br class="clearBoth" />


Reply With Quote

