- do not show line, if all other products, show it?
We offer free shipping on everything, so in the product page template, under the model #, I added a Free Shipping line that has gone over really well. We now have a distributor that will not allow us to advertise free shipping, but I don't want to remove that for the other 1200 products. Can someone help me come up with a bit of php if magic that would say if product is
Grabs magic wand -
edit model1, model2, etc to your product model nnumbers

Code: Select all
<?php
$notfree = array('model1','model2','etc');
if(!in_array($model, $notfree)){
?>
YOUR FREE DELIVERY TEXT HERE
<?php } ?>
Who is online
Users browsing this forum: Majestic-12 [Bot] and 107 guests