Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
Royal
Re: Date displayed in the header
Hello Clyde,
How did you add the date in the header? I love that!:smile:
P.S. Great template
If you're talking about the code implementation, I used the locale settings in english.php
Code:
<div class="date"><?php echo strftime(DATE_FORMAT_LONG);?></div>
The positioning/styling is handled in the stylesheet.css
Did not work so go in IE6 and IE7
Hello Clyde,
It work great in firefox but IE6 and IE7 it wasn't working out. I'm going to try again later when I get home.
Thank you!:D
P.S. Love your fast response!
Re: Cold Steel Template Support Thread
I am trying out your Cold Steel Template on a new site. It looks good and it its clean. I would like to change a couple of lines but cant find where to do this.
1) On the login or register page I want to change this line
"New Customer? Please Start Your Checkout Here"
2) If you add a item to the cart before you register or sign in I want to delete this line.
"You will also receive a 10% discount coupon to use with your 1st order"
Can you help please
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gofishch
I am trying out your Cold Steel Template on a new site. It looks good and it its clean. I would like to change a couple of lines but cant find where to do this.
1) On the login or register page I want to change this line
"New Customer? Please Start Your Checkout Here"
2) If you add a item to the cart before you register or sign in I want to delete this line.
"You will also receive a 10% discount coupon to use with your 1st order"
Can you help please
includes/languages/english/cold_steel/login.php
Re: Cold Steel Template Support Thread
Thank You I could not find that file
Do I change all instances of
New Customer? Please Start Your Checkout Here
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gofishch
Thank You I could not find that file
Do I change all instances of
New Customer? Please Start Your Checkout Here
Yes, that is correct.
Re: Cold Steel Template Support Thread
Two more quick things
1)I want to change this statment on the main page. Where do I do this?
New Products For December
2) I would like to donate to you template for the great work let me know where.
Thanks for your help
Andy.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gofishch
Two more quick things
1)I want to change this statment on the main page. Where do I do this?
New Products For December
2) I would like to donate to you template for the great work let me know where.
Thanks for your help
Andy.
includes/languages/cold_steel/english.php
click the link in my signature.
Re: Cold Steel Template Support Thread
Clyde Thanks for all the help so far and Happy New Year
I installed SSL on my site and when you log in it redriects to a blank page. If you do refresh it logs you in and takes you to the My account page.
What could be the problem?
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
gofishch
Clyde Thanks for all the help so far and Happy New Year
I installed SSL on my site and when you log in it redriects to a blank page. If you do refresh it logs you in and takes you to the My account page.
What could be the problem?
Off hand, I don't have any idea.
You might want to check your configure.php (includes/configure.php) and (admin/includes/configure.php)
and check with your hosting company and make sure your ssl is setup correctly.