- Posts: 4
- Thank you received: 0
virtuemart front page
- andre greb
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 9 months ago - 12 years 9 months ago #1690
by andre greb
virtuemart front page was created by andre greb
Virtuemart front page not displayed shop description and category.
In the original virtuemart it displayed by default.
How can I turn it on?
Thank you
In the original virtuemart it displayed by default.
How can I turn it on?
Thank you
Attachment virtuemart.jpg not found
Attachments:
Last edit: 12 years 9 months ago by andre greb.
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago #1694
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: virtuemart front page
Hi,
Please add this code into templates/ot_ante/html/com_virtuemart/virtuemart/default.php:
before this line:
Thanks
Please add this code into templates/ot_ante/html/com_virtuemart/virtuemart/default.php:
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 } ?>
Code:
# load categories from front_categories if exist
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds