Jump to content

Printed Order Form!


Guest clothahump

Recommended Posts

Yeah, just open up the ORDERFORM.TPL in your favorite one and add a link there......

the file is located in:

modules/gateway/PRINT_ORDER_FORM/orderform.tpl

Link to comment
Share on other sites

Guest idara

Yeah, just open up the ORDERFORM.TPL in your favorite one and add a link there......

thanx..... but what to add there to go to back to home page ?

Link to comment
Share on other sites

Guest idara

Yeah, just open up the ORDERFORM.TPL in your favorite one and add a link there......

thanx..... but what to add there to go to back to home page ?

Link to comment
Share on other sites

My last few lines of text in the template look like this:

	<p align="center" class="copyText" style="font-size: 16px;">{LANG_THANK_YOU}<br />

        <br />

        <a href="../../../index.php">Return to Store</a> </p>

	<p align="center" class="copyText">{LANG_SEND_TO} {VAL_STORE_ADDRESS}</p></td>

  </tr>

</table>

</div>

</body>

</html>

Works fine!

Link to comment
Share on other sites

Guest idara

the below coding will align it in center of the page ;)

<p align="center">

<form method="post" action="http://INDEXPAGE">

<input type="submit" value="BACK TO HOMEPAGE">

</form>

YUNUS

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