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
  #791  
Old 01-07-2015, 04:57 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Jan 7th 2015 - reBOOT v3.4 released (X-Cart v4.6.6)
  • Homepage slider images are now lazy loaded
  • Google Rich Snippets codes for products added
  • reboot_compressor.php renamed to reboot_html_minifier.php
  • Slight fix for testimonials avatars, long testimonials can be truncated
  • New setting to choose admin header background colour
  • New setting to add a version to the favicon(s)
  • jQuery updated to v1.11.2
  • FontAwesome can be loaded from MaxCDN
  • Redactor HTML editors updated to v10.0.6
  • Minor improvements and bugfixes
DEMO
__________________
xcartmods.co.uk
Reply With Quote

The following 4 users thank PhilJ for this useful post:
chamberinternet (01-09-2015), elmirage001 (01-07-2015), ITVV (01-08-2015), Pitak (02-09-2015)
  #792  
Old 01-13-2015, 08:15 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,
How to open newsletter popup box will open only once per visitor in all the pages.Currently it is opening all the time in home page when one refreshed the page.I want to change the behavior.How to achieve that?

Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #793  
Old 01-14-2015, 05:20 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
How to open newsletter popup box will open only once per visitor in all the pages.Currently it is opening all the time in home page when one refreshed the page.I want to change the behavior.How to achieve that?

I have updated the addon to use a cookie

You can adjust the number of days before the cookie expires.

Demo | Download
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
xtech (01-14-2015)
  #794  
Old 01-14-2015, 08:45 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi,
I have also tried it myself and after all success.Thanks for your codes.Thank you very much.

Is it possible to improve it further?

1)it is stored in the database but cannot show in newsletter section.So cannot able to extract data from admin news section.
2)Not sending any notification email those who subscribed and also admin.
3)Also how to add name/Mobile No here?

How to achieve that?

Thanks,
xtech
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #795  
Old 01-15-2015, 08:38 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

1) I don't follow you there.

2) I've updated the addon. It now has optional email confirmations to Admin / Customer. Also the JS has been moved to an external file.

3) I won't be adding name / mobile number, as those fields do not exist in the xcart_newslist_subscription table. And besides, I doubt many people will want to divulge their phone number details.

Demo | Download
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
xtech (01-15-2015)
  #796  
Old 01-15-2015, 05:02 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Slight modification to the product videos addon, which allows the user to switch between lightboxes and iframes.

See attached - skin/reboot/custom/product_videos.tpl

DEMO
Attached Files
File Type: tpl product_videos.tpl (8.6 KB, 1 views)
__________________
xcartmods.co.uk
Reply With Quote
  #797  
Old 01-15-2015, 08:01 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
1) I don't follow you there.

2) I've updated the addon. It now has optional email confirmations to Admin / Customer. Also the JS has been moved to an external file.

3) I won't be adding name / mobile number, as those fields do not exist in the xcart_newslist_subscription table. And besides, I doubt many people will want to divulge their phone number details.

Demo | Download

Thank you very much for your update of this addons.

I want to tell that Email id that I subscribed has entered into x-cart database but it is not showing on x-cart->News management->Subscriptions list.I want it to display so that I can extract data easily from there for sending email to them.

How to achieve that?

Thanks,
xtech
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #798  
Old 01-15-2015, 08:07 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Ensure you have specified the correct news list ID in the settings in reboot_newsletter_popup.php
Quote:
$listid = 1; // IMPORTANT - Adjust to your newsletter ID
I have tested it thoroughly and it works fine.
__________________
xcartmods.co.uk
Reply With Quote
  #799  
Old 01-15-2015, 08:21 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
Ensure you have specified the correct news list ID in the settings in reboot_newsletter_popup.php

I have tested it thoroughly and it works fine.

Where to get that list ID?Is it from news.php?mode=subscribers&targetlist=3?

Please let me know.

Where to customize the email notification template of customer and admin?

Thanks again for your great help.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #800  
Old 01-15-2015, 08:22 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Where to get that list ID?Is it from news.php?mode=subscribers&targetlist=3?
Yes that's correct.
Quote:
Where to customize the email notification template of customer and admin?
In reboot_newsletter_popup.php
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
xtech (01-15-2015)
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 10:41 AM.

   

 
X-Cart forums © 2001-2020