Jump to content

Printable Order Form


Guest

Recommended Posts

Hi Folks,

I have two questions for you!

1/ In version 2.0.4 I was able to modify the wording in the printable order form by making changes in the confirmed.php file can you please tell me where this is done in version 3.0.2?

2/ When I place a dummy order on my site and use the postal order form the shipping is shown as £2.50 (as expected) and the product price is correct, however the Grand Total displays as £2.50 not the two sums added together. How can I correct this error?

When checking in the admin/orders section the total is recorded correctly.

Thanks.

Link to comment
Share on other sites

Guest EverythingWeb

Hello,

Regarding the Print Order Form - the folder is:

modules\gateway\Print_Order_Form

In there, you will find orderForm.php - use this one to find the references to the Language used (\language\en\lang.inc.php) for changing titles etc, and then orderForm.tpl is the template/layout file for the Order Form Printing.

You will not need to touch transfer.inc.php

Regards number 2, have you changed the template for that page at all? Could you have overwritten the Grand Total with the Sub-Total variable?

Cheers,

Link to comment
Share on other sites

Hello

Thank you for the quick reply. I have removed two lines from orderform.php and that has removed the unwanted reference to "Total Tax" from the printable order form.

I have not made any changes to that template to cause the calculation error, can you suggest anything else that may cause this problem?

At the very bottom of the order form our company address is listed for the customer to post the order to. However, although most of the address is correct instead of ending in U.K. the last part reads State. USA 12345. How do I change this?

Tom

Link to comment
Share on other sites

Guest EverythingWeb

In you Administration Panel, under General Settings, make sure that Store Address is correct, and also the State and Country drop-down menus are both correct.

All of the stores I have worked on, I have never had this problem.

Link to comment
Share on other sites

Guest CCM-Blue Dragon

I would have te printable order form in a new window, now it opens in the same page.

i have tried to change $formTarget = "self"; to $formTarget = "_blank"; in transfer.inc

now it opens in a new window but then the page (cart.php?act=step5) keeps reopening a new window only when the cart.php?act=step5 page is closed it stops opening new pages.

how can i make it that cart.php?act=step5 only submit once en dussent keep submitting?

i'm sorry my english is not so perfect

Link to comment
Share on other sites

Hi bignoise69,

Thank you for the advice, however I have already done that but still I have the same two problems. The grand total is not being calculated correctly and the address problem.

Can anyone out there help please?

Link to comment
Share on other sites

Hi roban,

Thank you very much for that, it has solved my grand total problem. But I still have the problem of the address at the bottom of the printable order form has State. USA 12345 although I am in the U.K.

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