Page 247 of 326 FirstFirst ... 147197237245246247248249257297 ... LastLast
Results 2,461 to 2,470 of 3251
  1. #2461
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi There,

    Could I see a link to your site?

    Why not make the three logos just one logo?
    Oops, perhaps I should have written that like this

    http://countrytothecore.net/shop/

  2. #2462
    Join Date
    Apr 2008
    Location
    Stockton. UK
    Posts
    15
    Plugin Contributions
    0

    red flag Any Help Appreciated

    Hi all, Fantastic template but I have a couple of minor problems..if you can help.
    How can I remove ALL mentions of weight, shipping,in stock as I am only having a Download site.
    How can I change the 'tell a friend', 'write review' and 'add to cart' so they appear UNDER the product info box.

    Sites under const but view here: http://www.lklsoftware.com/zencart

    Thanks again in advance
    Keith
    If at first you don't succeed....GET ZENNED!!!!!

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

    Default Re: Any Help Appreciated

    Quote Originally Posted by ollieoll2k8 View Post
    Hi all, Fantastic template but I have a couple of minor problems..if you can help.
    How can I remove ALL mentions of weight, shipping,in stock as I am only having a Download site.
    How can I change the 'tell a friend', 'write review' and 'add to cart' so they appear UNDER the product info box.

    Sites under const but view here: http://www.lklsoftware.com/zencart

    Thanks again in advance
    Keith
    First question- this would be a good thing to search for in the FAQ or forum, or ask in the general forum, but you can turn on and off a lot of the weight/shipping/instock under "configuration", "product listing", and under "featured listing", "new listing", "All listing". You can turn off weight for the shopping cart under 'Configuration", "layout settings". Dig around in your admin a bit. As a tip, I use the mod called "reference_cfg-keys" which allows you to search for options in the admin. For example, you could enter the word "weight", and it will show you all the zen cart options that have to do with weight. Anyway, you can find it with the older zen cart mods.
    http://www.zen-cart.com/archived_con...s/admin-tools/

    To move the tell a friend and reviews, open up includes/templates/cherry_zen/templates/tpl_product_info_display.php and find the tell a friend/review section (everything is nicely split into "chunks"), and move it to below the add to cart chunk.

  4. #2464
    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 australican View Post
    Oops, perhaps I should have written that like this

    http://countrytothecore.net/shop/
    First question. Is your grey sidebar supposed to go all the way up to the search bar? It does in Firefox and Camino.

    Your idea will work best if the middle logo stays centered, no matter the width, while the left and right logos stay to the left and right, no matter the width.

    This is pretty easy to do, but will require you to move #logo2 to AFTER #logo3.

    So open up includes/templates/cherry_zen/common/tpl_header.php and change it to this order;
    Code:
    <div id="logo"></div>
    <div id="logo3"></div>
    <div id="logo2"></div>
    It may seem goofy, but it will work.

    Then remove

    Code:
    float:left;
    from #logo2 in your stylesheet.css.

  5. #2465
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I have just installed un_wishlist_0.41 on my site.

    It is working fine, but I was wondering if there is any way to add either a button in the header or a link on a customer's account page so that they have a link to their wish list as soon as they log in?

    I've seen solutions for the classic template, but not for the Cherry Zen template.

    I was also wondering if there was a way to change the titles of the banner side boxes.

    Thanks.

    The link to my store: http://www.miss-crow.com/shop

  6. #2466
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I've been fighting a problem all day.
    I've searched this thread and I found someone with a similar problem, but the actual fix was never posted.

    You said it sounded like a missing </div> tag, but I've looked and looked and can't find one missing. I'm hoping another set of eyes can find it.

    I've narrowed it down to being an IE7 problem.
    It displays fine in IE8, Firefox, Opera, Safari and Chrome.

    When you click on 'My Account' on the navigation bar the dark background is displaying instead of the white center column background. It's doing the same thing once you are logged into your My Account page. (I've attached screenshots.)

    It ONLY does it on these pages. If you click 'Log in' on the navigation bar, it displays fine. If you have something in your cart and go to checkout, it displays fine.

    If it's doing this on any other page(s), I haven't run across it yet.

    Link: www.mybikergear.com

    It's a 1.3.8a fresh install, with the following mods (that affect the template):

    Categories Dressing
    Tabbed Products Pro
    Product Filter Search
    Logo Sidebox
    COWOA (just added and the problem existed before it was installed)

    This site still has a ways to go before being completed, but I have to get this issue solved before I go any further.

    Also...what do I need to add to my CSS to change the color of the titles on the products in the center? I've tried various things, but so far nothing has worked.

    Thank you for this awesome template! I don't know why, but it SEO's better than any template I've ever used.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	myaccountlogin.jpg 
