- Posts: 8
- Thank you received: 0
show product title on product description page
13 years 10 months ago #16700
by gtoruno
show product title on product description page was created by gtoruno
Hi
I need to show the product title when i get into the product description. Right now i only see the main picture but not the product name
Tx.
I need to show the product title when i get into the product description. Right now i only see the main picture but not the product name
Tx.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #16715
by ivan.milic
Replied by ivan.milic on topic Re: show product title on product description page
In our template you always see title????
Check
\components\com_virtuemart\views\productdetails\tmpl\default.php
do you have this line:
<?php // Product Title ?>
<h1><?php echo $this->product->product_name ?></h1>
<?php // Product Title END ?>
Check
\components\com_virtuemart\views\productdetails\tmpl\default.php
do you have this line:
<?php // Product Title ?>
<h1><?php echo $this->product->product_name ?></h1>
<?php // Product Title END ?>
Please Log in to join the conversation.
Time to create page: 0.153 seconds