Can't Add More Invoice Order Statuses

  • Posts: 57
  • Thank you received: 0
8 years 7 months ago #237795

-- url of the page with the problem -- : www.firestax.com/
-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.4.45
-- Browser(s) name and version -- : chrome

Just noticed that since the update I don't have all of our invoice statuses anymore. It shows them and lets me select them all but when I hit save it only saves 7. Is there a limit?

Attachments:
Last edit: 8 years 7 months ago by firestax.

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 0
8 years 7 months ago #237807

I just deleted one to see if there were limits. It deleted it but I can't add any that were not already there. It will only add the ones you see. Even if I delete all of these then select another one that is not shown.

Last edit: 8 years 7 months ago by firestax.

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 0
8 years 7 months ago #237885

The problem this is causing is when an order is changed from "Stock Transferred to UK" on an order that used points. It would take the points again when changed to ship. How can I add all of my "Invoice Statuses" so this does not occur? Thanks.

Can I just add them here? I was advised before to leave this blank.

Attachments:
Last edit: 8 years 7 months ago by firestax.

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 0
8 years 7 months ago #237899

Any ideas?

Please Log in or Create an account to join the conversation.

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
8 years 7 months ago #237912

Hi,

Change the line:

$limit = ($typeConfig['mode'] == 'list') ? 10 : 200;
to:
$limit = ($typeConfig['mode'] == 'list' && @$typeConfig['params']['category_type'] != 'status') ? 10 : 200;
in the file administrator/components/com_hikashop/classes/category.php and that will fix the problem.

PS: please note that each time you post a new message in a thread, it goes back at the bottom of the list for us and thus it takes more time until we see it.

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 0
8 years 7 months ago #237956

The code change worked thank you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.063 seconds
Powered by Kunena Forum