Page 21 of 28 FirstFirst ... 111920212223 ... LastLast
Results 201 to 210 of 275
  1. #201
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by gabrobster View Post
    zen cart 1.3.9 is on the test site our real site is using 1.3.8 but will be upgraded before we add this template.

    None that will be any issue as the are inserts to sideboxes.

    No problem it is just that we would like to add some black tabs at the top where there are currently Home, Log In/Register, Contact Us, My Account, and View Cart.

    Is there a way to add tabs to external or internal pages? And what files would need to be edited? It may seem like a dumb question, but I am unexperienced with most PHP issues, though I can manage to changes things if I am pointed in the right direction.

    I have attached a picture to show what I am asking about.
    open includes/templates/zencart_zen/common/tpl_header.php

    add your additional links (using the <li></li>) structure and the tabs will be displayed.

  2. #202
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by clydejones View Post
    open includes/templates/zencart_zen/common/tpl_header.php

    add your additional links (using the <li></li>) structure and the tabs will be displayed.
    I tried it, but I must be doing something wrong, here is the screen shots of the line I wrote and what happened.





    Sorry about being a pain.

  3. #203
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by gabrobster View Post
    I tried it, but I must be doing something wrong, here is the screen shots of the line I wrote and what happened.





    Sorry about being a pain.
    the test site is at http://elseinc.com/estoretest/

  4. #204
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by gabrobster View Post
    the test site is at http://elseinc.com/estoretest/
    Quote Originally Posted by gabrobster View Post
    I tried it, but I must be doing something wrong, here is the screen shots of the line I wrote and what happened.





    Sorry about being a pain.
    try this:

    <li><a href="http://elseinc.com/"><span>ELSE Inc</span></a></li>

  5. #205
    Join Date
    Oct 2010
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: "ZenCart Zen" Template Support

    Quote Originally Posted by clydejones View Post
    try this:

    <li><a href="http://elseinc.com/"><span>ELSE Inc</span></a></li>
    THANK YOU it works great and will look great, if all goes as planned this weekend I will update Zen Cart and than install the template into the real site.

    Clyde you are great.

  6. #206
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    My cart at www.gokaraokemachine.com was working fine on version 1.3.9g.

    Then, after upgrading to 1.3.9h, I had a problem with my checkout_shipping page. First, in both Admin and the Store, the page was blank. I re-installed Advanced Shipper and now I can see the Admin page for Ceon's Advanced Shipper module, which has retained my shipping settings.

    However, I still cannot see the Cart checkout_shipping page. It says the web page is not available, tells me to reload later, and gives the error message:

    Error 118 (net::ERR_CONNECTION_TIMED_OUT): The operation timed out.
    Only one file was changed in version 1.3.9h that is in your template zencart_zen: includes/modules/pages/shopping_cart/header_php.php.

    In Winmerge the two files have 9 differences.

    I assume I need to merge the version h changes into the template file. As merging files is an operation that is completely new to me, I am posting this before I start. I will let you know if I break anything or if I am successful.

    Notageek

  7. #207
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    I used "copy right" to copy the changes from 1.3.9h to the Zencart_Zen template file includes/modules/pages/shopping_cart/header_php.php.

    When the merge finished, it stated that the version h file and the Zencart_Zen file were identical.

    As the Zencart_Zen was different to start with, and the changes went from the version h file to the template file, I would expect the Zencart_Zen file to still be different, just having the new material from version h.

    So it looks like I have to figure out what Winmerge is actually doing before trying out the resulting file. I will check back later for your comments.

    Notageek

  8. #208
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    In Zen Cart version 1.3.9g, which worked with my cart, there are 7 differences between the default and the Zencart_Zen template page for includes/modules/pages/shopping_cart/header_php.php.

    In version 1.3.9h there are 9 differences, with the two new differences (shown in Bold Type) being as follows:

    At Line 111 in the Winmerge screen:

    1.3.9h:
    $attr_value = htmlspecialchars($products[$i]['attributes_values'][$option], ENT_COMPAT, CHARSET, TRUE);

    Zencart_zen:
    $attr_value = $products[$i]['attributes_values'][$option];

    and in Winmerge at line 119:

    1.3.9h
    $attrArray[$option]['products_options_values_name'] = $attr_value;

    Zencart_zen:
    $attrArray[$option]['products_options_values_name'] = zen_output_string_protected($attr_value) ;

    So, I am not sure what to do with these differences, or why the new version was added.

    However, one of the solutions to problems that have come up with 1.3.9h, posted here http://www.zen-cart.com/forum/showpo...64&postcount=6, advised to modify the following:

    [QUOTE] ENT_COMPAT, CHARSET, TRUE[QUOTE]

    or a similar line with FALSE instead of true, to take out the ", TRUE" or ", FALSE." I do not know if that would be relevant here as it is only applicable if one's web host is not using PHP 5.3 or higher. My host recently upgraded to PHP 5.3, so I would not expect that to make any difference.

    So, I will see if adding those 2 differences to the template helps the situation. I have no idea what any of the code means. I will let you know what happens.

    Notageek

  9. #209
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    My checkout_shipping page blank problem is not a Zencart_zen template problem after all. On checking my test server online, I can indeed see the checkout_shopping page. I see that I did upgrade that site to 1.3.9h. So I will have to compare the two sites to see what the differences might be.

    At least I can confirm that the template works fine with 1.3.9h. I have not tried uploading the template with the new additions from 1.3.9h, though, so far.

    Notageek
    Last edited by notageek; 18 Nov 2010 at 10:22 PM.

  10. #210
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Hi Clyde,
    I'm using (and loving) the Zencart Zen template on my site (laurelsstitchery.com/catalog/) but I have one question. Paypal no longer requires their Express checkout button to be on the shopping cart contents page and there is an option in the Paypal Express setup in Zencart to disable that button. When I disable that button, it still shows up and on the PE help thread, they suggested it may be because I'm using a custom template. Do you have any insight into this issue. It's not a huge deal that it's there, but I think it's confusing to have the PE button and the regular checkout button. I would prefer to have just the regular checkout button by itself and allow people to choose PE later in the checkout process. I hope this is making sense. :)

    Laurel

 

 
Page 21 of 28 FirstFirst ... 111920212223 ... LastLast

Similar Threads

  1. v139h Need help installing "zencart-skins.com" template 43889
    By chams911 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jul 2013, 12:56 PM
  2. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  3. "Multi-Language Support for EZ-Pages" prints "Array" in Sidebox
    By andreas.hennig in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2010, 08:23 AM
  4. Comment out "Check for Updates" Button, "Support Site" Link, & "Version" Link?
    By g00glethis1 in forum Customization from the Admin
    Replies: 4
    Last Post: 15 Mar 2010, 06:32 AM
  5. Wamp5/Zencart localhost help "custom template distorted"
    By oxicottin in forum Installing on a Windows Server
    Replies: 10
    Last Post: 27 Aug 2007, 03:46 AM

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