Hi,
I have a problem with JoomSEF, I can't edit a shipping address during the checkout process.
The problem is that some variables are not rewrited by JoomSEF, they just disappear!!
Here's an example :
Rewrited URL :
dummy-menu-item/checkout/add-shipping-address
Original URL :
index.php?option=com_virtuemart&next_page=checkout.index&page=account.shipto&user_info_id=1d61a5ac1cf8ab5502d27b5af104c190&Itemid=86
The main variable I need is user_info_id, I'd like to be able to write something like that :
Rewrited URL
dummy-menu-item/checkout/add-shipping-address?user_info_id=<USER_INFO_ID>
index.php?option=com_virtuemart&next_page=checkout.index&page=account.shipto&user_info_id=<USER_INFO_ID>&Itemid=86
As you can understand, I can't write it myself, it's 1 user_info_id by shopper and by shipping address...