Invoice pages always show Paid when actually “Pending”.
-
I only have the pay by check manual payment option active so the initial status of an order is supposed to be “pending”. When checking out, the check confirmation page shows “Pending” in bold at the top of the message but scroll down to recent invoices & it ALWAYS shows Paid. Go the invoice page & also shows “status: paid”
Account: George([email protected])
Mentorship Level: Group Education
Status: Paid
Tried to get some code from ChatGPT
if($order->gateway == “check” && $order->status == “pending”)
{ return “Pending”;
But not sure if the id is correct for this part asking about the gateway:
gateway == “check”
Any tips on what I should do or need to buy get this to show “pending” until manually approved?
Everything is OK, just have this one final bug to solve.thx!
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.