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

Cherry Zen Template Support Thread

Views: 844,759

Results 461 to 480 of 3,245
5 Nov 2007, 3:54 AM
#461
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

CnTGifts:

anyway t oget the text for Price to show up beside the price on the product pages

You want to add text like this?

Our Price: $9.99

5 Nov 2007, 4:06 AM
#462
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

yeah thats it

5 Nov 2007, 5:36 AM
#463
sooraj avatar

sooraj

New Zenner

Join Date:
Oct 2007
Location:
singapore
Posts:
25
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

No, unfortunately that is not an easy change, but I'll be looking into this for a future upgrade.

Hi,
Check with you..why does the column div when viewed under firefox just shows as single line in the center? while explorer it works fine.
If we have few products under sub category it looks odd in firefox as there is only a single divder in the center instead of after each product. any solution?
Check with you is it possible to assign a css for all products so that can be viewed by column? currently the column mod doesn't support al products list.

It would be great if can have column view for all products so that people can showcase products neatly .

As i feel you are expert in css can do something on this.

5 Nov 2007, 2:25 PM
#464
beth_katherine avatar

beth_katherine

Zen Follower

Join Date:
Feb 2007
Posts:
158
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Which category specifically, which browser?

Thanks!

Mac Foxfire - the latest version

Items We Carry = Categories
Top category is Appliques - welcome message shows up
Sub-category - Applique Designs - this does not show the welcome message
2nd sub-category - Ellen McCarn Appliques - this shows the welcome message

I just checked again all of the categories and found that if there are sub-categories I get the Main Page's Welcome message. If there are no sub-categories no welcome message.

Beth-Katherine
http://smockingbooks.com/index.php?main_page=

(no orders as there is no secure socket layer in place, yet)

6 Nov 2007, 1:41 AM
#465
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

jettrue:

You want to add text like this?

Our Price: $9.99

Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and change this:

echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);

to this:

echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : 'Our Price: ') . zen_get_products_display_price((int)$_GET['products_id']);
6 Nov 2007, 1:42 AM
#466
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

sooraj:

Hi,
Check with you..why does the column div when viewed under firefox just shows as single line in the center? while explorer it works fine.
If we have few products under sub category it looks odd in firefox as there is only a single divder in the center instead of after each product. any solution?
Check with you is it possible to assign a css for all products so that can be viewed by column? currently the column mod doesn't support al products list.

It would be great if can have column view for all products so that people can showcase products neatly .

As i feel you are expert in css can do something on this.

Did you install column divider lite? If you search for me in that thread, you'll see the instructions for fixing this issue.

6 Nov 2007, 1:43 AM
#467
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

Beth-katherine:

Mac Foxfire - the latest version

Items We Carry = Categories
Top category is Appliques - welcome message shows up
Sub-category - Applique Designs - this does not show the welcome message
2nd sub-category - Ellen McCarn Appliques - this shows the welcome message

I just checked again all of the categories and found that if there are sub-categories I get the Main Page's Welcome message. If there are no sub-categories no welcome message.

Beth-Katherine
http://smockingbooks.com/index.php?main_page=

(no orders as there is no secure socket layer in place, yet)

Did you make a change to includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php?

6 Nov 2007, 2:29 AM
#468
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thank you for that on the shopping cart sidebox is there a way to add a check out button to that

6 Nov 2007, 2:53 PM
#469
beth_katherine avatar

beth_katherine

Zen Follower

Join Date:
Feb 2007
Posts:
158
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Did you make a change to includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php?

No, but apparently the FAQ Manager add-on was the culprit as I deleted all the files related to it and the problem disappeared. I will put it back when the bugs are out. Meanwhile back to uploading products.

Thank you.

Beth

6 Nov 2007, 4:21 PM
#470
sooraj avatar

sooraj

New Zenner

Join Date:
Oct 2007
Location:
singapore
Posts:
25
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Did you install column divider lite? If you search for me in that thread, you'll see the instructions for fixing this issue.

Hi,
But reference for column lite divider seems now not reelvant as the css file look like this-
so how to make the horizontal line appear in firefox?pls suggest

