Hello, I wanted to know that on product page, what is this part/column of the product page called and how do I set the order of elements ?.
The image explains how I want to set it, anybody please help. Thank you for your time.
The image explains how I want to set it, anybody please help. Thank you for your time.
Regards,
Sun Systems
Industrial Electronics and Instrumentation
In:
\shop\catalog\view\theme\default\template\product\product.tpl
change this:
to this:
Good Luck
Ernie
bigmax.ch/shop/
\shop\catalog\view\theme\default\template\product\product.tpl
change this:
Code: Select all
<div class="right">
<div class="description">
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?></a><br />
<?php } ?>
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />
<?php if ($reward) { ?>
<span><?php echo $text_reward; ?></span> <?php echo $reward; ?><br />
<?php } ?>
<span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div>
Code: Select all
<div class="right">
<div class="description">
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?></a><br />
<?php } ?>
<?php if ($reward) { ?>
<span><?php echo $text_reward; ?></span> <?php echo $reward; ?><br />
<?php } ?>
<span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div>
Ernie
bigmax.ch/shop/
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Code: Select all
<div class="right">
<div class="description">
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?></a><br />
<?php } ?>
<?php if ($reward) { ?>
<span><?php echo $text_reward; ?></span> <?php echo $reward; ?><br />
<?php } ?>
<span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div>
Regards,
Sun Systems
Industrial Electronics and Instrumentation
I will, but don't make it a habit!
I don't plan to get involved, anywhere, I'm on Pension! Mostly, anyway!
Ernie

I don't plan to get involved, anywhere, I'm on Pension! Mostly, anyway!

Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 5 guests