Hi
Can anyone tell me which code I move so that I can move the text that states how many reward points are earned to below the price on the product page
see image attached
I managed to solve this myself moving a bit of code round in the product.tpl file
<?php if ($reward) { ?>
<span class="reward"><small><?php echo $text_reward; ?> <b><?php echo $reward; ?></b></small></span><br />
<?php } ?>
<?php if ($points) { ?>
<span class="reward"><small><?php echo $text_points; ?> <b><?php echo $points; ?></b></small></span><br />
<?php } ?>
only thing I can't do is work out how I can make the number of points after the text a different colour to the text?
EXAMPLE reward points earned: 20
<?php if ($reward) { ?>
<span class="reward"><small><?php echo $text_reward; ?> <b><?php echo $reward; ?></b></small></span><br />
<?php } ?>
<?php if ($points) { ?>
<span class="reward"><small><?php echo $text_points; ?> <b><?php echo $points; ?></b></small></span><br />
<?php } ?>
only thing I can't do is work out how I can make the number of points after the text a different colour to the text?
EXAMPLE reward points earned: 20
Matthew
Who is online
Users browsing this forum: No registered users and 68 guests