Hello fD !
Thanks for this great hack that I just installed on production site !
Very helpfull !
I have a little last question if you don't mind : I'm using SH404SEF and made some changes on the link that leads to the detailed order page on web site :
I changed from :
$url = SECUREURL."index.php?option=com_virtuemart&page=account.order_details&order_id=".urlencode($d["order_id"]).'&Itemid='.$sess->getShopItemid();
to a more "readable" url :
$url = SECUREURL."See_my_order-id".urlencode($d["order_id"].".html");
But, there is a but

Some clients clicks on it without beeing connected, and sometimes if this URL is not know by sh404SEF, they get a 404 ...
So my question is : is there a way to "hide" the big ugly URL and link it to a text like :
"Click here for your detailed order"
Like it is with the order confirmation email :
$footer_html = '<a title="'.$VM_LANG->_('PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER5').'" href="'.$order_link.'">'
. $VM_LANG->_('PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER5').'</a>';
--> But I can't make it work that way
Thakns in advance
Lylene