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)

PhilJ 09-22-2014 04:30 AM

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

I want to change the color of tooltip from black to grey.Where to change and how to change
Code:

.tipsy-inner { background: #000; color: #fff; max-width: 300px; padding: 5px; text-align: center; border-radius: 4px; }

PhilJ 09-22-2014 02:09 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quick v3.0 fix for 'Pay with Amazon' module popup not appearing...

skin/reboot/customer/home.tpl

Replace...

Code:

{load_defer_code type="js"}
{include file="customer/service_body_js.tpl"}


With...

Code:

{include file="customer/service_body_js.tpl"}
{load_defer_code type="js"}


(just swap the lines around)

xtech 09-22-2014 08:53 PM

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

Originally Posted by PhilJ
Code:

.tipsy-inner { background: #000; color: #fff; max-width: 300px; padding: 5px; text-align: center; border-radius: 4px; }


Thanks your solution,it is working now.

Now for this issue I want your solution-

1) In admin product description page if we add any style in product detailed description through editor.That style like bold or any style on product detail description is not reflected on website detail page.

2) I have defined a field through reboot custom filed to define a offer tag at the products page.I have called this fields in invoice page in order to see the effects in order section.But after some days if we delete that tag text then it also delete from order section and order history and also from order export pack.

How to keep this saved so that after some modifications it will take the old value in order section?

Thanks,
xtech

PhilJ 09-23-2014 06:07 AM

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

1) In admin product description page if we add any style in product detailed description through editor.That style like bold or any style on product detail description is not reflected on website detail page.

You'll need to post a ticket for me to investigate.

Quote:

2) I have defined a field through reboot custom filed to define a offer tag at the products page.I have called this fields in invoice page in order to see the effects in order section.But after some days if we delete that tag text then it also delete from order section and order history and also from order export pack.
You won't be able to store that field data to the order without some custom coding, which I am not sure of.

Alternatively you could just manually add some customer notes to the order.

designguru 09-24-2014 12:22 PM

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

Originally Posted by designguru
Upgrade
We installed an older reBoot version (2.31 I think) and would like to upgrade.
- Can it be done easily or do you need to go through files?
- Is there some way to test compability?


Features in old template
Is the currency change button on the homepage included in v2.31 or only newer versions as it doesn't show in v2.31?

Thanks


Still need to have an answer to this.

PhilJ 09-24-2014 01:42 PM

Re: X-Cart - reBOOT - Responsive Template
 
How do I upgrade from reBOOT v2.x to v3.x ?
  1. Rename your existing skin/reboot folder to eg. reboot_old_v2
  2. From your X-Cart v4.6.4 distribution file, re-upload skin/common_files/customer/service_js.tpl
  3. Continue the v3 installation as normal
Note, any modifications previously applied to skin/reboot will need to be re-added.

To request new files, open a support ticket, mentioning your order ID.

Re. currency change, see the v3 demo.

designguru 09-24-2014 01:48 PM

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

Originally Posted by PhilJ
Re. currency change, see the v3 demo.


Thanks but does this mean it's only available in v3?

PhilJ 09-24-2014 01:49 PM

Re: X-Cart - reBOOT - Responsive Template
 
No, you can easily create one for v2. Get in touch for code.

designguru 09-24-2014 01:49 PM

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

Originally Posted by PhilJ
No, you can easily create one for v2. Get in touch for code.


Nice! Keep up the great work.

xtech 09-25-2014 12:48 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
How to call fast lane checkout tab on cart page?

Also I want to remove the decimal price from price options.Instead of displaying 510.00 it will display as 510

How to achieve that?

Thanks,
xtech


All times are GMT -8. The time now is 02:21 AM.

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