Trying everything I can to install a template and I understand moving the file includes to the ftp but where?
Do I replace the current includes file under zencart or is the includes file just placed on the server as it's own file.
I have moved the cherry file to the templates and can get my site to look like the cherry template and that works to change the overall look but there are no sideboxes or anything. Directions say to move the entire includes file and that is is.
Where does this fill file goe exactly. This is my first attempt and I have looked all over for specific directions and don't see a thing.
Hope you can help a newbie!!!
Are you using the includes/templates/cherry_zen/templates/tpl_main_product_image.php
I think you are not, because I see some comments for a "slimbox" mod. You'll need to merge the two files to fix your issue.
You've completely changed the way the template works, moving the leftbox section, adding <td>'s around the sideboxes, etc. Reload the original includes/templates/common/tpl_main_page.php.
If you see the cherry zen template, then you've probably done it right.
The files are in the correct zen cart structure. If you are using an FTP program to upload the files, and if you upload the entire includes/ folder to the root of your store, all the files will magically "GO" into their correct spots, filling in where they belong. However, you are not ENTIRELY replacing the current includes/ folder, as there are other files there besides the cherry_zen files.
You turn on the sideboxes in your admin, under "tools", "layout boxes controller".
hi jettrue,
i've manged to get the cart items to display in the header, but it pushes my centered logo to the left (which covers the images on the left)...
how to i get the logo to remain centered and still have the cart items (and a shopping cart image) display on the right?
i added this to the style sheet:
And this to the tpl_header.php:Code:#ShoppingCart { float:right; padding-right:25px; text-align:center; }
and here is a link to the test site so you can see what is happening:Code:<!-- bof cart in header --> <div id="ShoppingCart" class="clearfix"> My Cart: <span class="style1"> <?php echo sizeof($_SESSION['cart']->get_products()); ?> items <?php $header_cart = $currencies->format($_SESSION['cart']->show_total()); echo $header_cart; ?> </span> <br class="clearBoth" /> </div> <!-- eof cart in header -->
http://tinyurl.com/5fbh7b
thanks!
I'm trying to figure out what size to make the background image so the light blue is textured. Then my next problem is where to change the code or include the picutre. I have searched the forum but nothing seems to let me know what to do.
Here is my site http://artisticscrapdesigns.com/zencart/ also how do I change the url so it's just artisticscrapdesigns.com and not the zencart. Do I have to uninstall and reinstall for this?
How can I change the color of the background for the image pop up on cherry zen?
I have looked everywhere?
Thank you
nobody?
Hi Jade - I assume you meant tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.
I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.
Bookmarks