View Single Post
  #144  
Old 12-12-2013, 10:30 PM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default Re: X-Cart Mobile module released

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>
Reply With Quote