You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
$shopper_footer .= $shopper_order_link;
$shopper_footer .= "http://your_domain.com";
$vendor_footer .= $vendor_order_link;
$vendor_footer .= "http://your_domain.com/administrator/";
If anyone enables the text confirmation mail instead of html mail, the changes that has to do are:In administrator/components/com_virtuemart/classes/ps_checkout.phpline aprox 1851beforeCode: [Select] $shopper_footer .= $shopper_order_link;addCode: [Select] $shopper_footer .= "http://your_domain.com";and line aprox 1867beforeCode: [Select] $vendor_footer .= $vendor_order_link;addCode: [Select] $vendor_footer .= "http://your_domain.com/administrator/";that means we add the link to http://domain.tld in the line of the rest link Good luck
This is for the simple TEXT email and not HTML email.If you enable to send text instead of Html mail to the customer
administrator > settings > core settings >order email format.. you choose( I have the backend in Greek so I dont remember exactly if these are the words used by English lang of VM )