Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,988

Results 2,821 to 2,840 of 3,245
20 Nov 2009, 2:36 AM
#2821
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Cherry Zen Template Support Thread

I've been going through the stylesheet adding styles for hyperlinks (visited, hover, link) for the category-top, sideboxcontent, and other sections. I want to keep all the navigation and sidebox links one color while changing only the hyperlinks that appear in the body pages.

I've got it figured out and it's working great, but the strange thing is that as soon as I enter either "Log in", "Checkout", or "My Account", the changes I made completely disappear site-wide and revert back to the default hyperlink colors.

As far as I can tell there is not another stylesheet being called when going into the Checkout and My Account pages. I am thinking that this has something to do with SSL activating when accessing these pages. I am not sure how to resolve this.

Any ideas?

22 Nov 2009, 2:31 AM
#2822
limying avatar

limying

New Zenner

Join Date:
Jun 2009
Posts:
15
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Help Needed Here, I am setting up my store but when I try to add to cart, product is added to cart but the page is totally blank out. This is my website:
http://www.sugarbean.my/

I have to use back button to go back and click on the shopping cart button at the top

This page http://www.sugarbean.my/index.php?main_page=shopping_cart is able to display properly but all the button functions on the cart will lead to a blank page.

Anybody knows what is wrong with my setup? I had changed the default currency to my local currency. Other than that, no big changes I did to the cart.

22 Nov 2009, 3:10 AM
#2823
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

limying:

Help Needed Here, I am setting up my store but when I try to add to cart, product is added to cart but the page is totally blank out.

Yeah, I see the same thing happening on your site. Download and add the Debug Error Logging Utility file to your site. Then, go through the steps of adding an item to your cart. When you encounter the blank page, check the log file the utility creates. This should provide some clues as to the issue.


Debug Error Logging Utility

22 Nov 2009, 6:39 AM
#2824
limying avatar

limying

New Zenner

Join Date:
Jun 2009
Posts:
15
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Crunch:

Yeah, I see the same thing happening on your site. Download and add the Debug Error Logging Utility file to your site. Then, go through the steps of adding an item to your cart. When you encounter the blank page, check the log file the utility creates. This should provide some clues as to the issue.


Debug Error Logging Utility

Thanks for the suggestion, I will download the debugging utility and have a try

22 Nov 2009, 8:13 AM
#2825
limying avatar

limying

New Zenner

Join Date:
Jun 2009
Posts:
15
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Crunch:

Yeah, I see the same thing happening on your site. Download and add the Debug Error Logging Utility file to your site. Then, go through the steps of adding an item to your cart. When you encounter the blank page, check the log file the utility creates. This should provide some clues as to the issue.


Debug Error Logging Utility

From the logging result:
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/sugarbea/public_html/includes/languages/english.php:1401) in /home/sugarbea/public_html/includes/init_includes/init_templates.php on line 78

I don't understand what it means. Any expert who can help??

22 Nov 2009, 6:32 PM
#2826
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I am far from an expert, but the problem appears to be on /includes/languages/english.php:1401
(:1401 means line 1401).

I found the "header already sent" issue in the FAQs:
https://www.zen-cart.com/tutorials/index.php?article=87

Could be some blank spaces on line 1401. If you have never modified the english.php file, you may want to upload the file again from the stock zen cart files and see if the issue goes away.

25 Nov 2009, 8:23 PM
#2827
materiae avatar

materiae

New Zenner

Join Date:
Nov 2009
Posts:
1
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I am wondering how to use solely the search box and the search button from Cherry Zen template.
I really like that and I wonder what part you need to change in order to get the same result for Zen Cart Default template.

I have tried to tweak the css, but it seems like the main part of the programming is in search_header.php, but I don't know how to use this information.

Could someone help me, please?

Does anyone know how to tweak the searchbox and search button with css (change colour/background ect ) in any way?

:frusty:

Zen cart 1.3.8

26 Nov 2009, 7:17 PM
#2828
tphoare avatar

tphoare

New Zenner

Join Date:
Sep 2005
Location:
London
Posts:
88
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Just wondered whether anyone has tried Dynamicconverter (a currency converter) with this template. It works fine on all pages except the product information page where the h2 prices at the top of the page need re-formatting which is where I have become stuck.

Cheers

27 Nov 2009, 9:01 AM
#2829
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

TPHoare:

Just wondered whether anyone has tried Dynamicconverter (a currency converter) with this template. It works fine on all pages except the product information page where the h2 prices at the top of the page need re-formatting which is where I have become stuck. Please provide a link to one of your product pages and tell us what it should show.

27 Nov 2009, 9:47 AM
#2830
tphoare avatar

tphoare

New Zenner

Join Date:
Sep 2005
Location:
London
Posts:
88
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks for reply - the link is:

http://www.hocusproducts.com/newshop/index.php?main_page=product_info&cPath=1&products_id=10

