I'm looking to have a page directly link to a separate URL. I added the static page, but need to direct it to a different URL.
For example, my static page listed in my Page List is "Blog". I want this to go to
http://website.com/blog instead of
http://website.com/page1.html (the page xcart sets up as a static page).
Right now we are using a redirect script, so it goes to the assigned xcart static page, then the script transfers to the blog page.
How can I assign a specific URL to a listed static page without a redirect script? Or do I need to hard code the link somehow?
Thanks