How is possible to test a new tpl page, created with your template editor, and to add it after the orders_delivery page? With <a href="index.php?THEPAGE" doesn't work.
Jas - templateEditor plugin is not our plugin but wizzud. If You want create another page then i suggest to create hidden categories type: http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=2589
After in orders_delivery.tpl page add link to new page
Jas
2007-02-05 11:54
Works fine. Thanks!
I have another question: if this new page created is like the orders_delivery.tpl page, is it possible to use the same fuction that you have implemented?
sorry but my english is not enough good. please give me more info
Jas
2007-02-05 13:55
right...
I create a new page that contains a new form (firstname, name, street..) like these in orders_delivery. Now I would like to check the data inserted in this new form when I go to next page. I thought that I could use the same function that you use in orders_delivery. Is it possible? If not how can I do that?
Jas - oh it will be hard to make. You need to know PHP and HTML good and some JS scripts. I think better is ask to do it... some guys on this forum i think can do it
Jas
2007-02-05 16:41
oh.... mmmhhh... To who could I ask? (your team? and after donation?!)
In fact I know enough HTML and a little bit less PHP, but with some help I could do this work. My problem is the following: now this page with the form is add through a hidden categorie, that means that the code is written in the HTML editor(in full description) and I can't write php code inside. Right?
How can I do this connection between the editor and the php code? Suggestions treewood?
Hey Jas, I told you about the hidden page redirect awhile ago and also told you that I tried to get the forms from orders_delivery to work in another page (hidden) but it would not forward that info, remember?
Jas
2007-02-05 17:01
I remember, I remember, but I haven't received news about you(maybe you had renounced)and I wanted to go forward so I asked and I had my response over the link.
So you'll say that you'll try to save the new information of the new page? It would be...wow! :) Maybe you can say me, privatly, what you have done newly.
No, what I said was, that I already tried to get the info from both the orders_print and/or the orders_delivery to dump the info into another set of similar fields in a (hidden) page, but, it did'nt work - so for me its back to the drawing board - what I'm still tryin to get is, you are trying to get the info that is displayed in the print page to display onscreen in another page and go there after order/ or go there after a click on a button somewhere? That would require the info to be placed into (cookies) or (db) to be called later (after) orders - isn't that like others have asked about concerning clients beieng able to view their orders status?
Jas
2007-02-06 09:32
I don't know if I have right understand.. Anyway, for me the orders_print page isn't important. What I'm trying to do or what I would like to do, is to save the new data inserted in the new "hidden" page from the client like the orders_delivery page. And only after display a summary with all the informations. Of course it requires a means to save the new data, example db(but here we haven't it) or a new array. Now for me is to know how to join php and the html editor from the categories.
Jas
2007-02-06 12:17
Treewood, what do you think about my proposal? If you don't agree, to how can I ask? Or what are the basic steps?
Jas - Please contact whit Claps (qcloaded@gmail.com) and ask him. We are overloaded and cant do it fully for You. This is to big work to give You steps that will help You. I can tell You that You very simple basics steps but i dont think it will help You enought: - create tpl file with form - check templates/orders_delivery.tpl and how checkForm function check fields - check actions_client/orders.php and find this elseif( $a == 'Delivery' ){ it will give You advice how it is checked and organized. - edit core/orders.php and check functions: checkOrderFields, saveOrder
Jas
2007-02-06 13:28
Thanks treewood!
Approximately I had already done this steps a few days ago, but I can't see this tpl page so I can't test my functions. I'd tried with a routine link, but it didn't work.
Have you a suggestion for the this?(that was my previous question)