AbanteCart Community

AbanteCart Development => Customization help => Topic started by: trundle on December 01, 2020, 09:38:00 AM

Title: Add a column to Orders page
Post by: trundle on December 01, 2020, 09:38:00 AM
Is there a way to add an additional column to the Sales | Orders page?  I would like to know the Total Quantity for each order that is processed from this screen rather than having to open each order and verify that number.

I've attached a screenshot so it makes more sense.

TIA

Title: Re: Add a column to Orders page
Post by: abantecart on December 01, 2020, 10:35:47 AM
This can be done only programmatically, you will need to change the code.
Also, Total Quantity would need to be calculated on multiple products in the order. 
Title: Re: Add a column to Orders page
Post by: trundle on December 01, 2020, 10:42:50 AM
That's what I figured, but I am not familiar with php programming. Any help would be appreciated. I would be sure to buy you a beer someday  :)
Title: Re: Add a column to Orders page
Post by: HADY on January 15, 2021, 09:28:06 AM
Hello!

Good point, I would like to show the quantity total in several places for example in the order it's self.

can you guide us to activate it please?