Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #651  
Old 09-22-2014, 04:30 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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; }
__________________
xcartmods.co.uk
Reply With Quote
  #652  
Old 09-22-2014, 02:09 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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)
__________________
xcartmods.co.uk
Reply With Quote
  #653  
Old 09-22-2014, 08:53 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default 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
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #654  
Old 09-23-2014, 06:07 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #655  
Old 09-24-2014, 12:22 PM
 
designguru designguru is offline
 

X-Adept
  
Join Date: Dec 2010
Posts: 418
 

Default 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.
__________________
X-Cart Pro 4.6.2 with many modules
X-CART Pro 4.4.1
Reply With Quote
  #656  
Old 09-24-2014, 01:42 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #657  
Old 09-24-2014, 01:48 PM
 
designguru designguru is offline
 

X-Adept
  
Join Date: Dec 2010
Posts: 418
 

Default 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?
__________________
X-Cart Pro 4.6.2 with many modules
X-CART Pro 4.4.1
Reply With Quote
  #658  
Old 09-24-2014, 01:49 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

No, you can easily create one for v2. Get in touch for code.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
designguru (09-26-2014)
  #659  
Old 09-24-2014, 01:49 PM
 
designguru designguru is offline
 

X-Adept
  
Join Date: Dec 2010
Posts: 418
 

Default 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.
__________________
X-Cart Pro 4.6.2 with many modules
X-CART Pro 4.4.1
Reply With Quote
  #660  
Old 09-25-2014, 12:48 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default 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
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:18 AM.

   

 
X-Cart forums © 2001-2020