machinakias![]() 2008-02-11 14:08 | hello...i need to redirect my customers after they complete the order form to a bank payment page,so they put their credit card number and so,to pay the order. does anybody know how to make this redirection in quick cart 1.4? thanks folks.... » Quick.Cart v1.x |
idaryl2008-02-12 10:18 | Is the cart opening the page in a new window? If yes, there is a solution - If in the same page - then you're stuck with the "back" button |
machinakias![]() 2008-02-12 14:10 | hello my friend...forgot to tell that the cart is in a new window....the login of the bank.so,can you tell me how to do it? also, iwould like to add a menu like this:first you select delivery method and then if you pay by cart,then you click to "bank". if you want to pay to the courier,you click "courier".so i need one more button.the thing is that i need the "bank" button to redirect to the external page and the courier to keep on to the checjout of the quickcart......hope it's clear.....!!! |
idaryl2008-02-13 04:53 | No I meant and I asked is the (bank page) opening in a new window from the cart - click a button open a new page. |
machinakias![]() 2008-02-13 10:24 | well,to be honest,i miss a point..i'll try to explain!first,i dont use any plug-ins exept the defaults... |
idaryl2008-02-13 11:43 | So I can guess then that the window (with the Bank's info - form or whatnot) is shown/opened on top of your cart - why not have a simple window.close() after the user has completed the transaction? The window goes away and you are still at the cart.... |
machinakias![]() 2008-02-13 18:06 | oh god...i'm so confused....i dont want to bother anyone,but it would be very helpful some sample code to "copy-paste" somewhere....i feel realy lost....anyway,thanks for being so kind and helpful! if you could help some more,please...! |
machinakias![]() 2008-02-13 19:26 | well...back again..now i post the part of the code...to be totally clear...because i am too annoying.....here it is...i just copy-paste the "submit" button and make a new named CREDIT CARD...hope this will help....what i need is just the CREDIT CARD button i added to redirect to another page...doesnt matter where...any place! |
idaryl2008-02-13 23:32 | Both of these are submit buttons - they are probably inside a <form> you'll have to look at the action of the form to see if you can add a second function. |
machinakias![]() 2008-02-14 10:20 | you're right.these are the original "submit" button of the orders delivery form and a copy of it.the thing is that i dont know what i am looking for...i mean what is the code i'm looking for? i tryied to find it yesterday but no luck... |