AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: kiwi on September 07, 2020, 05:23:30 AM

Title: Incorrect order status with id = check data of tables ab99_order_status_ids
Post by: kiwi on September 07, 2020, 05:23:30 AM
Hi,
 Can someone please help me find where this table is??  i cannot find it anywhere i look.

Also please let me know what i should be checking for?  i guess i have to add the newly added statuses to this table. But how can i find it as there is no AB99_ in my databases on 'phpMyadmin'

Please check data of tables ab99_order_status_ids and ab99_order_statuses (Screenshot of errors attached below)

Please, Thank you.


Title: Re: Incorrect order status with id = check data of tables ab99_order_status_ids
Post by: abolabo on September 07, 2020, 08:31:08 AM
table ab99_order_status_ids contains textual code of order status,
and table ab99_order_statuses contains descriptions of order status related to language_id such as "name".
You should to check if both tables contains order_status_id 19 and check descriptions and text code of it
Title: Re: Incorrect order status with id = check data of tables ab99_order_status_ids
Post by: kiwi on September 07, 2020, 08:53:33 AM
table ab99_order_status_ids contains textual code of order status,
and table ab99_order_statuses contains descriptions of order status related to language_id such as "name".
You should to check if both tables contains order_status_id 19 and check descriptions and text code of it
Thanks, but where are these tables ?
Title: Re: Incorrect order status with id = check data of tables ab99_order_status_ids
Post by: Basara on September 07, 2020, 08:58:09 AM
tables in your database
Title: Re: Incorrect order status with id = check data of tables ab99_order_status_ids
Post by: kiwi on September 07, 2020, 09:05:16 AM
can't find tables in my database?


Title: Re: Incorrect order status with id = check data of tables ab99_order_status_ids
Post by: kiwi on September 07, 2020, 09:48:46 AM
Found It .. phewww. was right there in aban625
all gonna get fixed now :-)
thanks for the help