OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Can't make price lists to work

This topic contains 8 replies, has 3 voices, and was last updated by  r.grabosz 6 years, 9 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
  • #31909

    r.grabosz
    Participant

    Hello,

    I can’t get prices to display for logged in customer and also not logged in one. I see “Price not available” message under each product.

    I added all products to store and I have one active price list – the default one. I configured prices for every product in a way 1 qty = X price. VPS is running 2x message queue processes via supervisor.

    I changed “Offset of processing CPL prices” value to 1 and I tried also to click “Recalculate prices” in pricing list buttons. One day later nothing changes, no errors in logs, no jobs failed and no prices in front.

    Any ideas? Maybe I did something wrong?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Author
    Replies
  • #31910

    r.grabosz
    Participant

    I configured taxes, shipping methods, payment methods, but product prices still not showing in store front (catalog/product/shopping list) :/

    #31911

    Michael
    Keymaster

    You can start the message consumer in the debug mode as follows to see what it is doing:

    Make sure that your other consumers are stopped.

    #31912

    r.grabosz
    Participant

    I did what you said – I stopped all supervisord processes, run single consumer with –env=prod -vvv. Then I clicked Recalculate prices and heres the output:

    After that three last lines are repeating.

    #31913

    dnahrebecki
    Moderator

    Hello,

    please make sure that newly created Price List is properly assigned to one of Customer, Customer Group, Website or System level.

    For example to make Price List available for whole System, go to System Configuration and set:

    You can read more about Pricing here https://oroinc.com/b2b-ecommerce/documentation/current/user-guide/pricing

    Best Regards,
    Daniel Nahrebecki

    #31914

    r.grabosz
    Participant

    Hello,

    the price list is default website price list and is connected to customer. It also has all products linked, but it does not work.

    #31915

    dnahrebecki
    Moderator

    After your new Price List is added to “Default Price Lists” for whole System you should be able to see records in database when querying:

    Combined Price List relations:

    Combined Product Prices:

    Please check these tables, and also make sure that your read guide from my previous link (i edited it) and that CONSUMER is working.

    Best Regards,
    Daniel Nahrebecki

    #31916

    r.grabosz
    Participant

    Consumers are working:

    Price list is setted up as default price list and is assigned with customer.

    Tables from your post are empty in database. Meanwhile i noticed something – I don’t have section Display currencies in Commerce > Catalog > Pricing.

    #31917

    r.grabosz
    Participant

    I tried to run price recalculation from console and this is what happens:

    I’m using minimal price strategy.

    EDIT: And update this column to be NULLABLE DOES THE TRICK.

    Thank you for your replies.

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

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

Back to top