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
  #1341  
Old 07-28-2018, 02:04 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

Thumbs up Re: X-Cart - reBOOT - Responsive Template

@PhilJ

Many thanks Phil - brilliant as always

However, when clicking submit it gives the following error message: -
Quote:
Please include an '@' in the email address. 'test' is missing an '@'.
I would like to change the text of the error message however I cannot find it anywhere! I have searched the DB, languages and even the php and tpl files - what am I missing

Thanks again for your kind help Phil - I appreciate it very much.

Kind regards

ITVV
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote
  #1342  
Old 07-28-2018, 02:27 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

skin/reboot/customer/main/login_form.tpl

Replace...
Quote:
type="text"
With...
Quote:
type="{if $config.email_as_login eq 'Y'}email{else}text{/if}"
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
ITVV (07-28-2018)
  #1343  
Old 07-28-2018, 02:32 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi again Phil,

The coding you provided works great

I just want to change the error message that the customer sees: -
Quote:
Please include an '@' in the email address. 'test' is missing an '@'.
I just cannot find the error text in the languages / DB?

Thanks for the help

Regards

ITVV
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote
  #1344  
Old 07-28-2018, 02:55 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Sorry my bad, you can use the additional code in red below to customise the messages...
Quote:
<input type="{if $config.email_as_login eq 'Y'}email{else}text{/if}" id="username" name="username"{if $config.email_as_login eq 'Y'} class="input-email"{/if} size="30" value="{#default_login#|default:$username|escape}" autofocus {literal}oninvalid="if (this.value == ''){this.setCustomValidity('This field is required!')} if (this.value != ''){this.setCustomValidity('The email you entered is invalid!')}" oninput="setCustomValidity('')"{/literal} />
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (07-28-2018), ITVV (07-28-2018)
  #1345  
Old 07-28-2018, 03:22 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

Default Re: X-Cart - reBOOT - Responsive Template



Thank you so much Phil - worked a treat.

Fab customer service as always



Have a great weekend

Kind regards as always

ITVV
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote

The following user thanks ITVV for this useful post:
elmirage001 (07-28-2018)
  #1346  
Old 08-21-2018, 09:19 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Uploads manager update, in lieu of v4.7.10 and reDUX, unzip and upload attached to /uploads
Attached Files
File Type: zip manager.zip (9.5 KB, 15 views)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (08-22-2018)
  #1347  
Old 08-29-2018, 09:18 PM
  nauticalstyle's Avatar 
nauticalstyle nauticalstyle is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 49
 

Default Re: X-Cart - reBOOT - Responsive Template

I am finally making the move to a responsive template. How much better is reBoot compared to the Ideal Responsive template that's included in 4.7.x. Where is a good place to start in this thread?
__________________
Tony
Skipper at Nautical Style
X-Cart Gold Version 4.7.12
X-Cart reBOOT (reDUX) Template 4.7.12.5 (in development)
Reply With Quote
  #1348  
Old 08-30-2018, 07:41 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Tony, there's info and a demo. It's got plenty of additional features. I'm currently working on a new improved version also. If you'd like help migrating, or more info, feel free to get in touch.
__________________
xcartmods.co.uk
Reply With Quote
  #1349  
Old 08-30-2018, 03:01 PM
 
elmirage001 elmirage001 is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by nauticalstyle
I am finally making the move to a responsive template. How much better is reBoot compared to the Ideal Responsive template that's included in 4.7.x. Where is a good place to start in this thread?
Hi Tony, PM me if you like and I'll send you the URL to my site. Phil and his templates are the BEST!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #1350  
Old 09-11-2018, 09:27 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

https://www.x-cart.com/blog/reviews-about-migration-to-xcart-5.html

https://www.x-cart.com/blog/fears-about-migration-to-xcart-5.html
__________________
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:31 PM.

   

 
X-Cart forums © 2001-2020