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

Cherry Zen Template Support Thread

Views: 844,718

Results 1,721 to 1,740 of 3,245
22 Jul 2008, 17:01
#1721
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Cherry Zen Template Support Thread

WOO HOO! thanks Newagekat! I got it working and I really appreciate it. Check out my site and give me your opinion please.

rude1

22 Jul 2008, 17:11
#1722
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

musicfreer:

Hi

I have just installed IH2 and I can see multiple images in the IH manager

however when I goto my product page, I cannot see any additional images. I am sure I have uploaded the CSS, JSCRIPT and POP UP.. folders into cherry zen

Do you have any idea on how to achieve additonal images on product page?

thanks

Hi, I have searched thru the forum and followed different ways but I still can't figure out how to show multiple images on product page.
can anyone pls help?

thanks!!

22 Jul 2008, 18:01
#1723
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

i have the same problem, i don't know how to show multiple images of one product.

musicfreer:

Hi, I have searched thru the forum and followed different ways but I still can't figure out how to show multiple images on product page.
can anyone pls help?

thanks!!

22 Jul 2008, 19:33
#1724
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

720moto:

i have the same problem, i don't know how to show multiple images of one product.

oh, anyone can help us then? Any help will be appreciated

23 Jul 2008, 00:05
#1725
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

musicfreer:

oh, anyone can help us then? Any help will be appreciated

Search the FAQ, ask in the general forum, but that is un-related to the template, sorry!

23 Jul 2008, 00:06
#1726
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

musicfreer:

Hi

I have just installed IH2 and I can see multiple images in the IH manager

however when I goto my product page, I cannot see any additional images. I am sure I have uploaded the CSS, JSCRIPT and POP UP.. folders into cherry zen

Do you have any idea on how to achieve additonal images on product page?

thanks

IH2 has a bug that prevents the additional images from showing up, if you search the IH2 support thread for my username, you might be able to find the fix for it, however, I don't remember what that fix was. :lamo:

23 Jul 2008, 00:21
#1727
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

720moto:

Is there anyone else out there who can help me with my issues? I have posted several times for assistance and have not r```

> 
> Rude1
> <https://www.720moto.com/Store>

If you compare the source of my site, with the source of yours, you've made some changes to tpl_header.php.

Right before those header links, you have this:

<div id="navMain">
  <div id="navMainLinks">
    <ul class="back">

On my site, right before the header links, I have this:
<div id="navMain"> <ul> ```

So, reupload the original includes/templates/cherry_zen/common/tpl_header.php, and go from there.

23 Jul 2008, 00:23
#1728
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

720moto:

Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!

Regards,
Rudy
720MoTo.com

There are no default gift certificates in this template. You have to add the gift certificates yourself, and edit them in the admin. Gift certificates have nothing to do with the template.

23 Jul 2008, 00:29
#1729
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

esugrue:

Hi!

I have searched for padding and white space but I am unable to find the answer.

On my sites there is some whitespace / padding between the logo and the and the header boundary

Thriving Stores

Which part of the CSS am I look at to remove all padding so the logo fits snugly into the header with no white space.

Thanks
Ernie
You'll need to remove the top padding from #navEZPagesTop, so change this::

#navEZPagesTop {
	font-weight:bold;
	width:auto;
	padding:7px 0;
	}

To this:

#navEZPagesTop {
	font-weight:bold;
	width:auto;
	padding-bottom:7px;
	}
23 Jul 2008, 03:19
#1730
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

IH2 has a bug that prevents the additional images from showing up, if you search the IH2 support thread for my username, you might be able to find the fix for it, however, I don't remember what that fix was. :lamo:

Thanks jettrude, actually I have gone thru tthe FAQs and IH2 support thread b4, I don't know if you mean the bug fix is to change the following codes:

// we should parse old parameters here and possibly merge some inc case they're duplicate
        $parameters .= ($parameters != '') ? ' ' : '';
        if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
        return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
      } else {
        return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
        }
      } 
    }
    }
    
    
}  

I have already changed the codes but it still don't work, any steps that I missed?

thanks

23 Jul 2008, 05:05
#1731
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

musicfreer:

Thanks jettrude, actually I have gone thru tthe FAQs and IH2 support thread b4, I don't know if you mean the bug fix is to change the following codes:

