- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 08:14 AM
I am working on my first two order guides and having an issue with the quantity. If a user orders a quantity of an item that is >1, when they get to the Summary screen for the order the quantity shows as 1.
From what I have read, this cannot be udpated to anything but 1.
I attempted to hide the column by going to Cart Layout and upating the Cart Preview Screen layout by unchecking the quantity column; but that did not work.
Any other suggestions?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 08:24 AM
Hello @Suzanne Coffman
The quantity field that you are seeing, is coming from the widget - SC Order Status
This is a read only widget. You will have to clone it in order to make any customizations.
Please check the screenshot below. You can find the Quantity label defined in the Body HTML template.
You need to edit this template, in order to hide this field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 10:38 AM
I have attached the clone version of the OOB widget here.
Please upload this in your instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 10:58 AM
sorry I am new at this. Import XML is NOT working with that file. Is there another way to upload it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 11:34 AM
Please follow the steps:
Firstly, elevate you access to security_admin.
- Navigate to sp_widget.list
- Right click on the red dotted area
- You can see the Import XML option at the end of the menu.
- Click on that, and you would see this
- Once you have downloaded the file I attached above, click on Choose file and upload the file.
- Now go back to sp_widget.list and search for widget by name Copy of SC Order Status
Let me kno

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:35 AM
Hello @Suzanne Coffman
Were you able to make the custom widget work?