.vDotLine
{
background-color: transparent;
background-image: url(../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
-x-background-x-position: center;
-x-background-y-position: top;
-moz-background-clip: -moz-initial;
-moz-background-origin: -moz-initial;
-moz-background-inline-policy: -moz-initial;
width: 20px;
font-size: 1px;
}

.hDotLine
{
background-image: url(../images/delim_v.gif);
}

6 Nov 2007, 5:29 PM
#471
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Hi again jettrue, I have another question for you. If I want to use an image for my back ground how would I do that. It's blue now but I want to use like candy canes, Christmas trees or something like that for Christmas. What file would I have to modify for this.
Thank you

How would you go about doing this. When I insert the image for the back ground, it just shows a white back ground. This is what I have change it from.

From this

/* other background color or image changes /
body {
background:#84A4C1; /
main site background color, blue default */
}

To this

/* other background color or image changes /
body {
background:christmas.jpg; /
main site background color, christmas default */
}

Only shows a white back ground. I have changed it back for the time being.

6 Nov 2007, 9:36 PM
#472
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

countrycharm:

How would you go about doing this. When I insert the image for the back ground, it just shows a white back ground. This is what I have change it from.

From this

To this

Only shows a white back ground. I have changed it back for the time being.

background:url("../images/christmas.jpg");

or

background:url("../images/christmas.jpg") repeat;

if it needs to repeat itself.

Put the image into the includes/templates/YOUR_TEMPLATE/images folder.

6 Nov 2007, 9:40 PM
#473
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

sooraj:

Hi,
But reference for column lite divider seems now not reelvant as the css file look like this-
so how to make the horizontal line appear in firefox?pls suggest
No, see my post in the column divider lite thread, which starts at #4:

http://www.zen-cart.com/forum/showpost.php?p=440554&postcount=4

6 Nov 2007, 9:44 PM
#474
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

CnTGifts:

Thank you for that on the shopping cart sidebox is there a way to add a check out button to that

I'm sure, I'd either start a new thread about this, or find a shopping cart sidebox thread to add it to. I don't have quick instructions for you on how to do that. Or here, I did a search, here's a thread that gives some specific instructions, starting at post #5.
http://www.zen-cart.com/forum/showthread.php?t=63212

7 Nov 2007, 2:40 AM
#475
sooraj avatar

sooraj

New Zenner

Join Date:
Oct 2007
Location:
singapore
Posts:
25
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

No, see my post in the column divider lite thread, which starts at #4:

http://www.zen-cart.com/forum/showpost.php?p=440554&postcount=4

Hi,
Got it..once again thanks for the prompt reply..It works out fine with firefox now.

:clap:

7 Nov 2007, 3:23 AM
#476
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Thank you jettrue for your help. That worked out perfect. I have another question for you. How do you change the back ground color for all the side boxes. I want them to be a different color than gray. Thank you

7 Nov 2007, 2:04 PM
#477
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

How do I get a banner next to the logo in the header?

The readme file says:

*You can also turn on a banner that will show up below the tagline if you have a tagline, or in place of the tagline. The Banner Position for that would be the Header Position 2.
*
I looked in Banner manager but cannot find a Header Position 2. What am I missing?

Paul

7 Nov 2007, 6:24 PM
#478
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Hi bekinky, you need to go to your admin then go to Configuration - Layout Settings - Banner Display Groups - Header Position 2 .

Banner Display Groups - Header Position 2
The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups

For Multiple Banner Groups enter the Banner Group Name separated by a colon :

Example: Wide-Banners:SideBox-Banners

What Banner Group(s) do you want to use in the Header Position 2?
Leave blank for none

This is where you need to go.

7 Nov 2007, 9:50 PM
#479
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

countrycharm:

Hi bekinky, you need to go to your admin then go to Configuration - Layout Settings - Banner Display Groups - Header Position 2 .
This is where you need to go.

Thanks countrycharm - it worked a treat. I just need to design some banners now :)

7 Nov 2007, 10:49 PM
#480
bekinky avatar

bekinky

Zen Follower

Join Date:
Jan 2007
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Oh dear - my layout works great in Firefox but looks terrible in IE. What can be wrong? I added code and styles so the cart appeared in the header on the right.

I added this to the stylesheet:

.cartheader{
color:#FFFFFF;
float: right;
padding-right: 20px;
padding-top: 5px;
font-size: 11px;
}

And I added this to the common/tpl_header.php:

<!-- bof cart header display --> <div id="navCartWrapper" class="cartheader"> Your Basket: <?php echo ($_SESSION['cart']->count_contents()); ?> item(s)  Total:£<?php echo ($_SESSION['cart']->show_total()); ?> </div> <!-- eof cart header display -->

I will PM you with a URL to the test site if you want to see it in action