Open nandopsilva opened 4 years ago
Hi, Can you show a screenshot of features you're refering to ?
I think Fernando is referring to this - I noticed same issue.
Hello @ggm-dev, exactly!
Thank you!
Hi team - Do you have plans to style this to make it available on frontend? I need to get it working but can wait a bit if you have it on roadmap. Otherwise I'll take a crack at it.
Thanks and happy new year!.
Hi @ggm-dev !
I realized that by disabling "Display none" the block appears correctly.
I just couldn't find where in the code to remove.
Look at this:
But I was not able to find where I modify this.
Hi @ggm-dev !
Here it worked by changing the following file: /public_html/vendor/creativestyle/your-theme/src/components/cart/cart-summary/cart-summary.scss
I modified lines 155 and 164 by replacing "Display none;" by "width: 100%;"
`.multicheckout, .#{$ns}cart-summary__shipping { width: 100%; }
.checkout-methods-items .item + .item {
margin-top: 0 !important;
}
// Remove shipping estimation from cart summary
#block-shipping {
width: 100%;
}`
And then, I deployed my theme again. Worked fine for me.
I think we can close this issue, if you agree.
Kind Regards, Fernando Silva
Hi Fernando - I ended up doing the same thing as you, but I was going to try and move shipping estimation block next to the "Apply Discount Code" and style it to hide/display in the same way. It's one of the only default magento behaviors that I've found that isn't styled in the same beautiful way as the rest of the magesuite theme. What do you think - leave ticket open just in case the team wants to revisit? I would think most shops would want to have shipping estimation display by default.
Hello!
How can I enable shipping calculation on the cart page or on the product page?
I noticed that it shows only on the checkout page.
Best Regards, Fernando Silva