Hello support,
I have products varriants and I am struggling with product detail page, where it shows only product name (qty) so I have to basically click each invoice to see the detail of varriants product and check if quantity is right or not.
is there a way or modification i can make to show the Product Varriants next to the Product name in Product detail page?
example now it shows Product name (qty) please see my screenshot of how it looks now .
could it be >> Product name (varriants 1 = qty) (varriants 2 = qty) etc… or it could display like what it display in invoice as summary (see my last attachment)
Thank you
- MSAnswered
Hello,
There is no option at the moment. I will display the variant name in the next update.
If you need it urgent, I have attached the patch.zip
Thank you
Attachments - PVAnswered
Mian Saleem still same,
I changed browser also.
- MSAnswered
Hello,
May be your option_id is no not null but empty. You can try to search the report controller for
option_id IS NOT NULL THEN
and replace it withoption_id > 0 THEN
Thank you
- PVAnswered
- PVAnswered
Mian Saleem Hello support,
i have just realize that the product varriant is showing on the view but when export as xls it doesn’t show varriant name, it only show the qty.
could you help or giving any update on that ? maybe quick modification like we did on the view report controller?
thanks
- PVAnswered
please help
- MSAnswered
Hello,
I am sorry for the late reply.
Which report are you talking about? Can you please share screenshots?
Thank you
- PVAnswered
Mian Saleem so it means you are not going to help with that?
- MSAnswered
Hello,
I am sorry as I am not so sure about your query.
What is the column E in your exported file?
Thank you
- PVAnswered
Mian Saleem yes, exactly column E. I just need to have the variant name and qty on that field so we can find the items faster.
- Login to Reply