Quote:
Originally Posted by Thomasb134
I just installed XC Mobile and mobile users are causing php errors to be logged.
|
It seems you are using a 3rd party module in your store.
That "new_arrivals_link.tpl" template reference is for the built-in X-Cart GoldPlus "New Arrivals" module which appeared in the XC v4.6.0
To avoid the error, please open the template "skin/common_files/modules/Xcart_Mobile/customer/main/more.tpl"
Find the line with the code:
HTML Code:
{include file="modules/New_Arrivals/new_arrivals_link.tpl"}
and remove it, or replace with the link to your own "New Arrivals" page using the following code-style:
HTML Code:
<li><a href="%YOUR_LINK_URL%">%YOUR_LINK_TEXT%</a></li>