The link in the file: mail-html-reguser.php
Here user activate the registration with a link But the result gives the default template and not storeBox
I tried to change this in line 53
StoreBox is not my default template in the website
<?php
if (!empty($this->activationLink)) {
$activationLink = '<a class="default" href="' . JURI::root() . $this->activationLink . '">' . JText::_('COM_VIRTUEMART_LINK_ACTIVATE_ACCOUNT') . '</a>';
echo $li;
echo $activationLink . $li;
}
?>
But do not know what to fill in where.
Can someone please help me???
Warm regards webmiep