OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Implement Price Rules for certain customer

This topic contains 2 replies, has 2 voices, and was last updated by  Rio 5 years, 1 month ago.

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

  • Creator
    Topic
  • #38193

    Rio
    Participant

    Hello Master,

    I want to implement the price rules, for example I set default price to the product backend admin eg. $200
    then when the certain customer logged in, the price will be $220 (applied all product)
    so in this case: $220 is ($200 + 10%)…

    I try to apply the price calculation rules by following https://oroinc.com/b2b-ecommerce/blog/training-thursday-product-assignment-price-calculation-rules-orocommerce
    => pricelist[1].prices.value * 1.1 (Circular references are not allowed – ERROR)

    But I don’t know exactly how it works, I expected the price will increase 10% from the default price and show $220 in frontstore. Does anyone know how to solve it

    Thanks in Advance

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

    Andrey Yatsenko
    Moderator

    HI Rio,

    Circular references error means you are calculating prices by the same price list.
    The certain customer user should have a separate price list.

    #38226

    Rio
    Participant

    Hi Andrey,

    You correct thanks, I tried to use another pricelist and already know how its work.

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

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

Back to top