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 I have updated the file with your patch but still same
- MSAnswered
Hello,
Please clear browser cache and then try to load the page again.
Thank you
- PVAnswered
Mian Saleem Oh, Okay.
I cleared and it works. but in the sale reports doesn’t show the sales transaction those are no varriants. could you help me fix that?
- MSAnswered
Hello,
Please refresh a few times. This is the same code that displays the sales on the item details page.
Thank you
- 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
- Login to Reply