In the Shopping Links Layout line 24:
Unfortunately in a client site this is showing an incorrect address whereas the display should be:
(From a test site)
On the client site the display is:
The expression is created by <actinic:variable name="OrderLinkText" /> and I am guessing an incorrect value has been entered somewhere but I do not know where.
The network settings seem OK and it is an SQL site so I cannot search the database.
The problem is that all the search results on the search results page start with
so I a guessing the same variable is involved in generating the 'Search Result Link'.
Both sites have a Wordpress blog in a separate directory
The base href is correctly showing the acatalog url
Please can anyone give me any pointers?
Thank you
Code:
<a href="<actinic:variable name="OrderLinkText" />" onclick="AppendParentSection(this)"><img class="shoppingCart" src="checkout-icon.png" /></a>
Code:
<a href="https://www.graphicz.solutions/wpsd/cgi/os000001.pl?ACTION=Start&BASE=https://www.graphicz.solutions/wpsd/acatalog/" onclick="AppendParentSection(this)">
On the client site the display is:
Code:
<a href="https://www.client.site/cgi-bin/os000001.pl?ACTION=Start&BASE=https://www.client.site/blog/" onclick="AppendParentSection(this)">
The network settings seem OK and it is an SQL site so I cannot search the database.
The problem is that all the search results on the search results page start with
Code:
https://www.client.site/blog/ and not https://www.client.site/acatalog/
Both sites have a Wordpress blog in a separate directory
The base href is correctly showing the acatalog url
Please can anyone give me any pointers?
Thank you
Comment