How can we set the order summary to expand by default?

Solved

How can we set the order summary to expand by default?

SAlawadhi
Excursionist
16 0 12

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:

Screen Shot 2022-07-02 at 12.16.45 PM.png

 

we need it to be expanded by default as below:

 

Screen Shot 2022-07-02 at 12.16.56 PM.png

Accepted Solution (1)

MILANO_
Visitor
1 1 7

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 ✝️🔥

Screen Shot 2022-07-20 at 1.29.06 PM.png

Screen Shot 2022-07-20 at 1.26.29 PM.png

View solution in original post

Replies 22 (22)

oscprofessional
Shopify Partner
16115 2409 3123

@SAlawadhi 
Hii,
Connect to Shopify Help Center

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
beultra
Visitor
2 0 1

has this default option been found

nanna_svendsen
Tourist
3 0 2

I am also looking for a solution to this issue.

MILANO_
Visitor
1 1 7

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 ✝️🔥

Screen Shot 2022-07-20 at 1.29.06 PM.png

Screen Shot 2022-07-20 at 1.26.29 PM.png

SAlawadhi
Excursionist
16 0 12

thank you for the help. this is a helpful workaround. but i am trying to have the summary expanded by Default

taylor91
Visitor
1 0 10

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

nicolewhitley
Tourist
10 0 23

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.

LVJ
Tourist
6 0 1

Has anyone found a solution?? 

SoniaOnline
Shopify Partner
3 0 3

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!

IronCladfamily
Tourist
4 0 7

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. 

nightscare
Tourist
10 0 5

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? 

CaseyDugan
Visitor
2 0 4

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

nightscare
Tourist
10 0 5

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.

shopBuilder99
Shopify Partner
6 0 1

Has anybody found a solution?

IronCladfamily
Tourist
4 0 7

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/

nightscare
Tourist
10 0 5

I have 1 page checkout now, so it's not a problem anymore.

TheCurlyCEO
Visitor
1 0 0

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.

pachocastillosr
Tourist
11 1 4

Is there any way to expand the order summary using a URL parameter?

Dennis_Birk
Visitor
1 0 2

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 😉 

Onegawad
New Member
4 0 0

hey i tried that but it didn't work on mobile. has it been changed or updated. i put it right in checkout.liquid

coffeepete
Visitor
2 0 2

This is now fully supported.

To expand the Order Summary automatically on mobile checkout, follow these steps:

  1. From your Shopify admin, go to Settings > Checkout.
  2. Click Customize next to your checkout configuration.
  3. In the Sections sidebar, select Order summary.
  4. Activate the Always show discount code field setting.
  5. Click Save.

This feature is available only for Shopify Plus merchants.

 

 Screenshot 2024-08-09 at 12.41.35 PM.pngScreenshot 2024-08-09 at 12.42.18 PM.png

ara4
Shopify Partner
3 0 2

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?