I have a fresh install of Zencart 1.38a installed and preparing to build a new website. I decided to check if an issue I was having with previous versions of Zenart had been resolve.
The issue being that even if I input a Link URL as
index.php?main_page=contact_us
it is formatted as.....
http://127.0.0.1/demo/admin/index.ph...age=contact_us
I need to modify the way that HTMLAREA handles the URL's I input so it maintains it the way I input it I.E.
if I input index.php?main_page=contact_us, it is formatted in html as:
<a href="index.php?main_page=contact_us">Contact Us</a>
It appears in this format during editing, but once saved, it appends the local URL.
Can anyone advise what changes I need to make to resolve this issue.
Thanks.




