Page 144 of 305 FirstFirst ... 4494134142143144145146154194244 ... LastLast
Results 1,431 to 1,440 of 3042
  1. #1431
    Join Date
    Sep 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    As far as getting the "Our Price" in there, you can add it in includes/templates/YOUR_TEMPLATE/template/tpl_product_info_display.php by changing this:

    Code:
      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:

    Code:
      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']);

    But as far as getting rid of the percentage off and such, I'd start a new thread about that in the general forum.


    Dear Jade,
    Thank you for your kindly help.
    Now I start a new thread adress is :
    http://www.zen-cart.com/forum/showth...065#post458065
    Please go there and help me~
    Thank you again.
    Regards,
    Hebbe

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by TripleMoons View Post
    Thanks for the reply. :)

    I don't want the EZPages to show up under the Information menu. I have a specific page structure that I need to follow for the pages, which is why I need JUST certain pages to show up in the menu bar.

    Example:

    Collection --> Ball Pythons | Boa Constrictors | Cornsnakes | Crested Geckos
    If you're saying that you want them added at the top, next to your category drop down, Then you need to open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and add those pages manually, following the menu format. However, realize that you really can't add many drop down menu items without running out of room.

  3. #1433
    Join Date
    Jun 2007
    Posts
    28
    Plugin Contributions
    0

    help question Re: Apple Zen Support Thread

    Good Evening,

    I just installed the Apple Zen and I've been working on it for a couple of hours now, what I don't understand is:

    Before the products were aligned in columns on 3 (as specified in the Index Listing).. no problem.

    Now, they're showing up in 1 column.. even though the settings in the Index Listings page still say 3...


    any suggestions? Where can I look?

    Here is the link: www.tuscanywines.net/catalog

    Thank you in advance!

    P.S. Nifty Zen was a cool template, but Apple rocks :)

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by xmisspurrfect View Post
    Good Evening,

    I just installed the Apple Zen and I've been working on it for a couple of hours now, what I don't understand is:

    Before the products were aligned in columns on 3 (as specified in the Index Listing).. no problem.

    Now, they're showing up in 1 column.. even though the settings in the Index Listings page still say 3...


    any suggestions? Where can I look?

    Here is the link: www.tuscanywines.net/catalog

    Thank you in advance!

    P.S. Nifty Zen was a cool template, but Apple rocks :)
    Do you have the Layout Grid mod installed on this site? Its not turned on right now, or you don't have the files in the right place. You turn it to "columns", under "configuration", "product listing", "product listing - layout style".

    If it is set to columns, then when switching templates, I'm guessing all the files for the grid mod aren't in their proper places.

  5. #1435
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

    Have a Drink Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    If you're saying that you want them added at the top, next to your category drop down, Then you need to open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and add those pages manually, following the menu format. However, realize that you really can't add many drop down menu items without running out of room.
    Thanks for the reply. :)

    I actually made my own solution by putting links where the header search is normally. Works pretty good I think. :)
    [FONT=Century Gothic].: Stef :.[/FONT]

  6. #1436

    Default Re: Apple Zen Support Thread

    Hi Jettrue,
    Just a quick question, maybe theres already a question like this one, is it possible to add a link to the menu? I want to make a prominent link to my main website from my store and I was thinking that if, under the "home" drop down menu if it would be possible to add an extra link like "Main Site" and have it send the people to my main site ie, www.thedidgmaster.ca? Not the store. Thanks.

  7. #1437
    Join Date
    Nov 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Jade,
    great work.
    I was reading all 126 pages (quickly ) and I couldn't find a solution.
    I have 2 questions.


    1.) How can I have the dropdown menu in my language (italian)? I must have made some mistake but I get the proper titles only in english.


    2.) What font did you use to make the logo image?


    Thanks in advance.

    Nico

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by nico66s View Post
    Jade,
    great work.
    I was reading all 126 pages (quickly ) and I couldn't find a solution.
    I have 2 questions.


    1.) How can I have the dropdown menu in my language (italian)? I must have made some mistake but I get the proper titles only in english.


    2.) What font did you use to make the logo image?


    Thanks in advance.

    Nico
    1. You have to have the corresponding language files in the proper spots. So anywhere there is a includes/languages/english/apple_zen/ file, you need to have an includes/languages/italian/apple_zen/ file.

    2. It is called "Pupcat"

    You're welcome!

    Oh, and I think you emailed me about making italian buttons? See this post about making free buttons online:
    http://www.zen-cart.com/forum/showpo...&postcount=759

    Also, you wanted to have the cherry zen styling of products. You could do this by uploading the cherry_zen includes/templates/cherry_zen/templates/tpl_product_info_display to apple zen, and then adding the relevant css changes from cherry_zen to apple_zen.

  9. #1439
    Join Date
    Nov 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    1. You have to have the corresponding language files in the proper spots. So anywhere there is a includes/languages/english/apple_zen/ file, you need to have an includes/languages/italian/apple_zen/ file.

    2. It is called "Pupcat"

    You're welcome!

    Oh, and I think you emailed me about making italian buttons? See this post about making free buttons online:
    http://www.zen-cart.com/forum/showpo...&postcount=759

    Also, you wanted to have the cherry zen styling of products. You could do this by uploading the cherry_zen includes/templates/cherry_zen/templates/tpl_product_info_display to apple zen, and then adding the relevant css changes from cherry_zen to apple_zen.
    Yes, that was me :)

    Thanks for all your support.
    I'll let you know if everything went ok.

    Ciao

  10. #1440
    Join Date
    Nov 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Ok, bunch of problems.

    I'm working locally to test everything before going online.
    I installed your template following readme.txt instructions.
    The first problem I got was a
    1054 Unknown column 'pages_title' in 'order clause'
    in:
    [select * from ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
    error.
    I saw another user had the same problem with Cherry Zen but there was no solution for it. So I looked around and I found something on the italian support forum.
    Here they suggest for the same problem to copy 3 files:

    includes/modules/classic/ezpages_bar_footer.php
    includes/modules/classic/ezpages_bar_header.php
    includes/modules/sideboxes/classic/ezpages.php

    to the new_template directory.

    I did so and the problem somehow dissappeared, but, as you can see from the first picture my header is different from the original.


    Then, when I switch to the italian language, I get this:


    Any suggestion?

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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