-
- EsmeraldaHop

-
Total Posts: 10
Joined: 2009-09-02
|
Hi,
I have the following script in my prices.phtml file and somehow the text is displayed twice in the products.
I
<?php foreach ($_product->getCategoryIds() as $_category): ?> <?php if (in_array($_category, array(43,44,62,67,70))) : ?> <?php echo "<br />Grundpreis € 0,07/Meter" ?> <?php endif; ?>
Somehow I can’t get rid of the second line. Can you perhalps help me out here?
Thnx!
|