Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4022 Prikazi

Hello,
It's possible to see Quotation order for the portal user view?
I created some portal user, but they can't see quotation order.
I'm tried to find a solution but I can't.

Avatar
Opusti
Best Answer

Hi,

By default in the Portal under the My Account You can see Sale Orders, here the confirmed quotations(sale order) is shown.


To display the quotations either you can add a new page like the Sale Orders or edit the controller of the current sale order page in the Portal. In the code you can check for the route with my/orders , inside this route the records with the confirm state may get filtered, You can make the necessary changes inside this controller to display the quotations too.


Thanks

Avatar
Opusti
Avtor

Hello Niyas,

Thanks for quick replay.

I know there sale order shown

But I need to see quotation order here(unconfirmed)

Thank you.

see the updated answer, you can make necessary changes in the controller/route .. my/orders