Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default Credit card info fields - page layout wrong on purchased template

    I'm trying to find where I can change the layout of the credit card information fields on the Payment Information page. The template I'm using (purchased from TemplateMonster) has the expiration year/month fields located in the wrong places. I verified it was the custom template causing the problem, since the default Zen Cart template's layout of this page is fine.
    Using v 1.3.8a.

    Thanks - Mark RS

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Credit card info page layout

    Co,
    Click on the orange tab on the top of this page Called: Tutorials/Faq

    1. Search for: Developers Tool Kit
    2. Then find some wording on the page and use that to hunt down the .php file to edit
    Mark
    Hare Do

  3. #3
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Credit card info page layout

    I have already spent two hours searching using the Developer Toolkit, but I'm coming up empty. Any suggestions on search strings?

    Thanks, Mark

  4. #4
    Join Date
    Dec 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Credit card info fields - page layout wrong on purchased template

    Hi,
    I am having similar problem. Did you find a solution to your problem.

    I have also looked by searching the Developer's Tool Kit and no success.

    I believe the templates from Template Monster is missing a file in the Includes/Template/YouTemplate, but I cannot find it.

    Can any one with more Zen Cart experience point me in the right direction?

    Thanks

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Credit card info fields - page layout wrong on purchased template

    You probably need to narrow the search string. Pick something that is distinctive, but does not include anything that might change in different situations.

  6. #6
    Join Date
    Dec 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Credit card info fields - page layout wrong on purchased template

    After many hours pulling my hair, I have found a fix!

    Go to:
    Includes/Templates/Your Theme/CSS/stylesheet.css

    Find:

    LABEL.inputLabelPayment {
    width: 15em;
    float: left;
    }


    and change to:

    LABEL.inputLabelPayment {
    width: 15em;
    float: middle;
    }


    Let me know if it works for you.

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Credit card info fields - page layout wrong on purchased template

    float: middle; is an invalid property declaration. It works for you because you want the float ignored, but the better way would be to use

    float: none;

    or possibly just delete the whole float: xxx; line.

  8. #8
    Join Date
    Dec 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Credit card info fields - page layout wrong on purchased template

    Got it, Thanks for the correction.

    Quote Originally Posted by gjh42 View Post
    float: middle; is an invalid property declaration. It works for you because you want the float ignored, but the better way would be to use

    float: none;

    or possibly just delete the whole float: xxx; line.

  9. #9
    Join Date
    Aug 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Credit card info fields - page layout wrong on purchased template

    Hi all,

    I'm having this same problem I tried to change the float to none or just delete it, but it doesn't work. This is how it looks like right now. The expiration field is put at the bottom... Can you please help?


    I use an algozone template and zen cart 1.3.9h. Algozone is not responding to me.

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Credit card info fields - page layout wrong on purchased template

    We need to see your site live to advise on how to change the styling for your custom template.

 

 

Similar Threads

  1. Credit Card fields messed up on checkout-payment page
    By belaze in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Mar 2010, 06:48 AM
  2. Duplicate credit card fields on checkout page
    By sandykr09 in forum Managing Customers and Orders
    Replies: 22
    Last Post: 12 Dec 2009, 04:11 PM
  3. Replies: 1
    Last Post: 26 Oct 2009, 03:30 AM
  4. Credit Card fields not showing on payment page
    By stalb33 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jan 2009, 08:12 PM
  5. Why do I have credit card fields when the credit card module is not enabled?
    By RayDube in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 8 Jan 2009, 07:39 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