Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Step 2 of 3 - Payment Information is jacked up..

    Hello,
    I need to find out where the source for this page is? what is the <>.php file name ? as you can see it is jackedup.. I need to take the MSg " your billing addres ..... " out and also fix the format for "your total..." It needs to be on one line and not vertical... Thank you in advance..


    Step 2 of 3 - Payment Information


    Billing Address:


    dallasmart.com
    awk grep

    United States

    Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the Change Address button.


    Your Total $1.08
    Sub-Total:


    $3.75
    Per Unit (Best Way):


    $0.08
    TX TAX 8.25%:


    $4.83
    Total:

  2. #2
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    Quote Originally Posted by awk_grep View Post
    Hello,
    I need to find out where the source for this page is? what is the <>.php file name ? as you can see it is jackedup.. I need to take the MSg " your billing addres ..... " out
    The fast way to find out which specific file to edit is by using the Developers Toolkit in your Admin:
    http://www.zen-cart.com/content.php?...-files-to-edit
    http://www.zen-cart.com/content.php?...lopers-toolkit

    Quote Originally Posted by awk_grep View Post
    and also fix the format for "your total..." It needs to be on one line and not vertical... Thank you in advance..

    That's controlled by your template's CSS.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    The site : http://geckowrangler.com/

    I have found the code in the in " includes\templates\template_default\templates\tpl_modules_order_totals.php" but it does not make any sense to me.. if you have any idea please share..





    this is what it looks like now..
    Your Total Sub-Total: $1.00


    $8.00
    TAX 8.25%: $0.74 Per Item (Best Way):


    Total: $9.74


    It needs to look like this:
    Sub-Total : $1.00


    Per Item (Best Way):$8.00
    TAX 8.25% : $0.74


    Total : $9.74

  4. #4
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    When did this problem start happening?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    from day one.. DO we have any Idea where to go to fix this issue? any samples? any links..??

  6. #6
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    is there a BUG list for the 1.5.1 version? I am trying to figure out the issue with the "
    Step 2 of 3 - Payment Information"

    format for the TOTAL.. The site : http://geckowrangler.com/

  7. #7
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    Quote Originally Posted by awk_grep View Post
    is there a BUG list for the 1.5.1 version? I am trying to figure out the issue with the "
    Step 2 of 3 - Payment Information"

    format for the TOTAL.. The site : http://geckowrangler.com/
    Not a bug for 1.5.1.. Not a "code" fix either.. Looks like a CSS alignment issue which can be resolved in your stylesheet.. The issue is in your template.. what happens if you switch to the classic template?? What happens if you roll back to the template you are using in it's ORIGINAL state before you customized it???
    Last edited by DivaVocals; 12 Jun 2014 at 06:21 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #8
    Join Date
    Dec 2006
    Location
    Dallas,TX
    Posts
    98
    Plugin Contributions
    0

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    i have not try that.. the site is live.. so i cannot interrupt it ..
    however;

    if this was the classic, where would you be looking for this issue? there has to be a CSS "id" or "class" that governs its behavior.. but where is it..???


    here is the code as the source..

    --------------------------

    <div class="floatingBox important forward"></div>
    <br class="clearBoth" />

    <fieldset id="checkoutOrderTotals">
    <legend id="checkoutPaymentHeadingTotal">Your Total</legend>
    <div id="otsubtotal">
    <div class="totalBox larger forward">$2.00</div>
    <div class="lineTitle larger forward">Sub-Total:</div>
    </div>
    <br class="clearBoth" />
    <div id="otshipping">
    <div class="totalBox larger forward">$5.00</div>
    <div class="lineTitle larger forward">Per Unit (Best Way):</div>
    </div>
    <br class="clearBoth" />
    <div id="ottax">
    <div class="totalBox larger forward">$0.17</div>
    <div class="lineTitle larger forward">TAX 8.25%:</div>
    </div>
    <br class="clearBoth" />
    <div id="ottotal">
    <div class="totalBox larger forward">$7.17</div>
    <div class="lineTitle larger forward">Total:</div>
    </div>
    <br class="clearBoth" />
    </fieldset>

  9. #9
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Step 2 of 3 - Payment Information is jacked up..

    Live site, but you can create a copy of it so that you have a sandbox to troubleshoot the issue then copy your changes over to the live site.. this is a good practice anyway for installing new modules or troubleshooting issues.. You should keep a cloned version of the site for this very reason..

    The issue is with the classes and IDs on this page.. That said, you need to get the Firefix Web Developer tools and use it to help narrow down which classes and IDs need to be modified/fixed to correct your layout issue.. If you have a sandbox site, I would suggest reinstalling your template WITHOUT your customizations and see if the problem persists..
    OR
    you can use a file comparison program and compare the changes you made to the template against the original template files.. Perhaps you removed some CSS selectors which have negatively affected the look of this page in the checkout process.. Also suggest making use of the support thread for the template you are using.. Looks like one of Brandon Turpin or Picaflor Azul templates..

    Quote Originally Posted by awk_grep View Post
    i have not try that.. the site is live.. so i cannot interrupt it ..
    however;

    if this was the classic, where would you be looking for this issue? there has to be a CSS "id" or "class" that governs its behavior.. but where is it..???


    here is the code as the source..

    --------------------------

    <div class="floatingBox important forward"></div>
    <br class="clearBoth" />

    <fieldset id="checkoutOrderTotals">
    <legend id="checkoutPaymentHeadingTotal">Your Total</legend>
    <div id="otsubtotal">
    <div class="totalBox larger forward">$2.00</div>
    <div class="lineTitle larger forward">Sub-Total:</div>
    </div>
    <br class="clearBoth" />
    <div id="otshipping">
    <div class="totalBox larger forward">$5.00</div>
    <div class="lineTitle larger forward">Per Unit (Best Way):</div>
    </div>
    <br class="clearBoth" />
    <div id="ottax">
    <div class="totalBox larger forward">$0.17</div>
    <div class="lineTitle larger forward">TAX 8.25%:</div>
    </div>
    <br class="clearBoth" />
    <div id="ottotal">
    <div class="totalBox larger forward">$7.17</div>
    <div class="lineTitle larger forward">Total:</div>
    </div>
    <br class="clearBoth" />
    </fieldset>
    Last edited by DivaVocals; 13 Jun 2014 at 05:07 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Step 2 of 3 - Payment Information doesn´t show payment method, bug?
    By dadex in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 Jun 2009, 03:42 PM
  2. Step 2 of 3 - Payment Information
    By wiccan0974 in forum General Questions
    Replies: 1
    Last Post: 10 Nov 2008, 04:57 PM
  3. Step 2 of 3 - Payment Information of cart
    By simon-m in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 26 Sep 2008, 11:10 PM
  4. Editing Step 2 Payment Information
    By sywp in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Nov 2007, 04:28 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