The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
2k views

Subtotal, Shipping, Discount and Grand Total Missing in Magento

Hope someone can point me in the right direction. I am not a Magento developer but am having to fix my site after my "developer" left me with most of the work to do. Currently in my checkout screen ...
0
votes
1answer
47 views

Subtracting two totals

I have a table linked though mysql. I have 5 columns showing: Name, Shop, Description, Amount Owed and cost. I have written a script to tally up the totals of of "amount owed" and "cost". I am having ...
0
votes
1answer
213 views

Check box value remaining after this.form.reset clear

I have this script to add up some check box values <script language="javascript" type="text/javascript"> function initialize() { Total = 0; totaltest.innerText = Total; } function ...
0
votes
1answer
427 views

Updating a Javascript money calculator to calculate multiple totals in real-time

I found the following money calculator on Yaldex and need assistance making some updates to it. I am resourceful enough to edit existing Javascript, but that's about it. The code is below, and a ...
0
votes
1answer
452 views

Crystal Reports, and running totals

I am designing a report in which a Running Balance column adds itself to Debit and subtracts the answer from Credit column on every row. Here in this example I have started calculating from 1st of ...
-4
votes
1answer
114 views

Loop through file to get totals per person

This is a sample from a payroll file I have to work with, it lists employee number, different types of earnings, & check date. The goal is to get a subtotal per employee that lists the employee's ...
2
votes
0answers
873 views

Modify the XSLT list view for custom field type on Sp2013 in order to customize the totals rendering (Count, Sum, Average etc) - possible SP2013 bug?

Just wondering if there is a way through which I could modify the XSL templates for a list view rendering which includes a custom field type, in order to customize the totals row in the view. ...
0
votes
0answers
24 views

$this->renderTotals() which renders block?

Hello (sorry for my english) The file /app/design/frontend/my-theme/default/template/checkout/cart/totals.phtml has the command: <tbody> <?php echo $this->renderTotals(); ...
0
votes
0answers
166 views

Magento Products free with Coupon, wrong grandtotal on invoice

magento 1.7.0.2 i have an Bundleproduct which bundles a Virtualproduct. The bundleproduct costs fixed 128€ i create an coupon for this product with 128€ i enter the code in cart... the first ...
0
votes
0answers
162 views

SlickGrid - display column totals on Groupings row

I don't think this is possible but please correct me if I'm wrong... I have a SlickGrid with grouped rows and would like to show the totals for the columns in each group but I need to show these ...
0
votes
0answers
162 views

Calculating totals in multiple Obout grids in repeater - ASP.net

Okay, so I have it where totals get calculated on the grid and that works fine if I just have one. But I am working on a way to display multiple grids on a single page so that I can print them out ...
0
votes
0answers
259 views

Calculating grand total from multiple tables using JQuery

I have four dynamically generated tables, and each has a cell where I calculate the sum of cells in that column - like this: <td id="sum1"></td> <td id="sum2"></td> ...
0
votes
0answers
74 views

How do I create daily graphs using VBA?

I need to create 1 graph per day with totals per hour..If each day could be on a (separate) dated sheet or file then that would be great! I am struggling to achieve this and thought it would be best ...
0
votes
0answers
220 views

Group totals having a problem

Hi i have a report that gives details about warehouse packages. i was asked to insert shipping address and id number on the top. so as per their requirement it should be on the page header. but as we ...