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
  #831  
Old 02-17-2015, 03:35 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

New v3 addon - Categories & Manufacturers SEO Content - Get it here.
  • Adds unobtrusive content that may assist with your SEO
  • Adds SEO textarea fields to category modify and manufacturer modify pages (HTML allowed)
  • Displays the SEO content in category pages and manufacturer products pages
  • Content can be displayed in titled dialogs or basic panels
  • Content can be inside a scrollable DIV, with optional height
DEMO (category page)
DEMO (manufacturer page)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (02-18-2015)
  #832  
Old 02-18-2015, 07:39 AM
 
elmirage001 elmirage001 is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

Thank you so much for all the new addons!! I'm finally getting time to work on 3.4.1 and one of the things I was going to do was to edit the subcategories template to add some text at the bottom since they are my actual main product pages. Your new Categories & Manufacturers SEO Content Addon is absolutely BRILLIANT!

I just finished installing your Newsletter Popup addon and have a question and made a slight change.

For the user to unsubscribe I changed
Code:
. "Should you wish to unsubscribe, you can do so any time at $confCompanyURL/news.php\n"
to
Code:
. "Should you wish to unsubscribe, you can do so any time at $confCompanyURL/mail/unsubscribe.php?email=$email&listid=$listid\n"

Question? If we start seeing any bots auto subscribing would it be possible for you to add a honeypot asking for a hidden email and if populated then it's ignored?

Thank you again 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 (02-18-2015)
  #833  
Old 02-18-2015, 08:32 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Thanks Paul, duly noted, glad you like the addon.

If you get spam / bogus subscribers via the newsletter popup, let me know.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (02-19-2015)
  #834  
Old 02-18-2015, 11:08 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, on 3.4.1 checkout page I notice that the phone number input box is on the same "line" as the zip code input box and on my system it is too small to display the entire phone number as it is entered.

Where should I be looking to adjust the size (width) or preferably drop it to just under the zip code?
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #835  
Old 02-19-2015, 07:43 AM
 
elmirage001 elmirage001 is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by Vacman
Phil, on 3.4.1 checkout page I notice that the phone number input box is on the same "line" as the zip code input box and on my system it is too small to display the entire phone number as it is entered.

Where should I be looking to adjust the size (width) or preferably drop it to just under the zip code?

Hi Phil and Carl, I'm tweaking my checkout page and this was on my list too

In /skin/common_files/main/zipcode.tpl change
Code:
<input type="text" id="{$id|escape}" class="zipcode{if $zip_section} {$zip_section}{/if}" name="{$name|escape}" size="32" maxlength="32" value="{$val|escape}" />
to
Code:
<input type="text" id="{$id|escape}" class="zipcode{if $zip_section} {$zip_section}{/if}" name="{$name|escape}" size="65" maxlength="32" value="{$val|escape}" />

Carl, for your admin mod you wanted please see Phil's addon here http://forum.x-cart.com/showthread.php?t=71112

Thanks!

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 (02-20-2015)
  #836  
Old 02-19-2015, 09:10 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Paul, unfortunately that did not make the Phone Number input box any wider - and yes, I did clear the template cache.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #837  
Old 02-19-2015, 11:09 AM
 
elmirage001 elmirage001 is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by Vacman
Paul, unfortunately that did not make the Phone Number input box any wider - and yes, I did clear the template cache.

I'll send you an email when I get home late tonight around 10pm. I don't want to clog up Phil's reBOOT thread.

Until I reply try adding this CSS in a custom CSS file. Play around with changing the 90px to 90%

Code:
fieldset.registerform ul li.fields-group input[type="text"], fieldset.registerform ul li.fields-group input[type="password"] { width: 90px; }
__________________
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 (02-20-2015)
  #838  
Old 02-20-2015, 12:47 AM
 
buywink buywink is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 93
 

Default Re: X-Cart - reBOOT - Responsive Template

I have checked some of my customer enters bogus email id and phone no in the system.How can I ensure that they have entered proper email id and phone no?

Have there any addons for email id and phone no checker?
__________________
x-cart Gold 4.4.5
Reply With Quote
  #839  
Old 02-20-2015, 01:30 AM
 
ITVV ITVV is online now
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Got to say that reBoot just keeps on getting better - New v3 addons.

Well done PhilJ

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

The following 2 users thank ITVV for this useful post:
elmirage001 (02-20-2015), PhilJ (02-20-2015)
  #840  
Old 02-20-2015, 04:06 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Got to say that reBoot just keeps on getting better - New v3 addons.
Another one added
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (02-20-2015), ITVV (02-20-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 03:33 AM.

   

 
X-Cart forums © 2001-2020