order is not working correctly
greetings,
I have the "ngx-admin Backend Bundle Node with e-comm"
The issue: Order Testing:
- on create, the price is not submitted though I put a value. I got it as null USD.
- on update, it is working but Country is reset to 1st value. i.e. Afghanistan.
Also, Order filter: 3) the pagination is still showing all number of page i.e. 1,2,3,4,…. in my case the result it 2 records which can be shown on one page. seems the getCountFiltered is not working
thanks
Hi Mohammed. At the moment, we are preparing an updated order form, which will use Angular Forms Binding and better validation. Once it's completed, I will test the mentioned issues and let you know. By the way, it's not reproducible in demo environment, but of course I will double check exactly with local node. Thanks!
thank you Valentin, I am waiting for the new update.
here are some screen-shots
adding new order, see the amount

after submiting, the amount is null

on edit,

for the country somehow it is working
thanks