On my SRCH (search) page when I type in a search word and hit enter my URL goes to http://www.thecatconnection.com/Merchant2/merchant.mvc? instead of to http://www.thecatconnection.com/SRCH.html which is where I want it to go. This also happens on all the checkout screens.
I realized that I have the SEO friendly URLs working everywhere but in my <form> statements.
<form method="post" action="&mvt:sessionurl;">
<input type="hidden" name="Store_Code" value="&mvte:store:code;">
<input type="hidden" name="Screen" value="SRCH">
the &mvt:sessionurl; is what is putting the Merchant2/merchant.mvc? but I don't know what to use there to have it use SRCH.html.
Any help would be greatly appreciated.
I realized that I have the SEO friendly URLs working everywhere but in my <form> statements.
<form method="post" action="&mvt:sessionurl;">
<input type="hidden" name="Store_Code" value="&mvte:store:code;">
<input type="hidden" name="Screen" value="SRCH">
the &mvt:sessionurl; is what is putting the Merchant2/merchant.mvc? but I don't know what to use there to have it use SRCH.html.
Any help would be greatly appreciated.
Comment