cancel
Showing results for 
Search instead for 
Did you mean: 

Checkout Page not loading and getting blank page

Re: Checkout Page not loading and getting blank page

If we disable the Ctech_Configurator we cannot add product to the cart to proceed to checkout without configuring product using this extension.

From the backend Stores > Configuration > Advanced > Advanced Tab is missing (Here will have options to Enable/Disable Modules)

Also Checked from the System > Tools > Web Setup Wizard > Module Manager also gives blank page in the backend.

And the last option we having is from the path /app/etc/config.php
Here are the list of modules and don't have an exact idea of which modules to be disabled and check:

<?php
return [
  'modules' => [
    'Amasty_Base' => 1,
    'Magento_Store' => 1,
    'Magento_Directory' => 1,
    'Magento_Eav' => 1,
    'Magento_Theme' => 1,
    'Magento_Backend' => 1,
    'Anowave_Package' => 1,
    'Magento_Customer' => 1,
    'Magento_AdminNotification' => 1,
    'Magento_Indexer' => 1,
    'Magento_Cms' => 1,
    'Magento_Catalog' => 1,
    'MageWorx_SeoAll' => 1,
    'MageWorx_HtmlSitemap' => 1,
    'Magento_Robots' => 1,
    'Magento_Rule' => 1,
    'Magento_AdvancedPricingImportExport' => 1,
    'Magento_Config' => 1,
    'Magento_Authorization' => 1,
    'Magento_Quote' => 1,
    'Magento_Version' => 1,
    'Magento_Backup' => 1,
    'Magento_SalesSequence' => 1,
    'Magento_Bundle' => 1,
    'Magento_BundleImportExport' => 1,
    'Magento_CacheInvalidate' => 1,
    'Magento_Payment' => 1,
    'Magento_CatalogInventory' => 1,
    'Magento_Security' => 1,
    'Magento_CatalogImportExport' => 1,
    'Magento_Sales' => 1,
    'Magento_Cron' => 1,
    'Magento_Msrp' => 1,
    'Magento_Search' => 1,
    'Magento_CatalogUrlRewrite' => 1,
    'Magento_Widget' => 1,
    'Magento_Checkout' => 1,
    'Magento_CheckoutAgreements' => 1,
    'Ctech_Configurator' => 1,
    'Magento_CmsUrlRewrite' => 1,
    'Magento_User' => 1,
    'Magento_ConfigurableImportExport' => 1,
    'Magento_CatalogRule' => 1,
    'Magento_ConfigurableProduct' => 1,
    'Magento_Contact' => 1,
    'Magento_Cookie' => 1,
    'Magento_Email' => 1,
    'Magento_CurrencySymbol' => 1,
    'Magento_Vault' => 1,
    'Magento_Integration' => 1,
    'Magento_CustomerImportExport' => 1,
    'Magento_Deploy' => 1,
    'Magento_Developer' => 1,
    'Magento_Dhl' => 1,
    'Magento_Paypal' => 1,
    'Magento_Downloadable' => 1,
    'Magento_ImportExport' => 1,
    'Magento_CatalogRuleConfigurable' => 1,
    'Magento_Newsletter' => 1,
    'Magento_EncryptionKey' => 1,
    'Magento_Fedex' => 1,
    'Magento_GiftMessage' => 1,
    'Magento_GoogleAdwords' => 1,
    'Magento_GoogleAnalytics' => 1,
    'Magento_Ui' => 1,
    'Magento_GroupedImportExport' => 1,
    'Magento_GroupedProduct' => 1,
    'Magento_DownloadableImportExport' => 1,
    'Klarna_Core' => 1,
    'Magento_InstantPurchase' => 1,
    'Magento_Analytics' => 1,
    'Magento_LayeredNavigation' => 1,
    'Magento_Marketplace' => 1,
    'Magento_MediaStorage' => 1,
    'Magento_ConfigurableProductSales' => 1,
    'Magento_Multishipping' => 1,
    'Magento_NewRelicReporting' => 1,
    'Magento_ProductAlert' => 1,
    'Magento_OfflinePayments' => 1,
    'Magento_SalesRule' => 1,
    'Magento_PageCache' => 1,
    'Magento_Authorizenet' => 1,
    'Magento_Braintree' => 1,
    'Magento_Persistent' => 1,
    'Magento_Reports' => 1,
    'Magento_ProductVideo' => 1,
    'Klarna_Ordermanagement' => 1,
    'Magento_QuoteAnalytics' => 1,
    'Magento_ReleaseNotification' => 1,
    'Magento_Review' => 1,
    'Magento_RequireJs' => 1,
    'Magento_SendFriend' => 1,
    'Magento_ReviewAnalytics' => 1,
    'Magento_Sitemap' => 1,
    'Magento_Rss' => 1,
    'Amasty_Rma' => 1,
    'Magento_Captcha' => 1,
    'Magento_SalesAnalytics' => 1,
    'Magento_SalesInventory' => 1,
    'Magento_OfflineShipping' => 1,
    'Amazon_Core' => 1,
    'Magento_UrlRewrite' => 1,
    'Magento_CatalogSearch' => 1,
    'Magento_CustomerAnalytics' => 1,
    'Magento_Shipping' => 1,
    'Magento_Wishlist' => 1,
    'Magento_Signifyd' => 1,
    'MageWorx_XmlSitemap' => 1,
    'Amazon_Login' => 1,
    'Magento_Swagger' => 1,
    'Magento_Swatches' => 1,
    'Magento_SwatchesLayeredNavigation' => 1,
    'Magento_Tax' => 1,
    'Magento_TaxImportExport' => 1,
    'Amazon_Payment' => 1,
    'Magento_Translation' => 1,
    'Magento_GoogleOptimizer' => 1,
    'Magento_Ups' => 1,
    'Magento_SampleData' => 1,
    'Magento_CatalogAnalytics' => 1,
    'Magento_Usps' => 1,
    'Magento_Variable' => 1,
    'Klarna_Kp' => 1,
    'Anowave_Ec' => 1,
    'Magento_Webapi' => 1,
    'Magento_WebapiSecurity' => 1,
    'Magento_Weee' => 1,
    'Magento_CatalogWidget' => 1,
    'Dotdigitalgroup_Email' => 1,
    'Magento_WishlistAnalytics' => 1,
    'Mageside_SubscribeAtCheckout' => 1,
    'Magestore_Bannerslider' => 1,
    'Owebia_AdvancedSettingCore' => 1,
    'Owebia_AdvancedShippingSetting' => 1,
    'Plumrocket_Base' => 1,
    'Plumrocket_Estimateddelivery' => 1,
    'Shopial_Facebook' => 1,
    'SohoProspecting_MagentoSageLink' => 0,
    'Soho_Ajaxcompare' => 1,
    'Soho_Coupon' => 1,
    'Temando_Shipping' => 1,
    'Vertex_Tax' => 1,
    'Wyomind_Core' => 1,
    'Wyomind_OrderEraser' => 1,
    'ZS_Usaepay' => 1
  ]
];


And also we have changed the Theme from our custom theme to Magento Luma Theme and run the given commands.

Still Checkout page is empty.

Re: Checkout Page not loading and getting blank page

Hi

Disabled those two modules
1. Plumrocket_Estimateddelivery
2. ZS_Usaepay

Now We can see the products in the Checkout/Cart Page

But the when clicked on Proceed to Checkout the Checkout page is getting a loading icon and background shows 404 page...

Re: Checkout Page not loading and getting blank page

Run below command,

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:flush
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Checkout Page not loading and getting blank page

Now the Checkout page  is loading and after selecting the shipment methods in checkout page and click on continue to next step getting blank again(May be Payment Methods not loading).

Re: Checkout Page not loading and getting blank page

Please check first payment method is active or not.

Also, check for a console for javascript error log and also check system.log whether any log is generated or not.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Checkout Page not loading and getting blank page

Hi

Cash on delivery payment method is enabled and was not loading in checkout.
and has no errors in the log ...