Re: Cold Steel Template Support Thread
Thanks - that did it! I appreciate the help and quick response! :bigups:
Re: Cold Steel Template Support Thread
This is a fix for the Cold Steel Top Navigation Bar
Just unzip the file and upload the includes folder to your server.
Attachment 5270
Re: Cold Steel Template Support Thread
Hi, just downloaded cold steel, thank you.. I am having install issues, with the 3 folders in the includes folder you provide, do I need to replace existing same named folders with yours you provided. Just putting the whole includes folder into the template folder is not working..
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
wellbourne
Hi, just downloaded cold steel, thank you.. I am having install issues, with the 3 folders in the includes folder you provide, do I need to replace existing same named folders with yours you provided. Just putting the whole includes folder into the template folder is not working..
The includes folder does not go into the template folder.
Just upload the includes folder to wherever you have your zencart distribution installed.
Re: Cold Steel Template Support Thread
Hi, that is what I am not sure of, can't seem to find it.. Fantastico through my host provider did the install for me.. c-panel through host gator, both public_html and www files show all the pics, css, php files but they seem tobe named the same as the 3 in the includes file.. Thanks for you support:frusty:
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
wellbourne
Hi, that is what I am not sure of, can't seem to find it.. Fantastico through my host provider did the install for me.. c-panel through host gator, both public_html and www files show all the pics, css, php files but they seem tobe named the same as the 3 in the includes file.. Thanks for you support:frusty:
The best way to upload files is to use an ftp client
Filezilla is reliable and free.
Trying to use your C-Panel is really time consuming and not all that reliable. Plus you have to upload individual files instead of just draging and dropping to your server.
Re: Cold Steel Template Support Thread
Ok, it is uploaded and at least now I have the ability to switch over and rest like instructed but now there is a:
Not Found
The requested URL /includes/templates/cold_steel/images/scr_template_cold_steel.jpg was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
that is what i get when I try to preview to actually use the url www.familyoutdoorstore.com the only thing I get is a blank white screen with no errors.. Any Ideas?? Thanks
--------------------------------------------------------------------------------
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at familyoutdoorstore.com Port 80
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
wellbourne
Ok, it is uploaded and at least now I have the ability to switch over and rest like instructed but now there is a:
Not Found
The requested URL /includes/templates/cold_steel/images/scr_template_cold_steel.jpg was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
that is what i get when I try to preview to actually use the url
www.familyoutdoorstore.com the only thing I get is a blank white screen with no errors.. Any Ideas?? Thanks
--------------------------------------------------------------------------------
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at familyoutdoorstore.com Port 80
Please check your PM (personal message)
1 Attachment(s)
Duplicate lines on Checkout Success page
Good day, Clyde! First, thanks for a great template - the clean look really appeals to me. Sadly, I'm having a bit of a problem with one particular page - on checkout success, the "Thank you, we appreciate...." is duplicated, and while I do want to thank my customers, twice does seem a bit excessive. Could you point me toward the files I should be looking at to solve this? I'm afraid I'm at a bit of a loss.
The install is fresh, and this is the only template on it.... it's at www.a c m e f i b r e s. com
Thanks for your time -
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
pearlie
Good day, Clyde! First, thanks for a great template - the clean look really appeals to me. Sadly, I'm having a bit of a problem with one particular page - on checkout success, the "Thank you, we appreciate...." is duplicated, and while I do want to thank my customers, twice does seem a bit excessive. Could you point me toward the files I should be looking at to solve this? I'm afraid I'm at a bit of a loss.
The install is fresh, and this is the only template on it.... it's at
www.a c m e f i b r e s. com
Thanks for your time -
open includes/templates/cold_steel/templates/tpl_checkout_success_default.php
delete lines 52 and 53
<h1 id="checkoutSuccessHeading"><?php echo HEADING_TITLE; ?></h1>
<div id="checkoutSuccessOrderNumber"><?php echo TEXT_YOUR_ORDER_NUMBER . $zv_orders_id; ?></div>