Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    When checking out the main_page=checkout_payment does not not display the order totals on the screen properly. See attachment?
    Attached Images Attached Images  

  2. #2
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    https://www.zen-cart.com/showthread....58#post1366958

    post # 821 if this doesn't show up as I intended.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    You can just use my PR to fix this:
    https://github.com/zencart/zencart/pull/2972
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    The code that you are referring to does not look like my 156c code tpl_checkout_shipping_default.php

    It looks like 156c code is different than your fix.

    '<div id="checkoutBillto" class="floatingBox back">'
    '<?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
    '<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . 'zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
    '<?php } ?>
    '<address><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['billto'], true, ' ', '<br />'); ?></address>
    '</div>
    Last edited by jodean; 5 Apr 2020 at 04:33 PM.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    The PR shows a one line change at line 33 of includes/templates/template_default/templates/tpl_checkout_shipping_default.php.
    Stick in a <br /> right there.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    Please disregard the previous post. It was a mistake.

    Bottom line the tpl.checkout_shipping_default.php file does not exist in v156c?

    What am i missing?

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    I assume you are using the responsive_classic template.

    includes/templates/template_default/templates/tpl_checkout_shipping_default.php DOES exist
    includes/templates/responsive_classic /templates/tpl_checkout_shipping_default.php DOES NOT exist

    Copy first file to responsive_classic folder, creating second file.
    Edit second file as explained above.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #8
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,669
    Plugin Contributions
    11

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    Quote Originally Posted by jodean View Post
    The code that you are referring to does not look like my 156c code tpl_checkout_shipping_default.php

    It looks like 156c code is different than your fix.

    '<div id="checkoutBillto" class="floatingBox back">'
    '<?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
    '<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . 'zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
    '<?php } ?>
    '<address><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['billto'], true, ' ', '<br />'); ?></address>
    '</div>
    • little gratitude will go a long way
    • hard to imagine that @swguy PR is wrong, and your code is correct
    • very easy to miss things; i would double check before posting
    • from what i can tell, your file has been modified; OR more likely you are looking at tpl_checkout_payment_default.php. which is not where the fix is located. but 1 of these 2 things is correct.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #9
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    The file is not in the download zen-cart-v1.5.6c-07162019. Is this incorrect download?

  10. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem

    Hang on ... I gave the wrong link ...
    (There are multiple bugs in 1.5.6 checkout with responsive classic.)
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Google Checkout on Payment Method Step - 2
    By old_cadger in forum Addon Payment Modules
    Replies: 6
    Last Post: 9 Mar 2012, 12:39 PM
  2. Checkout Step 2 Tax Display Problem
    By ottishop in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 22 Oct 2009, 12:54 AM
  3. Removing Discount Coupon box from Checkout Payment Method - Step 2
    By hauruapai in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 23 Sep 2007, 11:10 AM
  4. payment method on step 2
    By justinzhang in forum Addon Payment Modules
    Replies: 3
    Last Post: 2 Sep 2006, 05:17 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