This is not a live site. There are a couple of problems. One is that in order for the Java script to pick up the price the H2 heading has to be changed to a span (apparently - I am no expert) which throws out all the following formatting. There is also a tax inc/exc mod but I don't think this is causing any problem.

The second problem, which I haven't looked at yet, is that 'checkout' button on the shopping cart page is covered by the converted price making it impossible to proceed any further.

Just a pointer in the right direction would help - I not looking for a free lunch!

Cheers

28 Nov 2009, 2:52 PM
#2831
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

TPHoare:

Thanks for reply - the link is:

http://www.hocusproducts.com/newshop/index.php?main_page=product_info&cPath=1&products_id=10

This is not a live site. There are a couple of problems. One is that in order for the Java script to pick up the price the H2 heading has to be changed to a span (apparently - I am no expert) which throws out all the following formatting. There is also a tax inc/exc mod but I don't think this is causing any problem. As I cannot find the DynamicConverter documentation on their site I cannot tell how it should be installed, and therefore whether you have missed something during installation.

Please tell us what files you changed, and what changes you made, and how DynamicConverter is installed.

7 Dec 2009, 3:39 PM
#2832
irelandseye avatar

irelandseye

New Zenner

Join Date:
Oct 2009
Location:
Co Clare Ireland
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Boggled:

I have another quick question if you don't mind.

I want to add a border to the images (new products, featured, etc.), but every time I do it in the a img section of the css file, it puts a border around every image I have that's a link.

Is there a way to define which images I do or don't want borders around? I tried using various combinations of what I thought it should be called, but they didn't work.

I'm hoping this is just another one of my 'duh' that was so simple, why couldn't I see it type things. :smile:

Thanks!

Hi...

I'm having exactly the same problem and I've searched this thread, maybe I missed it, but I didn't find a solution to this problem.

Is there one? All I want is borders on my main, new, featured & additional images NOT logos, buttons etc...

Like Boggled I've tried many combinations in the CSS but no luck!

Thanks!
Clare.

8 Dec 2009, 6:19 PM
#2833
mowerman40 avatar

mowerman40

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hi i am wondering on the header banner what pixels would that be what size to have a banner image on the top of the site also i notice some folks have banners inside the homepage where they advertise a certain product on reduced prices how do i make that type of image flash image if possible ?

8 Dec 2009, 8:20 PM
#2834
mowerman40 avatar

mowerman40

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

mowerman40:

hi i am wondering on the header banner what pixels would that be what size to have a banner image on the top of the site also i notice some folks have banners inside the homepage where they advertise a certain product on reduced prices how do i make that type of image flash image if possible ?

i also need to know where to delete the

Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.

on the homepage can you help me on that ?

9 Dec 2009, 10:04 AM
#2835
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

mowerman40:

i also need to know where to delete the

Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.

on the homepage can you help me on that ? In Admin-> Tools -> Developers Tool Kit
Enter the text into the "Look-up in all files" section.

BTW, I found it in /includes/languages/english/html_includes/cherry_zen/define_main_page.php

9 Dec 2009, 4:08 PM
#2836
mowerman40 avatar

mowerman40

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

In Admin-> Tools -> Developers Tool Kit
Enter the text into the "Look-up in all files" section.

BTW, I found it in /includes/languages/english/html_includes/cherry_zen/define_main_page.php

problem i have is there is no cherry zen in the html_includes area thats the only issue i am having

9 Dec 2009, 4:28 PM
#2837
mowerman40 avatar

mowerman40

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

found the issue and got it fixed

had to do some looking to find where the file set was at
but found it

is there a way to put a banner inside the area where you find the words

Welcome Guest! Would you like to log yourself in?

would like to add some color to the site

9 Dec 2009, 4:37 PM
#2838
golden_synergy avatar

golden_synergy

Zen Follower

Join Date:
Aug 2009
Location:
Westland, Michigan
Posts:
107
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

My Contact us page has our Store name plus Address --Country --Phone placed at the top left but no area to input the data. That input area is below.
What I would like to do is remove Address / Country / Phone verbiage from that page. I looked at tools/ defines page editor and those words are not there. odd!
I also looked at define_contact_us.php and I do not see it there. any ideas?
:unsure:
Mark
http://classic-flatware.com/index.php?main_page=contact_us

11 Dec 2009, 6:24 PM
#2839
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Golden,
Go here to show or not show your address in the Contact Us page:

Admin/configuration/E-mail options/Contact Us - Show Store Name and Address

Rod

11 Dec 2009, 6:30 PM
#2840
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

When clicking on a product image to show the larger image the image inside the popup window is partially hidden at the bottom of the popup window frame. While the frame can be pulled down by the customer to show the entire image where can this be adjusted to show the complete image centered in the popup window frame without this extra step?

This question has been asked in this thread but was never addressed.

Thanks!