Hi,
the print order icon in the order details page links to:
www.MYSITE.com/index2.php?option=com_vir...1&tmpl=component
but this link gets redirected back to:
www.MYSITE.com/shop/account.html
I see that Artio generated a SEF Url with:
New SEF URL= shop/account/order.html
Old Non-SEF Url = index.php?option=com_virtuemart&page=account.order_details
ItemID = 9
but I haven't saved it as Custom Redirect yet
I think the correct Url should include order_id also, in fact the link below works:
www.MYSITE.com/index2.php?option=com_vir...onent&order_id=8
And
it works if I comment out line 591 in components/com_sef/sef_ext/com_virtuemart.php:
// ignored vars
// if (isset($order_id)) $ignoreVars['order_id'] = $order_id;
Is there a better way to tell Artio not to ignore order_id?
Regards,
Alfredo Tripicchio
PS: These are my installation details:
J1.5.14
VM 1.1.3
ARTIO VM plugin 2.0.1