Page 60 of 326 FirstFirst ... 1050585960616270110160 ... LastLast
Results 591 to 600 of 3251
  1. #591
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ssbeats View Post
    just wandering....

    Is there anyway i could have the product description appear next to the product image? at the moment it displays the description below.

    Take a look...

    http://pc-mot.com/index.php

    As you can see it looks a bit strange having large section of white space with no content.

    Thanks
    Yep, you can have it wherever you'd like it. Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php and move the description chunk (everything on this page is divided into neat little chunks) to right after this:

    <!--eof Attributes Module -->

  2. #592
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I have free shipping for all orders but want to be able to provide the option of insurance, does your other module do this.

    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  3. #593
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mediathing View Post
    I have free shipping for all orders but want to be able to provide the option of insurance, does your other module do this.

    Thanks
    Pete
    My insurance module allows people to click a check box if they want insurance. It's not perfect, but it works.

  4. #594
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Can a surcharge be added if the box is ticked? I was initially going to use the flat rate (renamed to insurance) along side the free shipping module but I have been told that those 2 won't work together.

    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  5. #595
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mediathing View Post
    Can a surcharge be added if the box is ticked? I was initially going to use the flat rate (renamed to insurance) along side the free shipping module but I have been told that those 2 won't work together.

    Pete
    Come over to the support thread, and there is a description of what it does. Please ask further questions there:

    http://www.zen-cart.com/forum/showthread.php?t=50167

    The mod adds insurance with USPS rates, you can test it out here, and NO, I can't move it to any other page than the Step 2: Payment Information page.

    ETA: If you decide to install it, notice that in my last post there, I've uploaded a new file with updated USPS rates and some fixes.

  6. #596
    Join Date
    Jan 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Wow! What a great template! Thanks for all that you have and continue to do on this. Everything has gone very well during installation...I just have one question regarding the shadow around the entire site. I want to make the shadow a bit "deeper"...or maybe the term is "wider" especially on the right and left sides. Can you give me a hint where to go?

    By the way: the site is up and operational...if you want to take a peek at the changes I've made (mostly colors and backgrounds):

    http://unitedforlifefoundation.onlinecatholicstore.com/

    Any help you are able to give would be greatly appreciated.

    PS - don't know if anyone's tried your template with the multi-site mod yet but it works great!
    Patti - OnlineCatholicStore.com
    ZC 1.3.9h with multisite mod -- ZC ROCKS!

  7. #597
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    can anyone tell me which css attribute changes the colour of the top left search bar?

    I cant seem to find it.

    cheers!

  8. #598
    Join Date
    Jun 2004
    Posts
    184
    Plugin Contributions
    0

    Default Design Query

    Hi Jade and All:

    I am using Cherry Zen and think it looks elegant and classy... but want o ask a design question ...

    I wish to create the effect that the visitor is not being `dumped' into a shopping cart per se and also incorporate information pages before to edge them to buy. The information pages I am doing via EZPages.

    To get the effect of a full website I was going to land the visitor on a `Welcome EZPage' with no sidebox columns.

    So they would navigate via the Header Bar and Footer Bar if they wish to other Reference Pages. One of the Header Bar links would be Shop Now or something which would take them to the shopping carts `real' homepage - and bring back the sideboxes etc.

    Does that make sense and would that be the most efficient way to go, I figured this way the look and feel wouldn't change as they go from the `regular' information website (EZPages) to the Shopping Cart.

    Ernie

  9. #599
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Design Query

    Quote Originally Posted by esugrue View Post
    Hi Jade and All:

    I am using Cherry Zen and think it looks elegant and classy... but want o ask a design question ...

    I wish to create the effect that the visitor is not being `dumped' into a shopping cart per se and also incorporate information pages before to edge them to buy. The information pages I am doing via EZPages.

    To get the effect of a full website I was going to land the visitor on a `Welcome EZPage' with no sidebox columns.

    So they would navigate via the Header Bar and Footer Bar if they wish to other Reference Pages. One of the Header Bar links would be Shop Now or something which would take them to the shopping carts `real' homepage - and bring back the sideboxes etc.

    Does that make sense and would that be the most efficient way to go, I figured this way the look and feel wouldn't change as they go from the `regular' information website (EZPages) to the Shopping Cart.

    Ernie
    It will be easy to remove sideboxes on the home page, since the home page has its own selector. The code below will remove sideboxes from the home:

    Code:
    #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo {display:none;}
    #indexHomeBody .float-wrap {margin:none!important;width:100%;}
    #indexHomeBody .outer {padding:0;width:98%;margin:0 auto;}
    #indexHomeBody #contentMainWrapper {background:#ffffff;}
    Then you could JUST have text on your home page, that is defined in your "Define Pages Editor" in your admin.

    I'll let you think about what you want to do from there, but the above is a quick way to remove all sideboxes from home.

  10. #600
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ssbeats View Post
    can anyone tell me which css attribute changes the colour of the top left search bar?

    I cant seem to find it.

    cheers!
    That red top bar is an image, it is

    includes/templates/cherry_zen/images/red/header.gif

    You can't change the color with just css. You read the readme.txt though, right? There is more than one color option available.

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR