Where is ESTIMATE SHIPPING AND TAX in the shopping

I cannot see ESTIMATE SHIPPING AND TAX in the shopping cart. It is very important to have this option available.
 
There is als the option “apply discount code” which I do not use but see no option to hide it.

12 answers

Profile photo of jukebox-revival 2040.00 $tone September 2, 2017
Public

No that is not the problem. the problem is that the ESTIMATE SHIPPING AND TAX is just not showing at all. It is not there. There is only an “Apply discount code” what I do not need.

#2
Profile photo of jukebox-revival 2040.00 $tone September 2, 2017
Public

I see this error in system.log:
 
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘catalog.compare.sidebar’ element cannot be added as child to ‘sidebar.additional’, because the latter doesn’t exist [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘sale.reorder.sidebar’ element cannot be added as child to ‘sidebar.additional’, because the latter doesn’t exist [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘wishlist_sidebar’ element cannot be added as child to ‘sidebar.additional’, because the latter doesn’t exist [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘checkout.cart.item.renderers.gift-card.actions.gift_options’ element cannot be added as child to ‘checkout.cart.item.renderers.gift-card.actions’, because the latter doesn’t exist [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘currency’ tries to reorder itself towards ‘store_language’, but their parents are different: ‘header.panel’ and ” respectively. [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘minicart’ tries to reorder itself towards ‘logo’, but their parents are different: ‘header-wrapper’ and ” respectively. [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘checkout.cart.item.renderers.gift-card.actions.gift_options’ tries to reorder itself towards ”, but their parents are different: ‘checkout.cart.item.renderers.gift-card.actions’ and ” respectively. [] []
[2017-09-02 06:04:51] main.INFO: Broken reference: the ‘header’ tries to reorder itself towards ‘ub.my.account’, but their parents are different: ‘header.panel’ and ” respectively. [] []
[2017-09-02 06:04:51] main.CRITICAL: Invalid template file: ‘Magento_Theme::html/static-top-pages.phtml’ in module: ” block’s name: ‘static.top.pages’ [] []
 
Maybe that has something to do with it?

#3
Profile photo of Ziven Staff 100280.00 $tone September 5, 2017
Public

Hi There,
I just check in my DEV and still see it working fine: http://prntscr.com/gh6uw3
I’m not sure why your site not show up. Please re-share the FTP, SSH and admin account I will take a look at your site.
Best Regards,
Ziven.

#5
Profile photo of Ziven Staff 100280.00 $tone September 5, 2017
Public

Hi there,
It shows up now. http://prntscr.com/gh9adg
It has been hidden by your extension installed and it fixed via LESS. For now it working fine. I Fixed and changed the file: /public_html/app/design/frontend/Ubertheme/megamall/Magento_Theme/web/css/source/_module.less
Best Regards,
Ziven.

#7
Profile photo of Ziven Staff 100280.00 $tone August 1, 2018
Public

Hi There,

Please open the file: /public_html/app/design/frontend/Ubertheme/megamall/Magento_Theme/web/css/source/_module.less at line 52 and add the new code below: 
 

.cart-summary div#block-shipping {
    display: block
}

Once done, please re-compile LESS to CSS following these steps:

You should back up your site first. Then you access your server via SSH and navigate to your Magento 2 folder, and run the following commands one by one:
Step 1: php bin/magento maintenance:enable
Step 2: rm -rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/* var/session/* var/view_preprocessed/* pub/static/frontend/Ubertheme/megamall/*
Step 3: php bin/magento setup:static-content:deploy -t Ubertheme/megamall -f (Make sure you are using developer (or default) mode)
Step 4: php bin/magento cache:flush
step 5: php bin/magento maintenance:disable
Step 6: clear your browser cache

Hope it helps. 
Best Regards,
Ziven.
 

#12

Please login or Register to Submit Answer

Written By

Comments