- Posts: 160
- Thank you received: 1
Store description on VM Frontpage
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
11 years 8 months ago #28299
by hkeyzer
Store description on VM Frontpage was created by hkeyzer
In my store under shop / vendor / description I have some text.
In the configuration / template / I have enabled "show store description".
In the menu for default item I have selected VM Front page.
However it does not display the store description on the front page - only the featured products.
How do I get both featured products and store description to display.
Site: http:www.h2otsolutions.co.nz
Thanks
In the configuration / template / I have enabled "show store description".
In the menu for default item I have selected VM Front page.
However it does not display the store description on the front page - only the featured products.
How do I get both featured products and store description to display.
Site: http:www.h2otsolutions.co.nz
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28310
by ivan.milic
Replied by ivan.milic on topic Store description on VM Frontpage
In templates\hot_drug_store\html\com_virtuemart\virtuemart\default.php
after this:
insert this:
after this:
Code:
JHTML::_( 'behavior.modal' );
?>
insert this:
Code:
<?php # Vendor Store Description
if (!empty($this->vendor->vendor_store_desc)) { ?>
<p class="vendor-store-desc">
<?php echo $this->vendor->vendor_store_desc; ?>
</p>
<?php } ?>
The following user(s) said Thank You: hkeyzer
Please Log in to join the conversation.
Time to create page: 0.158 seconds