Print Page | Close Window

Grand Total in Online "Sales Report"

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart Standard / PRO / SQL
Forum Description: All questions pertaining to SalesCart Standard, PRO and SQL should be posted here.
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=499
Printed Date: May/03/24 at 4:59am
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: Grand Total in Online "Sales Report"
Posted By: JasonJolliff
Subject: Grand Total in Online "Sales Report"
Date Posted: November/30/05 at 12:37am
I'm using the Online order management system. How can I make a report by period show me the total of the order on the page? Right now, it won't do that unless I make thepagesize = the amount of records that there are or smaller. It basically won't return a Total unless the page is filled up. There's got to be an easy way to change this. Ideally, I would like to make thePageSize equal to how many confirmed orders there are.

or

Have the Total just reflect the $ Total of however many records are on the page.

Please please tell me there is a good/easy way to do this.

Thanks for the help guys, I love the product...it's so tweakable.

www.GoodIndie.com



Replies:
Posted By: mikeb
Date Posted: December/21/05 at 10:04am
See

http://support.salescart.com/kb/KB-details.asp?key=5497

You may edit the 3_sales.asp page in the /online folder and change the following line:

Before
(line 153): If i >= RS.Pagesize Then

After
(line 153): If ( i >= RS.Pagesize ) or ( i <= thePageSize ) Then



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk