Anyone help please?
Thank You
Printable View
This is what "my account" view a previous order page looks like:
Home :: NAVBAR_TITLE_1 :: NAVBAR_TITLE_2 :: NAVBAR_TITLE_3
HEADING_ORDER_DATE Wednesday 17 December, 2008
HEADING_TITLEORDER_HEADING_DIVIDERHEADING_ORDER_NUMBER HEADING_QUANTITY HEADING_PRODUCTS HEADING_TOTAL
1QUANTITY_SUFFIX Gift Card - In-Store Use
ValueTEXT_OPTION_DIVIDER$5.00
$5.00
--------------------------------------------------------------------------------
$5.00Sub-Total:
$0.00FREE SHIPPING! (Free Shipping Only):
$5.00Total:
HEADING_ORDER_HISTORY TABLE_HEADING_STATUS_DATE TABLE_HEADING_STATUS_ORDER_STATUS TABLE_HEADING_STATUS_COMMENTS
12/17/2008 Processing
12/17/2008 Processing
PayPal status: Completed @ 10:55:21 Dec 17, 2008 PST
Trans ID:(deleted for privacy)
Amount: 5.00 USD
--------------------------------------------------------------------------------
HEADING_DELIVERY_ADDRESS
(deleted for privacy)
HEADING_SHIPPING_METHOD
FREE SHIPPING! (Free Shipping Only)HEADING_BILLING_ADDRESS
(deleted for privacy)
HEADING_PAYMENT_METHOD
PayPal
I don't know where to begin to make the formatting text go away.
It also overlaps my boxes on the right. I haven't had this happen until i actually ordered a product and tried to view my order history.
Please HELP!
Yep, you were right. Don't know how many times, i've tried to put files up with DreamWeaver and it misses some. Should have been the first thing i checked, i guess. Thanks.
Just checking in to see if you'll be creating a 2.0 version of this template. I use the purple version of it and my customers have gotten used to the look....I'm hoping to be able to use it after the upgrade next year.
Hello all, I am getting the following error when select login
Warning: Division by zero in ot_group_pricing.php on line 79
Warning: Division by zero in ot_group_pricing.php on line 79
i know what this means, but how do i fix it. the code(line 79) in the files say
$ratio = $od_amount['total']/$order_total;
i dont see a fix for this anywhere.
please disregard my question, i found the answer
http://www.zen-cart.com/forum/showth...489#post660489
I know this isnt the place for image handler help however it seems as though the image handler creator has disabled the help forum...?? anyways i had installed image handler and it was working fine.. then i all of a sudden realized it wasnt working... everything has been installed-uninstalled-reinstalled.. i cant figure it out... could you please check out my site and see if you know of anything as to why it quit working?
www.rskcoulterproducts.com
Hello,
I have IE problem with this style in RTL use.
In FireFox it's OK but in IE the style float to the left.
you can see live test on:
http://www.tukinfo.com/testshop/
Regards,
uzi
I can't see why image handler isn't working.
But I do see that your paypal and google sidebox is messing up your site. You need to replace the html for that banner to be like this:
<img src="images/GOOGLE%20CHECKOUT.gif" alt="Google Checkout Accepted" title=" Google Checkout Accepted " height="88" width="92"><a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=150, height=150');"><img src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" alt="Solution Graphics" border="0"></a>
(remove all the extra </div>'s and <td>'s and such.
Thank you for your help on my previous post... i got it fixed ... but i just realized something while going through my checkout process... my sideboxes are completely messed up on my "order confirmation" page... WHAT DO I DO? Please help with this. I am not even for sure how it got messed up seeming i haven't really messed with the checkout process pages very much. Please help! Thanks alot
Ryan
here's the link to see what im talking about
rskcoulterproducts order confirmation page
Hello and thanks for another great template! One thing that I can't seem to figure out is which padding controlls the space between the top of the left/right cloumns and the space for the logo. I have a fractional amount of grey space visible at the top of my columns.
Please see:
http://www.banberryplace.com/NewZen/
I think the grey space is normal
http://www.nativitydisplays.com/
JOhn ><>
Hello and thanks for this wonderful template.
I have the following problem when browsing with IE6. The top menu tabs are displayed vertically one after another and not inline.
By removing the property display:block; in #navMain a span selector, fixed the problem but created so many others so I guess it's not the right solution.
Thanks in advance
I downloaded both Zen Cart and this Template yesterday and have been playing with them ever since! So far I have had no problems at all *fingers crossed* and have been adding stuff to my inventory etc. Now I have decided I need to smarten up the front page a bit and removed those unwanted text (well some of it... still dont know how to remove the "congratulations you installed Zencart" part...).
I managed to get rid of the text by the logo.gif and also change the logo and now want to put a banner to the right of it, but cant seem to find instructions how to in the readme.txt file? If you look at my site www.thegoldmine.co.uk you'll see at the top where it says "goldmine.jpg" in the middle of nowhere lol. Well, it's the following Image (attached to post below) that I am trying to work out how to have it as the main banner up there:
I know very basic HTML but have no idea what I'm doing when it comes to the CSS these templates are built with and am a bit stuck on the simple parts I guess. I just want that banner up there to see if it looks ok... any ideas how I do so without me trawling through multiple threads for days, would be appreciated lol.
I guess I'd better start swatting up on all the tutorials. Great site and great template thanks. :clap:
p.s. What I probably want to do is have those gold bars on the left as the logo.gif, with the goldish lettering banner to the right of it (and centered), and then maybe a mirrored version of the gold bar logo.gif to the far right so that the logo.gif image is kinda like book ends. Any help appreciated!
Happy Holidays and have a Great New year! :lookaroun
Go to store/includes/templates/TOUR_TEMPLATE/common/tpl_header.php and around line 77 you will notice the div.HTML Code:<div id="tagline">goldmine.jpg</div>
There, you have inserted the name of the image and not the image itself. Upload your image to eg. the images folder and then point to your image as following:
I hope this helpsHTML Code:<img src="http://www.yourwebsite/store/images/yourimage.gif" alt="yourimagename" />
For anyone that has the same problem, what I did is commenting the following lines:
Menu is displaying correctly on FF, IE6 and IE7 and I keep fingers crossed that I didn't mess up other parts of the site.:PHTML Code:/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {
float:none;
}
/* End IE5-Mac hack */
Hi thanks for the reply. I know the html for inserting images, i just haven't a clue where I insert the html code as there are so many different files full of CSS code that I don't understand lol. Here is what it says in the file you said to edit:
Where would I put the image src html in all that please?HTML Code:<?php
/**
* Common Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* @package templateSystem
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<!-- divs for drop shadow -->
<div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tr><td>
<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMainSearch">
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
</div>
<div id="navMain">
<ul>
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
<?php if ($_SESSION['customer_id']) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGOFF; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
<?php
} else {
if (STORE_STATUS == '0') {
?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
<?php } } ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>
</ul>
</div>
</div>
<!--eof-navigation display-->
<!--bof-branding display-->
<div id="logoWrapper" class="clearfix">
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">
<?php
if (HEADER_SALES_TEXT != '') {
?>
<div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
<?php
}
?>
<?php
if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
<?php
}
}
?>
</div>
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
</div>
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
<!--bof-optional categories tabs navigation display-->
<?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
<!--eof-optional categories tabs navigation display-->
<!--bof-header ezpage links-->
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
<?php } ?>
<!--eof-header ezpage links-->
</div>
<?php } ?>
Hi Mark,
You have already altered this page, well not the page itself but the variable that exists in this page. If you check my previous post, I suggest that around line 77 of that page you will see the <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>.
The part that needs to be changed is <?php echo HEADER_SALES_TEXT;?>.
Donīt modify anything directly in this page! You only have to find where the HEADER_SALES_TEXT variable is defined.
Go to includes/languages/your_language/header.php
There you may define what the logo image will be and you may as well alter the menu text.
Wherever you see variables you have to find where the variables are defined and simply alter them as you like. In my opinion, you have to use your edit/find option of your html editor a lot :wink:
Ok... There's probably an answer here somewhere but unfortunatly I got bored after page 100 or so... So hopefully someone will have an answer to my issue.
I've installed Cherry zen into my cart and have selected it as the default template. There appears to be an issue with the sidebox formating. you can view the site by going to:
www.christinafrench.com/sienna
you will notice that the side boxes are not in the correct places and that there appears to be 3 search boxes, where I think there should be only one in the top left corner.
Can someone please take a look and suggest a solution to this issue. i've checked the settings etc in the admin of the cart and everything appears to be correct. I do have another template installed which is Classic XHTML... Could this be causing the issue and should I Delete the template?
i've set my monitor resolution to 1024 x 768 which should be more than adequate for this template.
Thanks in advancve for your help,
Andy
The right search box is on because you need to turn it off under "Tools", "Layout Boxes Controller". The left search box, however, looks like it was added there manually, you perhaps added it in your other template, and probably put the changes in your template_default folder instead of your old template folder. I would open up "Tools", "Developers Tool Kit", and search all files (I always use the bottom search box) for quick_find_header so you can see where you added it. You need to remove this whole chunk:
As for the width wierdness, as stated in the readme, you need to set BOTH sidebox width's to 150px (it should be changed in 4 places) under "Configuration", "Layout Settings".Code:<form name="quick_find_header" action="http://christinafrench.com/sienna/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="search" name="keyword" id="searchTop" size="20" maxlength="30" value="Search" onfocus="if (this.value == 'Search') this.value = '';" onblur="if (this.value == '') this.value = 'Search';" /></form>
Well I searched for awhile, hope someone has run into this already that can help. I have been using this template for a little while now. Its great. One thing I want to do is remove the Quantity from the products list. I have go into New Listing, Feature Listing, All Listings and set the Show quantity to 0=off and I also went into product types and edit the layout to Show Quantity 0=off but if I click on a category it still shows the quantity, anyone know where to turn this off?
Here is my site, you'll see right below the More Info link it shows the quantity
http://www.gettoughfightwear.com/men...rts-c-2_3.html
Thanks for your help
Thanks for your reply. I decided that rather than try and find the individual files from the other template, I deleted the whols thing from my server and dropped all the tables, started a fresh, installed zen cart and then ONLY uploaded cherry zen... Guess what.. It looks lovely.
Now my second question. How do I change the name of the page titles for each page? I want to get rid of the "zen cart: The art of E-Commerce" legend from the title. I am however leaving the Powered by zen Cart at the bottom of each page obviously.
i know how to do it with html pages but am quite lost with php pages.
Thanks again in advance.
Andy
Hi again... ok I'm still stuck lol! I went to the header.php and did the following:
Which just made the site not load at all, so I've deleted the img src code again. Is this where I'm supposed to be adding it? Sorry to be a pain!HTML Code:<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
*/
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'The Goldmine');
define('HEADER_SALES_TEXT', '<img src=http://thegoldmine.co.uk/includes/templates/cherry_zen/images/goldmine.jpg'>);
define('HEADER_LOGO_WIDTH', ' ');
define('HEADER_LOGO_HEIGHT', ' ');
define('HEADER_LOGO_IMAGE', 'logo.gif');
// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Search');
?>
I don't want to change the logo.gif, I just want to put that lettering jpg to the right of it somehow...
You have to be good at looking at details when changing the language files. Look closely at where you put your closing single quote after the image you added.
define('HEADER_SALES_TEXT', '<img src=http://thegoldmine.co.uk/includes/templates/cherry_zen/images/goldmine.jpg'>);
please assist me in this .. i had posted a request earlier... i have a problem on my "checkout confirmation" page. my sideboxes are all screwed up in IE and Firefox as well. please someone help me out with this so i can convert customers to placing orders rather than having abandoned carts. thanks for your assistance with this.
www.rskcoulterproducts.com/confirmation_page.php
Hi,
I've tried checking the general Zen Cart support section with no luck, hopefully someone here will point me in the correct direction.
I've installed Cherry Zen and want to replace the main e-start-book.gif image with a centered Flash animation. Now i know how to embed the Flash.... That's not a problem, but I can't find how to centre it in the main page. Is it altered via a style sheet or is there a php file that needs to have a float:left tag removed?
Please help me.... I'm fairly new to php and shopping carts so any help would be much appreciated.
Andy
You should not have to edit any PHP or CSS to change the front page of your site. In the admin control panel, go to Tools / Define Pages Editor
Select either text mode or HTMLarea for a WYSIWYG editor, the in the pull down select define_main_page.php and edit to your hearts content.
Just a tip: always include a link to the site you are working on, so if you are having problems, we can see what you are having problems with.
JOhn ><>
Hello,
First of all, I wanted to say thank you for this wonderful template.
Here is what I need help with. The search in the header, I need it to be an advanced search that follows this pattern.
keyword field/category pull down/manufactures pull down/ button
I tried to mess the with the advanced search in the side box (this is an add on), and use the code in my header but..... it only works on the main page. Any searches from other pages in my site doesn't work. I really hope someone can help me with this as I believe it's a major help to website visitors.
Thanks for your time Nicole
Hi -
Well I have installed the cherry zen template and I really like so far.....but I actually haven't gotten that far at all. I've been spinning my wheels for four days now. Reading through posts and monkeying around with the code. I am ready to give godaddy $50 a month for their shopping cart. :(
Please check my website; www.paigesjewelry.com. The issues I need help with are:
1. I need to get rid of the "powered by zen-cart" logo picture. I went into the template_default and deleted the logo.gif but that did not work.
2. I don't know where the "Heading_Title" came from or how to get rid of it.
3. I would like to make "Welcome to Paige's Jewelry & Fragrance. Your Wholesale Jewelry & Fragrance Source." bigger, centered, and in a different font but not sure where to do all this either.
4. I also would like to enter some additional text information below the header.
I am VERY new at this coding stuff so any help would be appreciated.
Thanks so much!
Paige
I love this temp.. but how do i change the BlUE background? I have an actual image (wallpaper) i want to use....
can you tell me where to go?
Hi paigesjewelry,
You would probably really benefit from getting the Zen Cart book. It will explain to you in easy to understand terms.
I used the Cherry Zen template and made it into this:
www.newoldsounds.com
I have been working with the template for about 6 months now and spent a lot of time getting it to look this way. If you want to retain full control over the way stuff looks and behaves, Zen Cart is far superior to GoDaddy, not to mention a lot cheaper. With GoDaddy, a lot of stuff is "locked in" so to speak, whereas Zen Cart has addons that can completely change or add functionality specific to your needs. Plus, the community is very supportive.
A lot of the formatting happens here:
includes\templates\cherry_zen\common\tpl_header.php
and in:
includes\templates\cherry_zen\css\stylesheet.css
The learning curve gets compounded when working with a 3rd party template. It is somewhat more challenging to work with a template because there is a little less documentation, but as you see from my site, it is very configurable. If you're the kind of person that wants to really control the look and feel of everything, Zen Cart is great software. I admit it was frustrating to get it looking good. You may consider hiring a Zen Cart expert, there are many companies who specialize in it.
Hope this helps,
Tim
chachab,
The blue background is in:
\includes\templates\cherry_zen\css\stylesheet.css
Look for this line, close to the top:
background:#84A4C1; /* main site background color, blue default */
I changed the number to 555555, which is grey.
And some info on HTML colors, not sure if you need this:
http://www.w3schools.com/Html/html_colors.asp
Hope this helps,
Tim
1. Did you read the readme.txt? Number 6 in the readme.txt explains how to change the logo.
2. You deleted something from a language file you should not have.
You probably made a mistake in this file:
/includes/languages/english/index.php
I'm guessing you wanted to remove the "Congratulations" text, and instead of just removing the text, you removed the whole line. to make it blank, you need to change this:
To this (i.e., only remove the ACTUAL TEXT):Code:define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
My advice is to reload the originalCode:define('HEADING_TITLE', '');
/includes/languages/english/index.php
And put it in includes/languages/english/cherry_zen/
so that when you ever update the store, you changes will be saved in your cherry_zen/ folder.
3. includes/templates/cherry_zen/css/stylesheet.css
under #tagline:
#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}
4. Lets get the other 3 settled first.
1. Thank you so much for taking the time to help me! Since I did not want a logo at all, I deleted the logo.gif from /includes/templates/cherryzen/images. This gave me the zencart logo. I then went to /includes/templates/template_default/images and deleted the logo.gif there. I still have "Powered by Zen Cart" sitting on the main page (www.paigesjewelry.com).
Do I have to have a logo in order for that "Powered by Zen Cart" to go away?
2. Thanks - that worked it is gone now. :)
3. I was able to make the font larger but it does not "look" centered, even though it says it is centered in the stylesheet. Also, can I change the font of the tagline without changing the font anywhere else on the page? I wanted to make the tagline font Monotype Corsiva.
4. entering the additional text.
Thanks again for your help!
Jettrue Hello,
After using the template of apple-zen me decided by the staff of cherry-zen.
Now I have 2 problems I had with the cherry zen template and are as follows:
1 .- I replace logo.gif with which I had already designed, but it appeared a space between the logo.gif and area categories. How do you shrink the space created?
2 .- I need to expand the width of the columns 200pcx. How do I do?
Thank you and wish you a Happy New Year 2009
Rolando Maldonado
www.todoenguate.com
1. If you are sure you will not be using a logo, open up includes/templates/cherry_zen/common/tpl_header.php and remove this:
3. Once you remove the logo, open up includes/templates/cherry_zen/css/stylesheet.css and changeCode:<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
to this:Code:#tagline {
font-size:1.4em;
text-align:right;
padding:25px 8px 35px;
}
and remove this:Code:#tagline {
font-size:1.4em;
text-align:center;
padding:25px 8px 35px;
font-family:Monotype Corsiva;
}
Code:#taglineWrapper {
width:75%;
float:left;
}
Hi!
Thanks for neat cool template!
My problem is multi-language. My shop should be in 3 langauges: English, Russian and Hebrew.
While everything is seems alright with English and Russian, my real pain is Hebrew because it "right to left" language. It works well with standard "classic" template, but not with Cherry :(
Can I do something? Please, see picture with issue demonstrated here: http://close-to-heart.com/zencart/in.../RTLissues.jpg
I believe some simple magic spell will heal my shop :)
Thanx in advance!
Alex
i was hoping someone could help me out... if you go through the checkout process on my site(you do not have to register to be a member)... when you get to "confirm order" page the sideboxes are all messed up.. i was just wondering if anyone knew how to fix this. Thanks alot-
Ryan- RSK owner
www.rskcoulterproducts.com
yes i could post a screenshot of what i am talking about.. how do you do that though?
On your keyboard you'll see a button that's called PrtScren or Print Screen. Open your image editing software (Paint will work too but you'll need to create a "New" file that's the same size as your desktop resolution) and then once you have a blank new file created in your image editing software click Edit - > Paste
Then save it....
For me Paint expands the dimensions of the new file (the one created when I launch Paint) automatically when I past in the screenshot.
Screenshot of RSK Coulter Products Order Confirmation attached.
My guess is that the template is corrupted. I suggest removing the template file or copying in the original one from the Cherry Zen zip file.
ok. copy in the "order confirmation page" file only? or the whole template itself? i have alot of things "edited" in the template all together.. even though it is saved in my "custom templates" i would still not prefer redoing/reinstalling my entire template if that is what you are saying... Also i have google checkout installed into my template .. i am not for sure but i thought that it was "worked into" the order confirmation page as well(i think if you choose google checkout in the order process GC has a script on the order "confirmation page that auto reverts you back to the first checkout page to click on "checkout with google") ... would reinstalling the order confirmation page affect this or do you know?
also.. if you are familiar with script..i have bluehost as my hosting company... it is very easy for me to copy in my "order confirmation page" ONLY and maybe you could see if there is something missing or accidently ammended that way.. i am personally not too familiar with script ..otherwise i would do this myself. Thanks for your time and help very much
Ryan- RSK owner
Hi, I wonder if there is a way to turn Cherry Zen from been "fluid" to "static".
ok here is the "original" page for includes/templates/custom/templates/tpl_checkout_confirmation.php
[SCR]<?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=checkout_confirmation.<br />
* Displays final checkout details, cart, payment and shipping info details.
*
* @package templateSystem
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_checkout_confirmation_default.php 5326 2006-12-21 18:12:54Z drbyte $
*/
?>
<div class="centerColumn" id="checkoutConfirmDefault">
<h1 id="checkoutConfirmDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
<!-- bof Order Steps (tableless) -->
<?php echo ORDER_REVIEW; ?>
<div id="order_steps">
<div class="order_steps_text">
<span class="order_steps_text2"><?php echo TEXT_ORDER_STEPS_1; ?></span><span class="order_steps_text3"><?php echo TEXT_ORDER_STEPS_2; ?></span><span id="active_step_text"><?php echo zen_image($template->get_template_dir(ORDER_STEPS_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ORDER_STEPS_IMAGE, ORDER_STEPS_IMAGE_ALT); ?><br /><?php echo TEXT_ORDER_STEPS_3; ?></span><span class="order_steps_text4"><?php echo TEXT_ORDER_STEPS_4; ?></span>
</div>
<div class="order_steps_line_2">
<span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_inactive"> </span>
</div>
</div>
<!-- eof Order Steps (tableless) -->
<?php if ($messageStack->size('redemptions') > 0) echo $messageStack->output('redemptions'); ?>
<?php if ($messageStack->size('checkout_confirmation') > 0) echo $messageStack->output('checkout_confirmation'); ?>
<?php if ($messageStack->size('checkout') > 0) echo $messageStack->output('checkout'); ?>
<?php
if (isset($_SESSION['customer_id'])) {
?>
<div id="checkoutBillto" class="back">
<h2 id="checkoutConfirmDefaultBillingAddress"><?php echo HEADING_BILLING_ADDRESS; ?></h2>
<?php if (!$flagDisablePaymentAddressChange) { ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' .
zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<?php } ?>
<address><?php echo zen_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br />'); ?></address>
<?php
}
?>
<?php
$class =& $_SESSION['payment'];
?>
<h4 id="checkoutConfirmDefaultPayment"><?php echo HEADING_PAYMENT_METHOD; ?></h4>
<p id="checkoutConfirmDefaultPaymentTitle"><?php echo $GLOBALS[$class]->title; ?></p>
<?php
if (is_array($payment_modules->modules)) {
if ($confirmation = $payment_modules->confirmation()) {
?>
<div class="important"><?php echo $confirmation['title']; ?></div>
<?php
}
?>
<div class="important">
<?php
for ($i=0, $n=sizeof($confirmation['fields']); $i<$n; $i++) {
?>
<div class="back"><?php echo $confirmation['fields'][$i]['title']; ?></div>
<div ><?php echo $confirmation['fields'][$i]['field']; ?></div>
<?php
}
?>
</div>
<?php
}
?>
<br class="clearBoth" />
</div>
<?php
if ($_SESSION['sendto'] != false) {
?>
<div id="checkoutShipto" class="forward">
<h4 id="checkoutConfirmDefaultShippingAddress"><?php echo HEADING_DELIVERY_ADDRESS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<address><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, ' ', '<br />'); ?></address>
<?php
if ($order->info['shipping_method']) {
?>
<h4 id="checkoutConfirmDefaultShipment"><?php echo HEADING_SHIPPING_METHOD; ?></h4>
<p id="checkoutConfirmDefaultShipmentTitle"><?php echo $order->info['shipping_method']; ?></p>
<?php
}
?>
</div>
<?php
}
?>
<br class="clearBoth" />
<hr />
<?php
// always show comments
// if ($order->info['comments']) {
?>
<h4 id="checkoutConfirmDefaultHeadingComments"><?php echo HEADING_ORDER_COMMENTS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<div><?php echo (empty($order->info['comments']) ? NO_COMMENTS_TEXT : nl2br(zen_output_string_protected($order->info['comments'])) . zen_draw_hidden_field('comments', $order->info['comments'])); ?></div>
<br class="clearBoth" />
<?php
// }
?>
<hr />
<h4 id="checkoutConfirmDefaultHeadingCart"><?php echo HEADING_PRODUCTS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<br class="clearBoth" />
<?php if ($flagAnyOutOfStock) { ?>
<?php if (STOCK_ALLOW_CHECKOUT == 'true') { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></div>
<?php } else { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></div>
<?php } //endif STOCK_ALLOW_CHECKOUT ?>
<?php } //endif flagAnyOutOfStock ?>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="cartContentsDisplay">
<tr class="cartTableHeading">
<th scope="col" id="ccQuantityHeading" width="30"><?php echo TABLE_HEADING_QUANTITY; ?></th>
<th scope="col" id="ccProductsHeading"><?php echo TABLE_HEADING_PRODUCTS; ?></th>
<?php
// If there are tax groups, display the tax columns for price breakdown
if (sizeof($order->info['tax_groups']) > 1) {
?>
<th scope="col" id="ccTaxHeading"><?php echo HEADING_TAX; ?></th>
<?php
}
?>
<th scope="col" id="ccTotalHeading"><?php echo TABLE_HEADING_TOTAL; ?></th>
</tr>
<?php // now loop thru all products to display quantity and price ?>
<?php for ($i=0, $n=sizeof($order->products); $i<$n; $i++) { ?>
<tr class="<?php echo $order->products[$i]['rowClass']; ?>">
<td class="cartQuantity"><?php echo $order->products[$i]['qty']; ?> x</td>
<td class="cartProductDisplay"><?php echo $order->products[$i]['name']; ?>
<?php echo $stock_check[$i]; ?>
<?php // if there are attributes, loop thru them and display one per line
if (isset($order->products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) {
echo '<ul class="cartAttribsList">';
for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) {
?>
<li><?php echo $order->products[$i]['attributes'][$j]['option'] . ': ' . nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])); ?></li>
<?php
} // end loop
echo '</ul>';
} // endif attribute-info
?>
</td>
<?php // display tax info if exists ?>
<?php if (sizeof($order->info['tax_groups']) > 1) { ?>
<td class="cartTotalDisplay">
<?php echo zen_display_tax_value($order->products[$i]['tax']); ?>%</td>
<?php } // endif tax info display ?>
<td class="cartTotalDisplay">
<?php echo $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']);
if ($order->products[$i]['onetime_charges'] != 0 ) echo '<br /> ' . $currencies->display_price($order->products[$i]['onetime_charges'], $order->products[$i]['tax'], 1);
?>
</td>
</tr>
<?php } // end for loopthru all products ?>
</table>
<hr />
<?php
if (MODULE_ORDER_TOTAL_INSTALLED) {
$order_totals = $order_total_modules->process();
?>
<div id="orderTotals"><?php $order_total_modules->output(); ?></div>
<?php
}
?>
<?php
echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation" onsubmit="submitonce();"');
if (is_array($payment_modules->modules)) {
echo $payment_modules->process_button();
}
?>
<hr />
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
</form>
<div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>
</div>[/SCR]
and here is my current includes/templates/custom/templates/tpl_checkout_confirmation.php
[SCR]<?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=checkout_confirmation.<br />
* Displays final checkout details, cart, payment and shipping info details.
*
* @package templateSystem
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_checkout_confirmation_default.php 5326 2006-12-21 18:12:54Z drbyte $
*/
?>
<div class="centerColumn" id="checkoutConfirmDefault">
<h1 id="checkoutConfirmDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
<!-- bof Order Steps (tableless) -->
<?php echo ORDER_REVIEW; ?>
<div id="order_steps">
<div class="order_steps_text">
<span class="order_steps_text2"><?php echo TEXT_ORDER_STEPS_1; ?></span><span class="order_steps_text3"><?php echo TEXT_ORDER_STEPS_2; ?></span><span id="active_step_text"><?php echo zen_image($template->get_template_dir(ORDER_STEPS_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ORDER_STEPS_IMAGE, ORDER_STEPS_IMAGE_ALT); ?><br /><?php echo TEXT_ORDER_STEPS_3; ?></span><span class="order_steps_text4"><?php echo TEXT_ORDER_STEPS_4; ?></span>
</div>
<div class="order_steps_line_2">
<span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_inactive"> </span>
</div>
</div>
<!-- eof Order Steps (tableless) -->
<?php if ($messageStack->size('redemptions') > 0) echo $messageStack->output('redemptions'); ?>
<?php if ($messageStack->size('checkout_confirmation') > 0) echo $messageStack->output('checkout_confirmation'); ?>
<?php if ($messageStack->size('checkout') > 0) echo $messageStack->output('checkout'); ?>
<div id="checkoutShipto" class="back">
<h4 id="checkoutConfirmDefaultBillingAddress"><?php echo HEADING_BILLING_ADDRESS; ?></h4>
<?php if (!$flagDisablePaymentAddressChange) { ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<?php } ?>
<address><?php echo zen_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br />'); ?></address>
<?php
$class =& $_SESSION['payment'];
?>
<h4 id="checkoutConfirmDefaultPayment"><?php echo HEADING_PAYMENT_METHOD; ?></h4>
<p id="checkoutConfirmDefaultPaymentTitle"><?php echo $GLOBALS[$class]->title; ?></p>
<?php
if (is_array($payment_modules->modules)) {
if ($confirmation = $payment_modules->confirmation()) {
?>
<div class="important"><?php echo $confirmation['title']; ?></div>
<?php
}
?>
<div class="important">
<?php
for ($i=0, $n=sizeof($confirmation['fields']); $i<$n; $i++) {
?>
<div class="back"><?php echo $confirmation['fields'][$i]['title']; ?></div>
<div ><?php echo $confirmation['fields'][$i]['field']; ?></div>
<?php
}
?>
</div>
<?php
}
?>
<br class="clearBoth" />
</div>
<?php
if ($_SESSION['sendto'] != false) {
?>
<div id="checkoutShipto" class="forward">
<h4 id="checkoutConfirmDefaultShippingAddress"><?php echo HEADING_DELIVERY_ADDRESS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<address><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, ' ', '<br />'); ?></address>
<?php
if ($order->info['shipping_method']) {
?>
<h4 id="checkoutConfirmDefaultShipment"><?php echo HEADING_SHIPPING_METHOD; ?></h4>
<p id="checkoutConfirmDefaultShipmentTitle"><?php echo $order->info['shipping_method']; ?></p>
<?php
}
?>
</div>
<?php
}
?>
<br class="clearBoth" />
<hr />
<?php
// always show comments
// if ($order->info['comments']) {
?>
<h4 id="checkoutConfirmDefaultHeadingComments"><?php echo HEADING_ORDER_COMMENTS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<div><?php echo (empty($order->info['comments']) ? NO_COMMENTS_TEXT : nl2br(zen_output_string_protected($order->info['comments'])) . zen_draw_hidden_field('comments', $order->info['comments'])); ?></div>
<br class="clearBoth" />
<?php
// }
?>
<hr />
<h4 id="checkoutConfirmDefaultHeadingCart"><?php echo HEADING_PRODUCTS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<br class="clearBoth" />
<?php if ($flagAnyOutOfStock) { ?>
<?php if (STOCK_ALLOW_CHECKOUT == 'true') { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></div>
<?php } else { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></div>
<?php } //endif STOCK_ALLOW_CHECKOUT ?>
<?php } //endif flagAnyOutOfStock ?>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="cartContentsDisplay">
<tr class="cartTableHeading">
<th scope="col" id="ccQuantityHeading" width="30"><?php echo TABLE_HEADING_QUANTITY; ?></th>
<th scope="col" id="ccProductsHeading"><?php echo TABLE_HEADING_PRODUCTS; ?></th>
<?php
// If there are tax groups, display the tax columns for price breakdown
if (sizeof($order->info['tax_groups']) > 1) {
?>
<th scope="col" id="ccTaxHeading"><?php echo HEADING_TAX; ?></th>
<?php
}
?>
<th scope="col" id="ccTotalHeading"><?php echo TABLE_HEADING_TOTAL; ?></th>
</tr>
<?php // now loop thru all products to display quantity and price ?>
<?php for ($i=0, $n=sizeof($order->products); $i<$n; $i++) { ?>
<tr class="<?php echo $order->products[$i]['rowClass']; ?>">
<td class="cartQuantity"><?php echo $order->products[$i]['qty']; ?> x</td>
<td class="cartProductDisplay"><?php echo $order->products[$i]['name']; ?>
<?php echo $stock_check[$i]; ?>
<?php // if there are attributes, loop thru them and display one per line
if (isset($order->products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) {
echo '<ul class="cartAttribsList">';
for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) {
?>
<li><?php echo $order->products[$i]['attributes'][$j]['option'] . ': ' . nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])); ?></li>
<?php
} // end loop
echo '</ul>';
} // endif attribute-info
?>
</td>
<?php // display tax info if exists ?>
<?php if (sizeof($order->info['tax_groups']) > 1) { ?>
<td class="cartTotalDisplay">
<?php echo zen_display_tax_value($order->products[$i]['tax']); ?>%</td>
<?php } // endif tax info display ?>
<td class="cartTotalDisplay">
<?php echo $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']);
if ($order->products[$i]['onetime_charges'] != 0 ) echo '<br /> ' . $currencies->display_price($order->products[$i]['onetime_charges'], $order->products[$i]['tax'], 1);
?>
</td>
</tr>
<?php } // end for loopthru all products ?>
</table>
<hr />
<?php
if (MODULE_ORDER_TOTAL_INSTALLED) {
$order_totals = $order_total_modules->process();
?>
<div id="orderTotals"><?php $order_total_modules->output(); ?></div>
<?php
}
?>
<?php
echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation" onsubmit="submitonce();"');
if (is_array($payment_modules->modules)) {
echo $payment_modules->process_button();
}
?>
<hr />
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
</form>
<div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>
</div>[/SCR]
i cant find a single difference between the two.. i haven't re-uploaded the new original page yet because i cant seem to find a difference.. please help me with this if you can find a single flaw in my particular tpl_checkout_confirmation.php page
Thanks alot-
Ryan -RSK owner
:frusty:
I wanted to display some my left boxes in the center column on the front page.
the effect I am trying to get is like this website:
http://www.christianbook.com/
where the side boxes are at the bottom of the center colum.
im not real familiar with editing pages and stuff... so what happened is i probably edited something or accidently deleted a string of code that needed to be there and wasn't... however yall make it very easy to edit and add-to the site pages by creating the modules that you can download and be copied directly over into the separate folders to where someone even like me(with an EXTREMELY small amount of knowledge in the area) can still add cool and very helpful features to my site. :smile:
I have decided to give my site a facelift, and CHerry Zen fits the bill. I am having some issues though.
1. IH2 breaks when I change the template to Cherry Zen. The hover doesn't work and in IE the whole site jumps down when you try and hover.
2. I already had the column display installed, but now instead of being centered they are smooshed over on the left side.
3. In FF the dropshadow on the main wrapper is out of line on the right hand side.
4. The search bar when activated in the header also shows in the sidebar (just the search box itself)
I don't have it activated right now because of the issues but will activate the template if anyone wants a look to help me iron out these issues. I have it also installed at CHTestshop but it only shows the dropshadow problem as IH2 is not installed there.
I got help with this in another thread. So no one needs bother, also my question about the advanced search header.. I found the mod -search categories in header- and moded it.
I now have search by
Catergory(drop down) Manufact.(dropdown) search text box {submit}
So if anyone else needs the moded file I'll share it, however.... I must say it's really FUN getting it like you want in CSS when you are as green as I am. Thx to those who did help.
You can view it at my test site:
www.2antioch.org/store It's in the development stage so there are no products... etc
I have fixed the IH2 problem :blush: I hadn't put the IH2 files into the Cherry Zen template of course...
I haven't figured out anything else though.
:oops:
[FONT="Comic Sans MS"]Hello Everyone
I am a TOTAL NEWBIE when it comes to Zen-Cart and only a tiny bit of useing OSC.
I am working with a new install only a few of the admin setups done No Modifications Other Than Installing The Cherry-Zen Files In The Includes Sub Directories (I Hope Correctly) My Problem Is When I Try To Install column_layout_grid.sql into SQL using phpMyAdmin I Get The Message Below
[/FONT]
Error
SQL query:
## The following can be run via phpMyAdmin, or by Admin->Tools->Install SQLPatch:
## The following is used only to remove this mod:
#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
INSERT INTO configuration( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function )
VALUES (
'Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL , now( ) , NULL , 'zen_cfg_select_option(array("rows", "columns"),'
);
MySQL said:
#1146 - Table 'thrifty_zc1.configuration' doesn't exist
[FONT="Comic Sans MS"] This really has me puzzled - Install seems to be fine the origional template runs http://thrifty-int.com/shops/
I sure could use some help on this.
Thanks In Advance
Bob (thrifty-int)
[email protected][/FONT]
Hello Again Everyone
Thanks for the quick response to my plea for help.
It Worked "Try running that sql patch through your admin, under "tools", "Install sql patches" "
Now If I can figure out The Left and right boxes etc what lable really controls "Sponsers" etc.?
All in All I Think Zen-Cart Is Much Better than OSC Thanks to people like All Of You And A Very Special Thanks For This Great Template, I Plan on Using The Purple Buttons.
One more question how would I use an image background for the center colum or for the whole page for that matter I would like to use the purple buttons with a marbled pink??? background that I have used a long time on a site.
Thanks Again
Bob (thrifty-int)
Ive been tweeking the Cherry Zen today.
Great template
I want to show the customer name in the Shopping cart box or even better, in the Navigation Header to the left of the HOME button.
This is probably nothing to do with Cerry Zen template , but i cant find a tool or Config setting to sho the customers name any where acept in the Centre Column Body text.
Any one help please?
Cheers
Hello all,
Could some look at my product_info.php in IE? The info is not displaying to the right of the picture like it does in Firefox, Opera. It's driving me nuts! It looks messy this way. I tried to figure it out but I am so green, I just haven't gotten it yet.
I do have tabbed products pro installed but this was an issue before I installed that mod so I am thinking it's a prob. with my stylesheet. And my cart is the latest zen download.
TY
2antioch.org
You can look at the example in the php file that gets that effect, then copy and paste it where you would like it to show. I am using the add on shopping cart in header and I have seen somewhere on these forums (prob. that thread) where you can show the customers name when logged in with the cart info. Maybe you could do a search for "shopping_cart_totals_in_header", then search that thread. Wish I could help more but I haven't implemented the feature you wanted yet. :D I am sure it's a pretty easy if this or that type statement.
Hi There Bob,
I think you can find a lot of sidebox text you want to change in includes/languages/cherry_zen/english.php.
TIP: Go to "Tools", "Developers Tool Kit" in your admin to search for text you'd like to change, it should tell you in what file it is located.
You'd add the image in includes/templates/cherry_zen/images/, and then open up includes/templates/cherry_zen/css and add the image to the body tag.
:frusty:
[FONT="Comic Sans MS"]Hello Again Everyone,
Thanks for the Great Help And Support You have given me.
I have two frustrating issues pleaging me now though I feel like the :frusty:
1. If I manage to use a background image file (Which I Really Want To Do) for the Center Colum my right side boxes background dissapears.
2. Centering The Logo in the header box.. I have read and re-read the read me or else, I am sure that it is just something I am missing.
Thanks Again
Bob (thrifty-int)[/FONT]
I love this template! I'm pretty new to Zen Cart but I'm catching on...I think.
I made a few changes to update Page 2 under More Information and then I went to check my site and now when I click on one of the categories that has a product in it (the first 2) I get a blank page. I can see the product info if I go directly to one of the new products and I can get the page that says "no products in this category" if I select any of the other categories, but I don't know what I did to get a blank page when I try the first 2 categories that have products in them.
my site is: http://www.e x p r e s s m e t a b o l i c s.c o m / z e n c a r t
I don't know what other information you would need to help me fix this...
Anyone?
2. This is because you only have to turn on that sidebox on "single status", you've turned on the left status as well. Go back to "Tools", "layout boxes controller" and fix it there.
1. You need to reload these original files from my template, to the correct cherry_zen folder. This is not a problem with the template (it does not happen on my test site), but a problem that was created by not using all the right files.
includes/modules/cherry_zen/modules/product_listing.php
includes/templates/cherry_zen/common/tpl_columnar_display.php
IT wouldn't have been a change to page 2 that did that. It looks like either a file was corrupted when uploaded, or you have a space at the very beginning of a file.
I would first look at includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php
Or perhaps tpl_index_categories.php
Good Evening Folks
I have a live shop running under 1.3.8.a with full patches. I am using Jade's 1.5 version of Cherry Zen with some minor modifications to the color scheme but in all other respects Jade's original code.
I am getting reports that the login screen appears ok in Mozilla but is minus a header. In IE7 there is a header but the rest of the page is completely skewed. Please see the attached screen dump of an IE7 page, or see my login page here
Has anyone seen this problem or read about it in this or other areas of the forum?
Any pointers as to where to start looking for the problem would be appreciated
Thank you
Centec2b
Thank you Jettrue.
Nailed it!
On checking my code and comparing it to the latest version, I had in fact updated to ver 1.6.
If you look at the downloaded file
you will find at the bottom of the fileQuote:
includes/templates/cherry_zen/css/stylesheet.css
This is absent from ver 1.7 and its removal clears the problem.PHP Code:
#loginBody #navColumnOne, #loginBody #navColumnTwo {
display:none;
}
#loginBody .contentWrap {
background:#fff;
clear:both;
}
#loginBody .outer {
padding:0!important;
}
#loginBody .float-wrap {
width:90%
}
Thanks & respect to Vger who put me on the right track.
Cheers
Centec2b
Hello Again Everyone,
:frusty:
After 4 more days of doing like the little guy above and and replacing the stylesheet.css thinking I might have messed it up.
I still have the same two frustrating issues pleaging me.
1. If I manage to use a background image file (Which I Really Want To Do) for the Center Colum my right side boxes background dissapears.
2. Centering The Logo in the header box.. I have read and re-read the read me or else, I am sure that it is just something I am missing.
Help Please
Bob (thrifty-int)
bob at thrifty-net dot com
Excellent staff, congratulations.
I have a problem, I'm trying to change the background color, the color # 84a4c1 by another, and although the change in stylesheet.css does not change the color on the Web :wacko:
What can I do?
Thanks for your help
http://bikesmotos.com/tienda/
Tanks!!
I need some help with EZ Pages. I am trying to get them to show up under the header. I can get them to show up on the sidebar as well as the footer, so I know I have the initial idea however, they do not show up under my header. If I look at the source code on my page I see that the code is there to display it but they do not show up. Any Ideas?
Thanks for taking a look
http://automotivetools4less.com/store/
I think it may be that the logo is too big. I will play with that a bit but your suggestions would be appreciated.
Hi Jade,
I'm using Cherry_Zen as the "bones" for my store, because it was the closest in layout to my osc store. I'm having a problem trying to do two things & I hope you can help:
1. I want to put a "frame" around the entire body content. I tried making a div id for MainWrapper but couldn't get that to work. It just put extra space on the sides of my header & aligned my footer to the left.
To get a clearer idea of what I'm talking about - Here is my osc store and Here is my ZC store.
2. On my product_info pages, I want to add some padding to the center column so that the left & right columns don't push up right against but whenever I try to add padding to anything my store goes a bit wacky.
Here's a test product page, see the right column especially and it's not quite centered, there's a bit of padding to the left.
When I view the style in FF dev. toolbar, it just brings me to the same block of code which shows 0px padding. I'm confused :blink:
Anyway, TIA for any help.
Jade
I have 2 quick questions, that im sure yourself or someone else can answer quiet easily.
My online test store is here, http://www.qikazz.com.au/test/
I imported its contents from OSC
Anyway, first thing is, I would like the "whats new" or "new for janurary" on the front page, for some reason its not there, I only have the featured products listing, secondly, I changed the layout to colum as suggested, but for some reason, I only get 1 row, EG http://www.qikazz.com.au/test/index....index&cPath=75
...and another query.
I've messed with the template a bit, but cannot find how to control the layout of text (price, prodname, etc) associated with products in category listings. I want them to look like the layout in the New Products listing (ie pic, with price and product name centered beneath).
Can anyone help?
example page here
See 'new products' at bottom of page for how I want the other listings to look...
Any assistance much appreciated...
Regards,
Sean
1. I'm not sure of the best way, but the easiest way, since your site is a fixed with, would be to make a background image with those bars on the left and right.
2. This is because you changed your sidebox widths to 165px, but didn't fully follow the instructions in the readme.txt for changing their widths. Re-read #6 in the tips section (hint, you need to change all instances of 165px in that section to 180px)
Then if you made any padding changes to try and fix that error, I'd put them back as they were. :smile:
These are all issues for your admin. Do you have new products turned on in your admin? (Configuration, Index Listing) Are any of your products "new"? (Configuration, Maximum Values, New Product Listing - Limited to ...)
Then for the 1 row issue, you probably have it set to only show 3 products per page (Configuration, Maximum Value, Products Listing- Number Per Page)
Doh!
Well, I'm getting to grips with it, slowly...:blush:
Thanks for the pointer...
Sean
Hi,
I have been messing with this for far too long. I noticed a number of mistakes in my css and scrapped the entire file. Well...now that I've started over, I can't get a few things to work again. The old file was unreadable so I am not sure how I did all these things over the time I have been using this template.
The biggest is the white background in the center of my page. Please take a look. I have tried everything I can think of to add my background image to match the rest of the page, the light beige background, but I can't seem to find the right id to make it happen.
Any help would be appreciated it. You can see what I mean by looking here.
http://www.kellyscountrycorner.com
Thanks,
Kelly