Search found 12 matches

Page 1 of 1

Search found 12 matches

Re: Total Amount Problem in Opencart

Thanks, but in which folder or path will I find this file where I have to make the change.

Jump to post
  • Wed Mar 09, 2016 8:06 pm
  • Replies 19
  • Views 2344
Re: Total Amount Problem in Opencart

I think the problem is in thousand separater "," usage in currency.php , file attached. Could you please suggest how it needs to be handled.

Jump to post
  • Wed Mar 09, 2016 6:14 pm
  • Replies 19
  • Views 2344
Re: sub-total problem

Could you possibly find any error in the following code. <div class="cart-total"> <table id="total"> <?php $productq=0; $productprice=0; foreach ($products as $product) { $productq = $productq + $product['quantity']; $proprice=$product['total']; $propri=substr($proprice,2); $prod...

Jump to post
  • Wed Mar 09, 2016 11:24 am
  • Replies 5
  • Views 6264
Re: Total Amount Problem in Opencart

This is code near line 277 in cart.tpl *********************************************** <div class="cart-total"> <table id="total"> <?php $productq=0; $productprice=0; foreach ($products as $product) { $productq = $productq + $product['quantity']; $proprice=$product['total']; $pro...

Jump to post
  • Wed Mar 09, 2016 8:41 am
  • Replies 19
  • Views 2344
Re: sub-total problem

Thank you Ernie for your reply but that is not the problem as the total is being divided by approx. 1000, sub-total takes only first digit after it goes above 1000.

Jump to post
  • Wed Mar 09, 2016 8:30 am
  • Replies 5
  • Views 6264
Re: Total Amount Problem in Opencart

Please see sub-total and total, it is still not correct.

Jump to post
  • Wed Mar 09, 2016 8:10 am
  • Replies 19
  • Views 2344
Re: Total Amount Problem in Opencart

I found below code at line number 277 in the file /home/floors4c/public_html/catalog/view/theme/journal2/template/checkout/cart.tpl Is there anything wrong in the below code? <td class="right"><?php if($title=='Sub-Total'){ echo $this->currency->format($productprice); } else if($title=='VA...

Jump to post
  • Tue Mar 08, 2016 6:53 pm
  • Replies 19
  • Views 2344
Re: Total Amount Problem in Opencart

Thank you for your reply but the Display is not wrong as you may check by adding a item with order value more than GBP 1000 and then click Add to cart. View the cart now. The sub-total is divided by 1000.

http://floors-4-you.co.uk/smoked-oak-la ... g-189-20-6

Jump to post
  • Tue Mar 08, 2016 5:59 pm
  • Replies 19
  • Views 2344
Re: Total Amount Problem in Opencart

url is http://floors-4-you.co.uk/

any amount above GBP 1000 creates a problem.

Jump to post
  • Tue Mar 08, 2016 5:50 pm
  • Replies 19
  • Views 2344
sub-total problem

We have this site http://floors-4-you.co.uk/ when someone orders above GBP 1000, the order total rounds off to GBP 1. If the order total > 2000 it rounds off to 2. Could you please suggest where is the problem?

Jump to post
  • Tue Mar 08, 2016 4:15 pm
  • Replies 5
  • Views 6264
Re: Total Amount Problem in Opencart

Could you please address the problem in opencart that the subtotal is being divided by 1000 when order value goes above GPB 1000. Any help will be highly appreciated.

Jump to post
  • Tue Mar 08, 2016 4:03 pm
  • Replies 19
  • Views 2344
Total Amount Problem in Opencart

Our site is an opencart site in UK. Whenever our order value increases above GBP 1000, the sub-total and cart value becomes GBP 1. Below 1000 it is ok. If it becomes GBP 2000 and above the cart value become GBP 2. Why is it being divided by 1000? Where do we have to correct it?

Jump to post
  • Tue Mar 08, 2016 12:26 am
  • Replies 19
  • Views 2344

Page 1 of 1

Search found 12 matches