X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

elmirage001 03-20-2014 07:41 PM

Re: X-Cart - reBOOT - Responsive Template
 
Working fine for me -> http://www.xcartmods.co.uk/

yages 03-23-2014 09:57 PM

Re: X-Cart - reBOOT - Responsive Template
 
I would like to have a link in the product detailed description box
This link needs to stand out from the rest of the text
How do I go about doing it

PhilJ 03-24-2014 05:00 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

I would like to have a link in the product detailed description box
This link needs to stand out from the rest of the text
How do I go about doing it

As you are using reBOOT v1, if you want to add a message for all products, you can edit skin/reboot/custom/product_details_tabs.tpl

You could perhaps use a Bootstrap (v2) alert box for emphasis...

Before or after...

Code:

<table width="100%" cellspacing="0" cepllpadding="0" border="0"><tr><td>
<span itemprop="description">{$product.fulldescr|default:$product.descr}</span>
</td></tr></table>

Insert...
Code:

<div class="alert alert-info"><a href="mylink.php">This is my info link</a></div>

Or you can just add the above code to your product descriptions individually.

PhilJ 03-24-2014 05:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
Good ecommerce CRO checklist - Source

yages 03-24-2014 01:30 PM

Re: X-Cart - reBOOT - Responsive Template
 
If I just want to make a link anchor text dark blue so that you can see it from the rest of the text, how do I create this link

PhilJ 03-24-2014 01:42 PM

Re: X-Cart - reBOOT - Responsive Template
 
You can add some CSS to skin/reboot/css/reboot_tabs.css ...
Quote:

div.royal_tab div.views a:link, div.royal_tab div.views a:visited { color: #000080; text-decoration: underline; }
div.royal_tab div.views a:hover { color: #000080; text-decoration: none; }

Then create a hyperlink in the usual way...

Quote:

<a href="link.php">My link</a>

designguru 03-27-2014 11:47 AM

Re: X-Cart - reBOOT - Responsive Template
 
How do I edit the megamenu.

Adding a Title and create a section. Guess within css somewhere...

xtech 03-29-2014 01:33 AM

Re: X-Cart - reBOOT - Responsive Template
 
I have added X-Cart_Reboot_v2_Advanced_Product_Videos but it is not working in my site,what is the issue here?

Thanks.

designguru 03-31-2014 09:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by designguru
How do I edit the megamenu.

Adding a Title and create a section. Guess within css somewhere...


Also submitted a ticket some time ago :/

PhilJ 03-31-2014 09:26 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

How do I edit the multimenu.
Which Multimenu? If referring to the mega menu, you can enable it in reboot settings > menus

Styling can be changed by editing skin/reboot/css/menus/reboot_menu_mega.css
Quote:

I have added X-Cart_Reboot_v2_Advanced_Product_Videos but it is not working in my site,what is the issue here?
Please ensure you have followed the install.txt carefully.
Quote:

Also submitted a ticket some time ago :/
Post a reply to your ticket and I will give it priority.


All times are GMT -8. The time now is 03:50 PM.

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