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 05-11-2013 10:17 AM

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 :)

JacksmithxD 05-11-2013 12:09 PM

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!

elmirage001 05-13-2013 08:49 PM

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

Freakmode 05-15-2013 12:44 AM

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.

PhilJ 05-15-2013 08:10 AM

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 :)

PhilJ 05-19-2013 03:54 AM

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.

elmirage001 05-19-2013 01:42 PM

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

chamberinternet 05-20-2013 02:14 AM

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 :-)

PhilJ 05-20-2013 03:04 AM

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>

Freakmode 05-20-2013 04:14 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil

The "New Arrivals" box on your demo site, is that using X-carts module?


All times are GMT -8. The time now is 07:27 AM.

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