- Thank you received: 0
Positioning of 'Short Descr' on Prod.details Page?
-
heimatwerk
-
Topic Author
- New Member
-
Less
More
12 years 8 months ago - 12 years 8 months ago #23312
by heimatwerk
Positioning of 'Short Descr' on Prod.details Page? was created by heimatwerk
Hello HotJoomla Support Team!
I'm trying to figure out how i can adjust the positioning of the "Short Description" of a Product on its ProductDetails Page?
In your Demo, it looks like you unfortunately do not use a Short Description for a Product
demo.hotjoomlatemplates.com/furniture_st...s/orange-seat-detail
At the moment, the Short Description is overlayed with the main Product Image. See [Link removed] for example.
I'd like to have it shown right underneath the <h1>Product Name</h1>
What do I need to adjust? I use Joomla 2.5.6 and VM 2.0.12f.
Thank you very much for your help!!
I'm trying to figure out how i can adjust the positioning of the "Short Description" of a Product on its ProductDetails Page?
In your Demo, it looks like you unfortunately do not use a Short Description for a Product
demo.hotjoomlatemplates.com/furniture_st...s/orange-seat-detail
At the moment, the Short Description is overlayed with the main Product Image. See [Link removed] for example.
I'd like to have it shown right underneath the <h1>Product Name</h1>
What do I need to adjust? I use Joomla 2.5.6 and VM 2.0.12f.
Thank you very much for your help!!
Last edit: 12 years 8 months ago by heimatwerk.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #23319
by ivan.milic
Replied by ivan.milic on topic Positioning of 'Short Descr' on Prod.details Page?
You can modify layout of product details page here:
templates\hot_furniturestore\html\com_virtuemart\productdetails\default.php
templates\hot_furniturestore\html\com_virtuemart\productdetails\default.php
Please Log in to join the conversation.
-
heimatwerk
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 8 months ago - 12 years 8 months ago #23320
by heimatwerk
Replied by heimatwerk on topic Positioning of 'Short Descr' on Prod.details Page?
Yes I know that there is the code that displays the Product Short Description. It says:
But I don't understand why it is overlayed with the Product Main Picture (this doesn't make sense to me!), because in a standard virtuemart installation without the hotfurniture store template, the Product Short Description is displayed as requested...
see here for the default layout of the product details page: [Link removed]
Could you please give me any hints how to correctly place this div container or tell me why it is overlayed with the product image?
Thank you very much in advance!
Code:
<?php // Product Short Description
if (!empty($this->product->product_s_desc)) { ?>
<div class="product-short-description">
<?php /** @todo Test if content plugins modify the product description */
echo $this->product->product_s_desc; ?>
</div>
<?php } // Product Short Description END ?>
But I don't understand why it is overlayed with the Product Main Picture (this doesn't make sense to me!), because in a standard virtuemart installation without the hotfurniture store template, the Product Short Description is displayed as requested...
see here for the default layout of the product details page: [Link removed]
Could you please give me any hints how to correctly place this div container or tell me why it is overlayed with the product image?
Thank you very much in advance!
Last edit: 12 years 8 months ago by heimatwerk.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago - 12 years 8 months ago #23329
by ivan.milic
Replied by ivan.milic on topic Positioning of 'Short Descr' on Prod.details Page?
I'am redirected to :
[link removed]
and this is some basic joomla
[link removed]
and this is some basic joomla
Last edit: 12 years 8 months ago by milos.
Please Log in to join the conversation.
-
heimatwerk
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 8 months ago - 12 years 8 months ago #23334
by heimatwerk
Replied by heimatwerk on topic Positioning of 'Short Descr' on Prod.details Page?
this is true! [Link removed] redirects to a page without the hotfurniture store template, demonstrating that PER DEFAULT, the short description is placed correctly on the product details page.
As mentioned in my first post #23312, [Link removed] demonstrates what happens with the short description using hotfurniture store template.
So any suggestions why the short description overlaps the main product image as soon as I use the hotfurniture store template???
As mentioned in my first post #23312, [Link removed] demonstrates what happens with the short description using hotfurniture store template.
So any suggestions why the short description overlaps the main product image as soon as I use the hotfurniture store template???
Last edit: 12 years 8 months ago by heimatwerk.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #23353
by ivan.milic
Replied by ivan.milic on topic Positioning of 'Short Descr' on Prod.details Page?
Open \templates\hot_furniturestore\html\com_virtuemart\productdetails\default.php
find this:
<?php // Product Short Description
if (!empty($this->product->product_s_desc)) { ?>
<div class="product-short-description">
<?php /** @todo Test if content plugins modify the product description */
echo $this->product->product_s_desc; ?>
</div>
<?php } // Product Short Description END ?>
place it before this:
<div class="width50 floatleft">
(around line 105)
find this:
<?php // Product Short Description
if (!empty($this->product->product_s_desc)) { ?>
<div class="product-short-description">
<?php /** @todo Test if content plugins modify the product description */
echo $this->product->product_s_desc; ?>
</div>
<?php } // Product Short Description END ?>
place it before this:
<div class="width50 floatleft">
(around line 105)
Please Log in to join the conversation.
Time to create page: 0.085 seconds