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
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.
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?
Hi There,
Please give more time to check this issue in the theme. Hope you understand.
Best Regards,
Ziven.
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.
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.
Its showing now but something strange happend.
All prizes in the shopping cart are show without TAX !!!
Price without tax is in the shopping cart the same as without tax
Hello,
Cleaning the cache solved this problem for now.
Hi There,
It great Please let me know if you need help further.
Best Regards,
Ziven.
Again after installation newer version the estimate is gone again in the cart. Can you tell me which line to change how?
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.