Jump to content

Edit History

SmartDataSoft

SmartDataSoft

do not forget to hook this position from module hook position 

public function hookdisplayCustomerAccount($params){

	return $this->display(__FILE__, 'all-customer-downloads.tpl');
}

and in template i use 

<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" href="{$module_dir}alldownloads-page.php" > 
    <span class="link-item">
        <i class="material-icons">account_box</i>{l s='My downloads' mod='alldownloads'}
    </span>
</a>

Then it will look like 

 

Thank you

ps-mydownload-image.png

alldownloads.zip

SmartDataSoft

SmartDataSoft

do not forget to hook this position from module hook position 

public function hookdisplayCustomerAccount($params){

	return $this->display(__FILE__, 'all-customer-downloads.tpl');
}

and in template i use 

<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" href="{$module_dir}alldownloads-page.php" > 
    <span class="link-item">
        <i class="material-icons">account_box</i>{l s='My downloads' mod='alldownloads'}
    </span>
</a>

Then it will look like 

 

Thank you

ps-mydownload-image.png

SmartDataSoft

SmartDataSoft

 

public function hookdisplayCustomerAccount($params){

	return $this->display(__FILE__, 'all-customer-downloads.tpl');
}

and in template i use 

<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" href="{$module_dir}alldownloads-page.php" > 
    <span class="link-item">
        <i class="material-icons">account_box</i>{l s='My downloads' mod='alldownloads'}
    </span>
</a>

Then it will look like 

 

Thank you

ps-mydownload-image.png

×
×
  • Create New...