Hi
When I click on a link (to show the Terms and Conditions of the shop) I get the following error message: :-[
Forbidden
You don't have permission to access /site1/joomla/<p>...........</p><p>..................</p> on this server.
This is the code I use:
<div class="terms-of-service">
<a href="<?php
echo $this->cart->vendor->vendor_terms_of_service;?>"><span class="terms-of-service"><span class="vmicon vm2-termsofservice-icon"></span><?php echo JText::_('COM_VIRTUEMART_CART_TOS'); ?></span></a>
</div>
Any suggestions? Please help!
Thank you