Quote:
Originally Posted by Freakmode
Does anyone know how to add a link to the New Arrivals section so it appears in the category list in X Cart Mobile?
|
As far as I understand your needs, open the xcart_dir/skin/common_files/modules/Xcart_Mobile/customer/main/subcategories_list.tpl
then add the following code before the {foreach...}
HTML Code:
<li><a href="new_arrivals.php">{$lng.lbl_new_arrivals}</a></li>