Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4024 Переглядів

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.

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Автор

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