OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Accessing /admin/config/system/commerce/pricing fails

This topic contains 2 replies, has 2 voices, and was last updated by  manuel-tyfc 7 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #31253

    manuel-tyfc
    Participant

    Dear Orocommerce team,

    We have been testing Orocmmerce for a couple of days now.
    As part of the testing process, we deleted the default price list (which had the ID 1).
    Since then, we have created two new lists, with one of them being the new default list.

    However, when we now try to access the url /admin/config/system/commerce/pricing , Orocommerce fails with an error.
    Looking at the logs, the following Exception is thrown:

    Do you know, why Orocommerce tries to find the non-existing list with ID 1?

    Best Regards,
    Manuel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #31254

    Michael
    Keymaster

    Hello Manuel,

    Thank you for reporting this issue, we will fix it.

    Meanwhile, to get rid of the error:

    • delete the price list configuration in the database:

      DELETE FROM oro_config_value WHERE name = 'default_price_lists';

    • clear cache:
      rm -rf app/cache/dev app/cache/prod

    • (optional) set another price list as default in the system configuration – go to System -> Configuration -> COMMERCE -> Catalog -> Pricing -> Default Price Lists

    Thank you,
    Michael Bessolov

    #31255

    manuel-tyfc
    Participant

    Hello Michael,

    Thank you very much for the prompt and very helpful reply.
    Very helpful!

    Best Regards,
    Manuel

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top