Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 01-31-2017 10:09:46

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Changing Invoice Text

I need to change the Order Status from "Pending Shipment" to "Order Received". Where do I do that?

Offline

 

#2 02-01-2017 04:22:35

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: Changing Invoice Text

Hi,

If you have the Batch Order Management extension there is a menu item for Order Status Codes where you can change the description, or go to Raw Database Admin and Browse core_selectcustom scroll down to ecom.orderstatus.NS and Update this, you will see a ' selectname* ' field edit it there.

Cheers,
Bruce.


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#3 02-01-2017 08:47:50

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Changing Invoice Text

Or, use Raw DB Admin and browse the core_selectcustom table and change the name for the ecom.orderstatus.NS id.


Nick Hendler

Offline

 

#4 02-01-2017 10:10:16

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: Changing Invoice Text

Execute this SQL statement in Raw DB Admin:

UPDATE core_selectcustom SET selectname='Order Received' WHERE id='ecom.orderstatus.NS'

Cheers,
Bruce.


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#5 02-01-2017 16:33:42

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: Changing Invoice Text

Thanks! Just what I needed. I appreciate the guidance.

Offline

 

Board footer