Views:	201 
Size:	26.4 KB 
ID:	5339   Click image for larger version. 

Name:	myaccountpage.jpg 
Views:	201 
Size:	29.1 KB 
ID:	5340  
    Last edited by Boggled; 16 Feb 2009 at 02:53 AM.
    I'll finish that project tomorrow, I've made enough mistakes today!

  7. #2467
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Boggled View Post
    I've been fighting a problem all day.
    I've searched this thread and I found someone with a similar problem, but the actual fix was never posted.

    You said it sounded like a missing </div> tag, but I've looked and looked and can't find one missing. I'm hoping another set of eyes can find it.

    I've narrowed it down to being an IE7 problem.
    It displays fine in IE8, Firefox, Opera, Safari and Chrome.

    When you click on 'My Account' on the navigation bar the dark background is displaying instead of the white center column background. It's doing the same thing once you are logged into your My Account page. (I've attached screenshots.)

    It ONLY does it on these pages. If you click 'Log in' on the navigation bar, it displays fine. If you have something in your cart and go to checkout, it displays fine.

    If it's doing this on any other page(s), I haven't run across it yet.

    Link: www.mybikergear.com

    It's a 1.3.8a fresh install, with the following mods (that affect the template):

    Categories Dressing
    Tabbed Products Pro
    Product Filter Search
    Logo Sidebox
    COWOA (just added and the problem existed before it was installed)

    This site still has a ways to go before being completed, but I have to get this issue solved before I go any further.

    Also...what do I need to add to my CSS to change the color of the titles on the products in the center? I've tried various things, but so far nothing has worked.

    Thank you for this awesome template! I don't know why, but it SEO's better than any template I've ever used.
    I also have Cart Sidebox With Button and Free Shipping mod installed.
    I'll finish that project tomorrow, I've made enough mistakes today!

  8. #2468
    Join Date
    Oct 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I have a checkout problem. I'm using Zen Cart v 1.3.0.2 and Cherry Zen 1.7

    During the checkout process I get this message on Step 2 of 3, Payment Information Page:

    Fatal error: Call to undefined function: in_special_checkout() in /usr/local/sugarcrm/htdocs/ciaobam/includes/templates/cherry_zen/templates/tpl_checkout_payment_default.php on line 50

    Does anyone know how to fix this problem? Or is because the versions that I'm using aren't compatible?

    Thanks for your time.

    Anna
    www.ciao-bambino.co.uk

  9. #2469
    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 annieb View Post
    Hi,

    I have a checkout problem. I'm using Zen Cart v 1.3.0.2 and Cherry Zen 1.7

    During the checkout process I get this message on Step 2 of 3, Payment Information Page:

    Fatal error: Call to undefined function: in_special_checkout() in /usr/local/sugarcrm/htdocs/ciaobam/includes/templates/cherry_zen/templates/tpl_checkout_payment_default.php on line 50

    Does anyone know how to fix this problem? Or is because the versions that I'm using aren't compatible?

    Thanks for your time.

    Anna
    www.ciao-bambino.co.uk
    This is a good question for the general forum. It's probably because you are using an old version of zen cart.

  10. #2470
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi all:
    When I use the Products Price Manger for pricing, I get a great box with the prices displayed as I want them, except the heading of the display box reads: Qty Discounts New price
    How would I go about changing this wording?
    Thanx and have a great day
    Rufusclc

 

 

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