Store description on VM Frontpage

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 8 months ago #28299 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

Please Log in to join the conversation.

More
11 years 8 months ago #28310 by ivan.milic
In templates\hot_drug_store\html\com_virtuemart\virtuemart\default.php

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.

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 8 months ago #28387 by hkeyzer
That works - thanks

Please Log in to join the conversation.

Time to create page: 0.158 seconds
Powered by Kunena Forum