Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/confirm.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/confirm.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/confirm.tpl	(revision 20799)
@@ -22,5 +22,5 @@
  */
 *}-->
-<form method="post" action="?">
+<form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/confirm.php">
 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
 <input type="hidden" name="mode" value="confirm">
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/payment.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 20799)
@@ -22,5 +22,5 @@
  */
 *}-->
-<form method="post" action="?">
+<form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php">
 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
 <input type="hidden" name="mode" value="confirm">
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/select_deliv.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/select_deliv.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/select_deliv.tpl	(revision 20799)
@@ -22,5 +22,5 @@
  */
 *}-->
-<form method="post" action="?">
+<form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php">
 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
 <input type="hidden" name="mode" value="select_deliv">
