If I have a URL:
<!-- w --><a class="postlink" href="http://www.xyx/catalog.asp?onAddToCart=http://www.xyz/shoppingCart.htm">www.xyx/catalog.asp?onAddToCart=http:// ... ngCart.htm</a><!-- w -->
how would I create a URL that dynamically creates the <!-- m --><a class="postlink" href="http://www.xyz/shoppingCart.htm">http://www.xyz/shoppingCart.htm</a><!-- m --> URL? The reason I'm asking is because I do not know what the address of the shopping cart page will be once it's published, and I need to have a way of getting to the shopping cart page (what happens when they click on the add to cart button).
If anyone could help me on this, I would really apprieaciate it.
Thanks
<!-- w --><a class="postlink" href="http://www.xyx/catalog.asp?onAddToCart=http://www.xyz/shoppingCart.htm">www.xyx/catalog.asp?onAddToCart=http:// ... ngCart.htm</a><!-- w -->
how would I create a URL that dynamically creates the <!-- m --><a class="postlink" href="http://www.xyz/shoppingCart.htm">http://www.xyz/shoppingCart.htm</a><!-- m --> URL? The reason I'm asking is because I do not know what the address of the shopping cart page will be once it's published, and I need to have a way of getting to the shopping cart page (what happens when they click on the add to cart button).
If anyone could help me on this, I would really apprieaciate it.
Thanks