How to revert Ready For Pickup so I can edit the order for shipping

I’ve just spent way too long trying to establish how to do the following - it doesn’t seem possible and the “Assistant” was useless (no surprises there!). I’ve been using Shopify for 9 years now and continue to be frustrated by simple things that should be possible.

A good customer who usually collects his order (we always enjoy a catchup but my storefront is temp closed) has requested I ship his order as it has met the free shipping threshold. He asked this AFTER I had marked it “Ready For Pickup”.

The first problem is I’m not seeing anywhere (no " . . . " three dots visible) to revert from Ready For Pickup back to Unfulfilled.

The second problem will be how to change or edit the order to add a shipping component,

Here’s what the Assistant stated when asked “how to change order from ready for pickup and add a shipping option”:

From your Shopify admin, go to Orders.
Click on the order that you want to edit.
In the Unfulfilled section, click the … button.
Click Change location.
Select the items to choose a new location for shipping.

Frustrating!

Greatly appreciate any help!

Ummm, that is NOT a solution. Perhaps you’re a bot?
In my description I state I have used Shopify for 9 years.
I have encountered almost every possible permutation.

Replying to my own thread - unless you are prepared to provide the solution HERE, please don’t DM me.
The idea of a Community Forum is that everybody benefits by solutions being provided, saving all of us time and energy.

1 Like

Hello @Richie_Ramone

f your current code isn’t changing the border, it’s likely being overridden by more specific styles in the theme. Try targeting the input fields directly with something like this:

.template-search input,
.template-search textarea,
.template-search select {
background: black !important;
color: white !important;
border: 1px solid white !important;
}

That should cover most form elements inside the search area.

If it’s still not applying, open your browser’s dev tools (right-click → Inspect) and look for the exact class name being used—sometimes it’s something like .search__form or .field. You can then add a more specific selector to override it.

Hi @Richie_Ramone it’s been awhile since I’ve touch that system but have you tried adding an unfulfilled item to the order and removing the prior one marked for pickup.

People shouldn’t be DM’ing you unprompted just report such bots.

The idea of a Community Forum is that everybody benefits by solutions being provided, saving all of us time and energy.

Most responses and contributions for actual solutions are from service providers.

The sentiment of everyone benefiting would only be pure if most merchants actually contributed instead of one-off drive-by’s with no rigor leaving a wasteland of time-wasting repetitiveness and energy burning confusion that requires professionals to bring order to.

https://xkcd.com/979/

This is an entrepreneurial space, knowledge has a cost.

Pay for it in time or money.