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
  #861  
Old 03-02-2015, 01:19 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
In Manufacturer slider on home page how to put top 20 Manufacturer manually?
You'll need to edit skin/reboot/custom/widgets/home_manufacturers.tpl
Take out the opening and closing {foreach} loop code.
Then add your manufacturers manually, using the code within the old {foreach} loop...
Quote:
<div class="item text-center">
<a href="manufacturers.php?manufacturerid=123" title="Manufacturer">
<img class="lazy" src="{$AltImagesDir}/spacer.gif" width="1" height="1" data-src="path/to/manuf/image/image.jpg" alt="Manufacturer">
<p>Manufacturer</p>
</a>
</div>
...
__________________
xcartmods.co.uk
Reply With Quote
  #862  
Old 03-05-2015, 06:50 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quick adjustment to show NEW product labels / ribbons automatically...

(Adheres to Modules > New Arrivals > Show products marked as new for N days)

skin/reboot/custom/product_promo_ribbons.tpl

Replace...

Code:
{if $active_modules.New_Arrivals && ($product.mark_as_new eq "A" || $product.mark_as_new eq "S")}

With...

Code:
{math equation="a - (b * c)" a=$smarty.now b=86400 c=$config.New_Arrivals.show_products_marked_new_n_days assign=limit} {if $active_modules.New_Arrivals && ($product.mark_as_new eq "A" || $product.mark_as_new eq "S") || ($product.add_date lte $smarty.now && $product.add_date gte $limit)}

If you don't want new labels to appear on the homepage, you can use...
Code:
{if !$homepage} {math equation="a - (b * c)" a=$smarty.now b=86400 c=$config.New_Arrivals.show_products_marked_new_n_days assign=limit} {if $active_modules.New_Arrivals && ($product.mark_as_new eq "A" || $product.mark_as_new eq "S") || ($product.add_date lte $smarty.now && $product.add_date gte $limit)} <div class="ribbon-wrapper-left"> <div class="ribbon-left">{$lng.lbl_new|upper}</div> </div> {/if} {/if}
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
chamberinternet (03-05-2015)
  #863  
Old 03-05-2015, 08:53 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart - reBOOT - Responsive Template

how do you add a link to subscribe to newletter in header
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #864  
Old 03-05-2015, 11:31 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
how do you add a link to subscribe to newletter in header
You can install the homepage newsletter popup addon here.

Then invoke the newsletter popup with a hyperlink, eg.

Button...
Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="btn btn-success lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a>
Hyperlink...
Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a>
__________________
xcartmods.co.uk
Reply With Quote
  #865  
Old 03-06-2015, 01:52 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,
How to set the 'Default' option in the Sort By settings in reboot?

I am using x-cart cloud search module but I wish to see the CloudSearch and Default search show up the similar result but it is not showing.

What is the error here?

Thanks,
xtech
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #866  
Old 03-06-2015, 01:53 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

General settings > Appearance > Select the order in which products should be displayed within a category
__________________
xcartmods.co.uk
Reply With Quote
  #867  
Old 03-06-2015, 02:02 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

I have done this but still CloudSearch and Default search is not showing the similar results.What is the issue?
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #868  
Old 03-06-2015, 02:31 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

You'd have to ask QT about that, I'm not too familiar with Cloud Search.
__________________
xcartmods.co.uk
Reply With Quote
  #869  
Old 03-06-2015, 02:32 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Homepage Newsletter Popup Addon updated - it's now multi-language capable.

Products FAQ and Store Locator addons coming soon.

I'll be updating reBOOT for v4.7.0 after it comes out of beta.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (03-06-2015)
  #870  
Old 03-06-2015, 02:01 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

New v3 addon - Product FAQ - Get it here.
  • Up to 10 FAQs per product
  • Expandable panels with expand / collapse all buttons
  • HTML answers allowed
DEMO
__________________
xcartmods.co.uk
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 04:41 PM.

   

 
X-Cart forums © 2001-2020