I have the following problem: after the ordersDelivery page I want to go to a customized page. So in the form i've wrote: <form action="?p=orders_receiver" method="post"...> where orders_receiver is my personal page, but it isn't visualized.
Can someone help me? Thanks
Jas
2007-01-18 16:13
Anyone? Without this information i can't continue... Please...
My version is the 1.4. No my customized page is another page to fill the receiver data of the order. Also it's another form where the data would be saved.
Jas
2007-01-19 13:29
it's crazy... when I try to make a link to any of my customized page, I can't never see it! I see always the contact page.
Hmmn, I'm going to experiment a little here before I get back to you, but it seems (off the top of my head) its like the orders_print page where the data is collected for print purposes.
What does this page of yours do? Is for for .....? I need some direction here.
Jas
2007-01-20 18:37
ok, thanks. First of all I don't think it's link the print page, because... ok i try to explain my attempt. During the order I want most information, that means: - 1 page for the data of the receiver - 1 page for the data of the sender - 1 page with a summary - payment
Maybe, I'm not sure, I've created a working page for the sender but I need to test this page, but I can't because the link doesn't work. I hope to have been clear.
Huh! first you want it to go to a "customize page" ... OK, now you want it to display three running values in three different pages... (Does'nt the basket summary do what you want as far as a running total of ordered items?) I have a solution for a page, this will work, I use it all the time.
I'm assuming that you are using PayPal - if so, in the messages.tpl where the last line of the pypal code says: alt="Make payments with PayPal - it's fast, free and secure!" ------------- add this to the end: onClick="top.location.href='index.php?p=ordersBasket'" --------------- I've appended it to go the the orders basket, however, you can send it anywhere [index.php?.......] I'm guessing that the page you have made is ..... what?
Could you post the code for the page or send it.......?
I try with onClick but I can't see my custome page created with templateEdit. The interesting thing is, when I make a link, always with onclick, to an another page(ex test.html) I see it!