// we should parse old parameters here and possibly merge some inc case they're duplicate
$parameters .= ($parameters != '') ? ' ' : '';
if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
} else {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
}
}
}
}

}

> 
> I have already changed the codes but it still don't work, any steps that I missed?
> 
> thanks
I finally got it works by uploading the pics directly under 'image' folder without any subfolders. 
For those who still can't see additional images, pls use underscore before the suffix instead of hyphen

cheers
23 Jul 2008, 05:13
#1732
newagekat avatar

newagekat

Zen Follower

Join Date:
Nov 2005
Location:
Vancouver, Canada
Posts:
151
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

720moto:

newagekat -

this is what i did:

#navMainLinks ul li a { color::#ffffff; text-decoration: none; }
/* end main color changes */

but it didn't work the font is still black.

You have a double colon after color. remove one of them. if that still doesn't work, IM me on AIM.

23 Jul 2008, 10:25
#1734
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

owenlee17:

Hi,
I would like to know how to remove the contact us button since i have set this store to showcase without price.?

http://singaporegifts.com.sg/index.php?main_page=product_info&cPath=1&products_id=1

thanks

That's why the contact us is there, but you can remove it in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

23 Jul 2008, 15:23
#1735
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ok thanks for the response the Gift Certificates must be part of the Zen Cart default then.

jettrue:

There are no default gift certificates in this template. You have to add the gift certificates yourself, and edit them in the admin. Gift certificates have nothing to do with the template.

23 Jul 2008, 17:34
#1736
mushtaq avatar

mushtaq

New Zenner

Join Date:
Jul 2008
Posts:
6
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Jade thank you for your hard work, and making this template available for everyone.

This is a very nice looking template which I am trying to use on a new site, I am trying to add a script to show a scrolling image gallery page header, the script I have found that I want to use is http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm

As I'm very new to Zencart, I am struggling with implementing this as I don't know where to place the script and how to call it, I couldn't find much documentation on the script either.

I would like to use the space on the right of the logo for a rotating gallery, any help would be greatly appreciated.

Thanks

23 Jul 2008, 21:01
#1737
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

mushtaq:

Jade thank you for your hard work, and making this template available for everyone.

This is a very nice looking template which I am trying to use on a new site, I am trying to add a script to show a scrolling image gallery page header, the script I have found that I want to use is http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm

As I'm very new to Zencart, I am struggling with implementing this as I don't know where to place the script and how to call it, I couldn't find much documentation on the script either.

I would like to use the space on the right of the logo for a rotating gallery, any help would be greatly appreciated.

Thanks
Have you tried just pasting that whole chunk in includes/templates/cherry_zen/common/tpl_header.php?

23 Jul 2008, 21:51
#1738
mushtaq avatar

mushtaq

New Zenner

Join Date:
Jul 2008
Posts:
6
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I have pasted it below the line <div id="logo">
but i don't see anything displayed.

I'm new to php and jscript so not sure about the exact syntax, do I need to call the script to start it off somehow?

24 Jul 2008, 04:54
#1739
ashton0603 avatar

ashton0603

Zen Follower

Join Date:
May 2007
Posts:
109
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I have been having issues with my shipping mod ever since I switched to this template. I am trying to figure out if it is something with the way the template was added, the way the whole setup is with zen cart or both. I know I didn't always have this problem though....well the problem:

I have both Fed Ex and USPS as options. When items are in shopping cart, the customer can view the calculator for both options, when checking out they are only given usps as an option and not all of the options show...only 3 of the 5... Here is when it gets worse...lets say you choose parcel; you go to check out and the cart puts express mail which is the most expensive. I am not given the option to change my shipping.....only to update my shipping address.

I finally have hits on my site and people creating accounts....now no one is buying anything and I finally know why....it has to be the shipping situation..it makes me look likke I am scamming...

Can someone please help me. Can someone see what I am doing wrong? Does anyone have a business that are experts in zen cart and can send me a link to their site?

I love this template and this cart....I see that no one else has this issue so it must be someting that i am doing wrong. It just confuses me how it shows some options on one page but not the other.:frusty:

24 Jul 2008, 05:07
#1740
owenlee17 avatar

owenlee17

New Zenner

Join Date:
Jul 2008
Posts:
3
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

That's why the contact us is there, but you can remove it in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

Hi..im using the cherry zen..but i cant see which codes to remove?can you help me ?

thanks