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 02-17-2015 03:35 PM

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)

elmirage001 02-18-2015 07:39 AM

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

PhilJ 02-18-2015 08:32 AM

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.

Vacman 02-18-2015 11:08 AM

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?

elmirage001 02-19-2015 07:43 AM

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

Vacman 02-19-2015 09:10 AM

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.

elmirage001 02-19-2015 11:09 AM

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;
}


buywink 02-20-2015 12:47 AM

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?

ITVV 02-20-2015 01:30 AM

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

PhilJ 02-20-2015 04:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Got to say that reBoot just keeps on getting better - New v3 addons.
Another one added :)


All times are GMT -8. The time now is 09:42 AM.

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