Shopify themes, liquid, logos, and UX
We are facing an issue where customers do not realize that they have to click on Order Summary to expand it to show the details of their charges and total (in the mobile theme).
hence, we need to have the Order Summary expand by default, how can we do that!
before expanding:
we need it to be expanded by default as below:
Solved! Go to the solution
This is an accepted solution.
I was speaking to Shopify support, and I thank God for helping me find the answer. Change the title of the order summary box, Settings> Checkout> Manage Checkout Language > Check out> Expand Summary. God bless whoever sees this, keep going; hopefully, your business is doing well. I hope this helped ✝️🔥
@SAlawadhi
Hii,
Connect to Shopify Help Center
has this default option been found
I am also looking for a solution to this issue.
This is an accepted solution.
I was speaking to Shopify support, and I thank God for helping me find the answer. Change the title of the order summary box, Settings> Checkout> Manage Checkout Language > Check out> Expand Summary. God bless whoever sees this, keep going; hopefully, your business is doing well. I hope this helped ✝️🔥
thank you for the help. this is a helpful workaround. but i am trying to have the summary expanded by Default
Yes, this is really big problem.
I getting large amounts of customers getting all they way to checkout, then leaving. They do not see how to enter discount codes or check their order.
@Shopify this is a very big problem
I completely agree - it's a massive issue given how common discount codes are.
@Shopify - your users need a real solution to this issue, not a cheesy workaround.
Has anyone found a solution??
It should be an option to have it open by default = it is a big problem for many of our customers as they can not add there coupon code! It should be a Shopify option to be able to have it by default as over 70% of customers shop on mobile !! SOOO FRUSTRATING!
This is a workaround, but we need it expanded by default. I see customers go all the way to checkout then abort especially that we have a popup for 10% discount so they don't know what tdo they leave. This is on mobile which is 90% of the traffic really.
This doesn’t actually work though. Doesn’t expand it. This is a really dumb problem, surely there is a code/liquid fix for this?
This should not be accepted as a solution. Shopify needs to add an option to expand the order summary by default. It currently looks like I am trying to hide shipping fees and taxes from my customers. It also looks like I'm purposely trying to make it difficult for my customers to find where to enter discount codes
yeh 100%, my target market is the older generation, and they like to see whats in their cart and apply their discount in the checkout stage. I don't understand why this cant be an option, it is 100% causing dropped checkouts for me.. - @Shopify
Even me personally, if i cant see to enter my discount on the first page, i would drop the checkout also. not going through the hassle of entering all my details , i know its obvious on the 3rd page, but i wouldn't get that far.
Has anybody found a solution?
I've installed app DCart and customized the discount box to show up under the order note. The only drawback is it didn't look good with a cart drawer, so I had to disable the drawer option but at least i see customers now are seeing the box and if I auto apply a discount it shows under it which is great, so they have more confidence in moving forward to checkout. Still a workaround and I don't know what liquid code this app does, but it worked for us/
I have 1 page checkout now, so it's not a problem anymore.
This worked great! Just a small note you need to actually search (use the search bar to filter) "expand", and "hide" if you want to change that too > Save.
Is there any way to expand the order summary using a URL parameter?
If someone here is still interested. Place this script I made at the bottom of your "checkout.liquid" right before the "{tracking_code}" at the bottom of the file. If you do not have Shopify Plus, then it should work if you add it to additional scripot (Online store > Preferences > additional scripts)
<script>
document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
const orderSummaryToggle = document.querySelector('.order-summary-toggle__text');
if (orderSummaryToggle) {
orderSummaryToggle.click();
}
}, 0);
});
</script>
I have tested, and it works. Voila! I am always for hire if you need me 😉
hey i tried that but it didn't work on mobile. has it been changed or updated. i put it right in checkout.liquid
This is now fully supported.
To expand the Order Summary automatically on mobile checkout, follow these steps:
This feature is available only for Shopify Plus merchants.
Hey! Thanks for this. This only works on a 3-page checkout layout. How can we get this working on a 1-page checkout layout?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024