Tagged Questions
0
votes
0answers
29 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
168 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 ...
1
vote
3answers
155 views
Magento: Get all orders totals by day
I need to get all orders totals by day.
2013-03-07 - 40$ (total of all orders made this day)
2013-03-06 - 50$
etc..
Can anyone help?
Thanks.
0
votes
1answer
854 views
Magento Shipping costs in Cart
I know this sort of question has been asked a few times, but hear me out!
I've just had to switch between Flat Rate shipping (which did show in the cart) to Table Rates. This is purely because one ...
1
vote
1answer
620 views
Magento - Apply Tax On Custom Quote Totals Field
I have created a surcharge module for Magento which adds a custom total field to the quote. The surcharge is input into Magento including tax. I have successfully got the module adding the surcharge ...
0
votes
1answer
521 views
Custom totals collector: Reorder totals in totals overview in checkout
I have created a custom totals collector to grant qualified customers a discount of 3% of the cart's subtotal. The code of my collector looks like the following:
class ...
3
votes
1answer
1k views
Magento, getSubtotal and getGrandTotal always return zero
I have a weird problem. I have developed a module which adds a line to totals according to some value in database. But in my module model (which is inherited from ...
2
votes
2answers
2k views
Magento: Custom totals counted twice?
Ok, I created custom Total class for adding the special discount, and everything seems to work fine except, for some reason I can't find, my total is calculated twice! That results in double amount of ...
0
votes
1answer
2k views
Magento - How to get the subtotal for a single product in cart?
I want to display the total price for each product (by id) in the cart.
qty | single price | total
2 | $ 2.00 | $ 4.00 <-- that's what i need
3 | $ 5.00 | $ 15.00
| ...
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 ...