Jump to content

Why do I get a Grand Total 0.00??


Guest

Recommended Posts

hi everyone, I have a problem about CC3.0.1, I bought some goods as a shopping test. but when i check out, at last I find Grand Total is 0.00, What's wrong?

Postal Order for

Order of Jul 24 2005, 11:40 AM Order ID: 050724-114015-8252

Product Code Qty Price

White Round neck T-Shirt

WHI82 5 RM129.50

Shipping Method: Free Shipping Subtotal: RM129.50

Total Tax: RM0.00

Total Shipping: RM0.00

Grand Total: RM0.00

Link to comment
Share on other sites

Guest desolation

I have the same problem, but ONLY on the form it wants to print.

EVERY other pages regarding orders display the order correctly

It makes a correct subtotal, states the correct shipping cost, and then only the shipping cost is displayed as grand total

Link to comment
Share on other sites

Guest Europa

I'm not 100% sure but I think that it's a problem with your currencies.

Did you delete them all? because I think that you need to have USD installed on there for any other currencies to work, Try and recreate USD and see if that helps at all.

Link to comment
Share on other sites

Guest strawberryfusion

Hi,

If you go to modules > Print_Order_Form > orderForm.php

Goto line 124 and change following:

$print_order_form->assign("VAL_GRAND_TOTAL",priceFormat($result[0]['total_ship']));




to:




$print_order_form->assign("VAL_GRAND_TOTAL",priceFormat($result[0]['prod_total']));

That should fix things.

Link to comment
Share on other sites

Hi,

If you go to modules > Print_Order_Form > orderForm.php

Goto line 124 and change following:

$print_order_form->assign("VAL_GRAND_TOTAL",priceFormat($result[0]['total_ship']));




to:




$print_order_form->assign("VAL_GRAND_TOTAL",priceFormat($result[0]['prod_total']));

That should fix things.

thank you, I correct it already!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...