I attempt to place the following Account string for that url.
The session_id is broken I know - don't know what I'm doing there and no documentation anywhere I can find on how to place all the freaking entities.
The BUG I have here is that the admin strips all my # & 38 ; characters and leaves just the & on update.
<mvt:if expr="g.Basket:cust_id EQ 0"><a href="https://beta.handmade-paper.us/Merchant2/merchant.mvc?&mvt:settings="g.Session_id";&Screen= LOGN&Order=0&Store_Code=&mvt:global:Store_Code;">A ccount</a><mvt:else><a href="https://beta.handmade-paper.us/Merchant2/merchant.mvc?&mvt:settings="g.Session_id";&Screen= ACNT&Order=0&Store_Code=&mvt:global:Store_Code;">A ccount</a></mvt:if>
Ok it looks like I can't post the hex character in the forum -
Anytime there is an & in the url I want it to be in hex so it will validate.
The session_id is broken I know - don't know what I'm doing there and no documentation anywhere I can find on how to place all the freaking entities.
The BUG I have here is that the admin strips all my # & 38 ; characters and leaves just the & on update.
<mvt:if expr="g.Basket:cust_id EQ 0"><a href="https://beta.handmade-paper.us/Merchant2/merchant.mvc?&mvt:settings="g.Session_id";&Screen= LOGN&Order=0&Store_Code=&mvt:global:Store_Code;">A ccount</a><mvt:else><a href="https://beta.handmade-paper.us/Merchant2/merchant.mvc?&mvt:settings="g.Session_id";&Screen= ACNT&Order=0&Store_Code=&mvt:global:Store_Code;">A ccount</a></mvt:if>
Ok it looks like I can't post the hex character in the forum -
Anytime there is an & in the url I want it to be in hex so it will validate.
Comment