Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem
Quote:
Originally Posted by
carlwhat
in tpl_checkout_payment_default.php find this line:
PHP Code:
// from
<div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
// to
<div class="floatingBox important"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
let me know if that works.
I removed Forward from payment and shipping, but the problem remains.
Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem
The change did not work, but i was just exploring around and started Google Inspector at the bottom of the page i see and error message.
index.php?main_page=checkout_payment:1 Unchecked runtime.lastError: The message port closed before a response was received.
Could that have anything to do with the problem?
Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem
Quote:
Originally Posted by
jodean
The change did not work, but i was just exploring around and started Google Inspector at the bottom of the page i see and error message.
index.php?main_page=checkout_payment:1 Unchecked runtime.lastError: The message port closed before a response was received.
Could that have anything to do with the problem?
I do not think so....
here is my take on this situation:
- this is a problem that has been well documented
- this is a problem for which @swguy provided a fix and it is incorporated into the next release of ZC
- i myself have experienced this problem. chrome is my browser of choice.
- i am currently operating on a ZC v156c vanilla install, using the responsive_classic template
- i have implemented the fix provided by @swguy and it resolved my problem
- prior to that knowledge i removed the forward class as indicated above, and that also resolved the display issue on chrome
- if these fixes do not work for you, i am not sure that you are operating on the correct files.
- i would review all of the help provided in this thread and ensure that you have applied the fix to the correct template files; the template override system can be daunting when first experiencing it. but i would completely review everything here and make sure you are in the right place. and easy way to do that would be to add some extra text somewhere and ensure that comes up on the page.
good luck.
Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem
I have tried a new vanilla out of the box 156c installation. The page still does not work after modifying the tpl_checkout_shipping_default.php. I am curious how does the screen work when tpl_checkout_shipping_default.php is not in the responsive_classic/templates folder? It seems like any changes to tpl_checkout_shipping_default.php file has no impact on the Payment Method - Step 2 page?
Re: Home :: Checkout - Step 1 :: Payment Method - Step 2 Display Problem
This is correct - changing the SHIPPING PAGE template doesn't affect the PAYMENT PAGE.
If you want to change the PAYMENT PAGE, change the PAYMENT PAGE template.
The PAYMENT PAGE template is tpl_checkout_payment_default.php.