X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Mobile Module (https://forum.x-cart.com/showthread.php?t=68815)

mworsnop 03-10-2014 11:41 AM

Mobile Module
 
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.

qualiteam 03-11-2014 12:26 AM

Re: Mobile Module
 
I don't get your question, but it seems relate to customizing an X-Cart 5 store, so I've moved the thread to the appropriate forum.

Please describe what you want to achieve in details.

Thanks!

tony_sologubov 03-11-2014 05:28 AM

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.

mworsnop 03-12-2014 10:43 AM

Re: Mobile Module
 
The mobile module has an editor but the link icon is disabled. Why is this?

tony_sologubov 03-12-2014 12:38 PM

Re: Mobile Module
 
Quote:

Originally Posted by mworsnop
The mobile module has an editor but the link icon is disabled. Why is this?


Sorry, did not quite get what you mean.

mworsnop 03-12-2014 12:41 PM

Re: Mobile Module
 
If you go to modules and then the mobile module you can click on settings. Under the settings there is an editor. It works great but I can not add a URL Link as the button is disabled. The same editor problem on the front page editor.

tony_sologubov 03-12-2014 01:14 PM

Re: Mobile Module
 
Quote:

Originally Posted by mworsnop
If you go to modules and then the mobile module you can click on settings. Under the settings there is an editor. It works great but I can not add a URL Link as the button is disabled. The same editor problem on the front page editor.


You should select some text and then the Link icon will be highlighted and you will be able to insert a link.

mworsnop 03-12-2014 01:32 PM

Re: Mobile Module
 
That was the problem. Thank you for the help!


All times are GMT -8. The time now is 12:53 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.