Jump to content

Postal order form


Guest retire_young2005

Recommended Posts

Guest retire_young2005

The postal order form does not seem to be working correctly. It is not displaying the shipping price and it is not displaying the totals.

Any help appreciated.

Link to comment
Share on other sites

Guest Ratzo_mx

In the file {your_install}/modules/gateway/Print_Order_Form/orderForm.php change the line 124

original

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




new


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

and that is all

(P.D. sorry for my english)

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...