Quote:
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
|
I am indeed using a New Arrivals module, but it is not third party. It is the one included in the Hot Products module sold by X-Cart. This module is triggering the code (
if $active_modules.New_Arrivals ne "") in mobile's more.tpl. It seems to me that other installations that are using this official add-on with their 4.4.x branch would face the same issue as me.
Quote:
Find the line with the code: {...} and remove it, or replace with the link to your own "New Arrivals" page using the following code-style:
|
Thank you for the advice. My solution was to install the new_arrivals_link.tpl file provided in the 4.6.1 Hot Products module. The New Arrivals link now appears on mobile browsers and the php error is no longer generated. So problem solved.