Search the Community
Showing results for tags 'confirmation page'.
-
Hello to you all good people, Is it possible to exclude(remove) confirmation page/validation page from one page check out? Basicly I want to cut down one page out of checkout process. When a customer enters his details (one page check out), select delivery method and clicks on Cash on delivery method (only method available) the next page is Confirmation page aka the page on which he just has to click I confirm this order, so I want to exclude that page, is this possible? It is PS 1.5.4.1 I use
- 1 reply
-
- cash on delivery
- confirmation page
-
(and 2 more)
Tagged with:
-
Hi all, This is my first post but not my first time on the forum. Iv managed to build our eCommerce site from a basic template with the generous help and feedback of the forum members. I'm almost ready to go live and and am having a few problems with the checkout pages. All payment types. Bank transfer, cheque and most importantly PayPal, check out fine and we get the payment. However it then directs to blank page. The page address is. http://www.windscreenrepairkits.com.au/modules/paypal/express_checkout/payment.php?token=EC-1FG37366XG0287724&PayerID=CNKD96TBUESQL Iv trawled the forum and other sites but can't find a suitable answer that I can make sense of, bearing in mind I have limited ability with code. Needless to say this is a bit of a worry for my customers, when you part with your money you want to be greeted with a nice "congratulations" page, not a white blank one. Any help would be appreciated. my site www.windscreenrepairkits.com.au Thanks Mike
-
When I checkout on my store using authorize.net I am shown a confirmation page. But I cannot find the page that actually controls it. According to the developer of the authorize.net module the confirmation page is here: /modules/authorizedotnet/views/templates/front/confirmation.tpl I have changed that page, emptied that page, completely deleted it. I even tried deleting the order-confirmation.tpl page from my template. I have all of the caches turned off. And in debug mode. I have clicked on the clear cache and stuff button many many times. Force compile setting on. I deleted the cache folder in my theme. I deleted cache/class_index.php. I manually deleted the contents of cache/smarty/compile and cache/smarty/cache But it is always there. I cannot change it. I cannot get it to go away, unless I exit before it is called. It is redirecting to this page once the validation is complete. https://sitename.com/index.php?controller=order-confirmation&key=f4f03fc2b4fb7b7759a8eae1af55216c&id_cart=1180&id_module=195&id_order=98348 I have tried to search the entire code base for things in the source of the displayed confirmation page, and I cannot find any hidden files. It could be magic. Maybe it is aliens trying to contact us. Or maybe I am just missing something. Any help would be great! Even just additional trouble shooting ideas.
- 5 replies
-
- order-confirmation
- confirmation page
-
(and 2 more)
Tagged with:
-
We use Authorize net, Paypal USA and Payment by Check. Upon order completion registered customers are taken directly to their Order History page. Only payment by check is showing a confirmation page letting the customer know the order was confirmed. Is this the expected behavior? I thought this might have to do with a missing hook as we have nothing listed under the (Technical nameactionPaymentConfirmation) or (Technical nameactionPaymentCCAdd). Maybe I need to add it to the hook display Payment Return? I tried to transplant the Paypal and Authorize net Modules under the Payment Confirmation hook as well as the Payment Return hook and got an error message that "This module cannot be transplanted to this hook."
-
Hi guys, can you please advise where I can edit the folowing text on the confirmation page when paying by paypal? "You can view your order by viewing your order history which can be accessed via clicking the My orders link on the left hand side of the page, and then clicking on the details of the order in question. Emails have been sent to you confirming your order."
-
Im sure there is a people here who can help me in 30 seconds. Anyway im trying to figure out this for 2 days. PLEASE HELP <!-- /* Performance Tracking Data */ var mid = 'xxxxx'; var cust_type = '1'; var order_value = '{$total_to_pay}'; var order_id = '{$id_order}'; var units_ordered = '1'; //--> Guys please help me. I need to export Item price after it was ordered on confirmation page to the tracking code above. To export product id i use '{$id_order}'; - it works great. But for Price of the item i need the price to be without ($)currency sign.(Shopzilla requirement for price to be like this var order_value = 300 ) And the only key I found is '{$total_to_pay}'; but it exports freaking $sign. (SO, it looks like this var order_value = $300 ). Please help me, what can I use instead of '{$total_to_pay}'; that will not include dollar sign. Thanks
- 1 reply
-
- Confirmation page
- price without$
-
(and 1 more)
Tagged with: