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
  #61  
Old 05-11-2013, 10:17 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

An advanced testimonials addon is available for reBOOT purchasers, who want more control over their customer feedback.
  • Testimonials stored in the database
  • Dedicated admin panel for moderation
  • Admin testimonial replies
  • Separate 'add testimonial' form with validation
  • Testimonial characters limiter
  • Customer ratings
  • Email confirmations
  • Pagination, testimonials per page
  • Displays random rotating testimonials in footer
  • Easy to customise
DEMO

It's only $39 and available here.

More interesting exclusive reBOOT addons will follow soon
__________________
xcartmods.co.uk
Reply With Quote
  #62  
Old 05-11-2013, 12:09 PM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: X-Cart - reBOOT - Responsive Template

I've done over 3 websites with Reboot so far. Every client is over the moon! Can't thank Phil enough for this template as it's just dam right awesome. Forget any template out there for x-cart this is what you need.

You'd be silly not to get this theme at this price!

Anyways thanks again Phil!
__________________
Xcart 4.5.2
Reply With Quote

The following user thanks JacksmithxD for this useful post:
PhilJ (05-11-2013)
  #63  
Old 05-13-2013, 08:49 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil, I just added your new Testimonials addon and it works GREAT! It was very easy to install and to tweak. Since you kept the database structure the same I only had to rename the database table to instantly access my existing 60+ testimonials.

Thank you so much!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (05-14-2013)
  #64  
Old 05-15-2013, 12:44 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil

Can we install this template on a 4.5.4 Gold Plus install version?

Been trying for a couple of days to upgrade to 4.5.5 and its not going to happen.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #65  
Old 05-15-2013, 08:10 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Freakmode, yes, there's now a v4.5.4 patch included, but v4.5.5 is recommended of course
__________________
xcartmods.co.uk
Reply With Quote
  #66  
Old 05-19-2013, 03:54 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Mega Category Menus are now available, exclusively for reBOOT purchasers...
  • Mega category menus (standard or full width) up to 3 levels
  • Displays category icons in mega menus
  • Up to 6 category columns per row (multiple rows possible)
  • Dropdown / flyout menus up to 4 levels
  • Manufacturer logos can be displayed as a mega menu
  • Right hand side account menu
  • Pure CSS, easily customisable
  • 10 preset colour themes
  • SEO friendly
  • Responsive
  • Easy to install
DEMO

It's only $39 and available here.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
chamberinternet (05-20-2013), elmirage001 (05-19-2013)
  #67  
Old 05-19-2013, 01:42 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Reboot Mega Menus Rock!!

Just installed and did a complete custom menu with Phil's new addon and I'm ecstatic! It took some playing around but I got exactly what I wanted and it's going to make it extremely easy for my customers to find things.

Phil, Thank you so much!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (05-20-2013)
  #68  
Old 05-20-2013, 02:14 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Mega Category Menus are now available, exclusively for reBOOT purchasers...

Really nice module Phil
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote

The following user thanks chamberinternet for this useful post:
PhilJ (05-20-2013)
  #69  
Old 05-20-2013, 03:04 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Thanks guys

Here's a way to add manufacturer logo to the product page...

1a) product.php

Replace...

Code:
$product_info = func_select_product($productid, @$user_account['membershipid']);

With...

Code:
#$product_info = func_select_product($productid, @$user_account['membershipid']); # Reboot Template - Get Manufacturer ID $product_info = func_select_product($productid, $manufacturerid, @$user_account['membershipid']); # Reboot Template - Get Manufacturer ID

1b) product.php

Before...

Code:
$smarty->assign('product', $product_info);

Insert...

Code:
# Reboot Template - Get Manufacturer Logo $product_info['manuf_tmbn_url'] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_M] WHERE id=".$product_info["manufacturerid"]); # /Reboot Template - Get Manufacturer Logo

2) skin/reboot/customer/main/product_details.tpl

Replace...

Code:
<div class="span7 property-value"><a href="manufacturers.php?manufacturerid={$product.manufacturerid}">{$product.manufacturer}</a></div>

With...

Code:
<div class="span7 property-value"><a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><img src="{$product.manuf_tmbn_url}" alt="{$product.manufacturer}"></a></div>
__________________
xcartmods.co.uk
Reply With Quote
  #70  
Old 05-20-2013, 04:14 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil

The "New Arrivals" box on your demo site, is that using X-carts module?
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
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 05:49 AM.

   

 
X-Cart forums © 2001-2020