Thread: Mobile Module
View Single Post
  #3  
Old 03-11-2014, 05:28 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Mobile Module

Quote:
Originally Posted by mworsnop
Why cant I enter an HREF link in the html for the mobile module. I have a few items in my store all in one category. Right now the user has to click on Catalog (If they know to do that) and then the category. I was trying to make it easier. On the desktop home page I added a link so they go directly to the product listing.

You can simply add the template with the link you need according to the article here:
http://kb.x-cart.com/display/XDD/How+to+insert+your+HTML+code+into+any+part+of+the+ page

The example of such template's code is:
Code:
{* * @ListChild (list="center.bottom", zone="customer", weight="200") *} <a href="http://google/com">My link</a>

The most important part here is that your template should be inserted into the "center.bottom" list and it should be added in the customer interface.

Please, try this out.

Tony.
Reply With Quote