Search found 2 matches
Page 1 of 1
Search found 2 matches
Re: Order Total Bug
I guess technically we should just remove the status and sort options for subtotal and total It's unduly. O0 In order to solve the sort bug as well, we should remove the code "$total += $this->cart->getSubTotal();" from sub_total.php and put it to total.php: \catalog\model\total\sub_total...
Jump to post- Thu Jan 27, 2011 6:26 am
- Replies 7
- Views 2997
Re: Order Total Bug
If the "sub-total" extension is disable then the total order value is 0 (zero). This is a bug. Here is an easy solution: SubTotal should be taken into account even if "sub_total_status" is disabled (which means no shown). So, the code "$total += $this->cart->getSubTotal();&...
Jump to post- Thu Jan 27, 2011 6:05 am
- Replies 7
- Views 2997
Page 1 of 1
Search found 2 matches