Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Simple Zen Template

    Good Morning,
    I have noticed on my installation when registering the state box will not work until you go further down the list and select the country, then you go back upto the state and select the state.

    Differences between Firefox and IE

    The faded red header works fine in firefox, but the words are "clipped" in IE

    Step 2 of 3 - Payment Information is fine in IE, out of alignment in Firefox

    http://www.thepatchshop.com.au
    Login as: [email protected]
    Password: test123

    Go to shopping cart and continue to Step 2 of 3 - Payment Information you will see what I mean.

    Ron

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

    Default Re: Simple Zen Template

    Quote Originally Posted by RKB View Post
    Good Morning,
    I have noticed on my installation when registering the state box will not work until you go further down the list and select the country, then you go back upto the state and select the state.

    Differences between Firefox and IE

    The faded red header works fine in firefox, but the words are "clipped" in IE

    Step 2 of 3 - Payment Information is fine in IE, out of alignment in Firefox

    http://www.thepatchshop.com.au
    Login as: [email protected]
    Password: test123

    Go to shopping cart and continue to Step 2 of 3 - Payment Information you will see what I mean.

    Ron
    The shopping cart issue is because of an error you have in your CSS:

    .forward, #shoppingCartDefault #PPECbutton { {
    float: right;
    }

    You've got two "{"... remove one of them.

    The clipped header issue in IE... change the line height in the section below to 1.5em:

    #navMain ul (line 290)

    {

    padding-top: 0.7em;

    list-style-type: none;

    text-align: center;

    line-height: 1em;

    }

    As for the state selection issue... are you using zen cart 1.3.7?

  3. #3
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Simple Zen Template

    Yes, I am using 1.3.7

    Ron

  4. #4
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Simple Zen Template

    Jettrue,
    Thanks for the information, all done and works well, thanks.

    Yes I am using 1.3.7 so if you can assist with the "state" issue I would be grateful.
    Feel free to "register" and http://www.thepatchshop.com.au and see what I mean.

    Another thing I would like is to change the font size and colour of my banking details on page 3 of 3 when payment by direct deposit is selected.

    By the way the test access is still available if required

    Any guidance will be gratefully received.

    Ron

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

    Default Re: Simple Zen Template

    Quote Originally Posted by RKB View Post
    Jettrue,
    Thanks for the information, all done and works well, thanks.

    Yes I am using 1.3.7 so if you can assist with the "state" issue I would be grateful.
    Feel free to "register" and http://www.thepatchshop.com.au and see what I mean.

    Another thing I would like is to change the font size and colour of my banking details on page 3 of 3 when payment by direct deposit is selected.

    By the way the test access is still available if required

    Any guidance will be gratefully received.

    Ron
    Hi Ron,

    The state issue is template independent, and I don't know too much about that portion of zen cart, so I would suggest asking that in the "general questions" forum. However, I think it makes sense that the state isn't available until you choose the country, as the site needs to know which country the customer is in, or else there would be too many options in the state drop down menu.

    As for the banking details, you could style that in your stylesheet under this new tag:
    #checkoutconfirmationBody .important {}

  6. #6
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Simple Zen Template

    Good Morning Jettrue,

    I have inserted
    #checkoutconfirmationBody .important
    {
    font-family: Comic Sans MS;
    font-size: 178.5%;
    color: #186321;
    }
    And it controls the font size and colour fine, the font style is a different issue.

    Please use the following details to transfer your total order value: (is correct font)

    (start of different font)
    Account No.: XXXXXXXX
    BSB Number: YYY-YYY
    Account Name: Joe Blogs
    Bank Name: Bank of Australia
    Swift Code:
    (end of different font)

    Thanks for your order which will ship immediately we receive payment in the above account. (is correct font)

    So the font type is being called from somewhere else, but where.
    Also can I remove the words "Swift Code" as we do not have this system in Australia.

    Ron

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

    Default Re: Simple Zen Template

    Quote Originally Posted by RKB View Post
    Good Morning Jettrue,

    I have inserted
    #checkoutconfirmationBody .important
    {
    font-family: Comic Sans MS;
    font-size: 178.5%;
    color: #186321;
    }
    And it controls the font size and colour fine, the font style is a different issue.

    Please use the following details to transfer your total order value: (is correct font)

    (start of different font)
    Account No.: XXXXXXXX
    BSB Number: YYY-YYY
    Account Name: Joe Blogs
    Bank Name: Bank of Australia
    Swift Code:
    (end of different font)

    Thanks for your order which will ship immediately we receive payment in the above account. (is correct font)

    So the font type is being called from somewhere else, but where.
    Also can I remove the words "Swift Code" as we do not have this system in Australia.

    Ron
    This will fix the font issue:
    pre{font-family: Comic Sans MS;}

    I have no idea where that swift code comes from? I'm assuming its within the module you're using for that payment type? Try doing a search for "Swift Code" in your admin, under "Tools", then "Developers Tool Kit".

  8. #8
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Simple Zen Template

    Jettrue,
    Thanks for your assistance, all done and all good.

    Ron

  9. #9
    Join Date
    Nov 2009
    Location
    QLD, Australia
    Posts
    42
    Plugin Contributions
    0

    Default Re: Simple Zen Template

    great to hear u got rid of the swift code... but at least pass on how you did it when you reply.. Otherwise, don't waste your time repling "all done, all good" It's Useless info!!!!!

  10. #10
    Join Date
    Aug 2007
    Location
    Clinton, Michigan USA
    Posts
    88
    Plugin Contributions
    0

    Default Re: Simple Zen Template

    Will this simplezen work on 1.3.8a

    If it will, what modifications do I need to make?

    thanks
    Do the Impossible!!

 

 
Page 1 of 2 12 LastLast

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. Replies: 1
    Last Post: 9 Oct 2008, 02:37 PM
  3. Simple template?
    By Inkbella in forum Addon Templates
    Replies: 1
    Last Post: 14 Apr 2008, 04:54 AM
  4. Simple Zen Template
    By RKB in forum Addon Templates
    Replies: 0
    Last Post: 25 Feb 2007, 11:08 PM
  5. Simple Zen template and icons
    By lynnema in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Sep 2006, 10:57 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