display sequence of checkout_confirmation.php

Open to all! Ask other shopowners for help.
Post Reply
Philo2005
Member
Posts: 49
Joined: Fri Mar 26, 2021 7:20 am
Phoenix Version: v1.0.8.0
Has thanked: 28 times
Been thanked: 3 times

display sequence of checkout_confirmation.php

Post by Philo2005 »

Situation:
I often have problems with customers who put their products in the shopping cart and then do not complete the order (probably because of the display sequence). Despite the open purchase, they transfer the money by bank transfer to me and I don't know what I should use it for. I have an add-on that shows me the open shopping carts. This way I can find out which customer has ordered what. However, it is essential to ask the customer by email to complete their order, so I can execute it.

Idea:
I want to display the payment information area later (see picture) so that the customer sees the button to finalize the order first.

I moved the code of the finalize part up.
Is there anything else I need to consider?

What do you think of this idea?
Has anyone had similar experiences with bank payment transfers?
You do not have the required permissions to view the files attached to this post.


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: display sequence of checkout_confirmation.php

Post by heatherbell »

Philo2005 wrote: Sat Feb 15, 2025 6:47 pm Has anyone had similar experiences with bank payment transfers?
Yes but we have had similar experiences with all payment methods where customer does not click the 'Finalise & Pay' button and subsequently emails to ask "where is my order?" :roll:
We added a message to checkout_confirmation to reinforce that it must be clicked to for us to receive the order.
We also added reinforcement text to the button and enlarged and changed the style of the button to emphasise.
But there will always be one customer who does not bother to read! :roll:
Philo2005 wrote: Sat Feb 15, 2025 6:47 pm However, it is essential to ask the customer by email to complete their order, so I can execute it.
We use a 'Master Password' Addon to do that.
14Steve14
Senior Contributor
Posts: 922
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: display sequence of checkout_confirmation.php

Post by 14Steve14 »

Philo2005 wrote: Sat Feb 15, 2025 6:47 pm Has anyone had similar experiences with bank payment transfers?
It does not matter what we do we always get customers that do something unexpected and I am sure we are not alone. We have had customers select bank transfer and then email to say they could not enter their card details. We have had customers contact us to ask where the payment section is as they could not see where to select a payment method. The list goes on.

We have decided that no matter what we do people will still have problems. We have tried changing the text on the pay button. We have added text else where on all the checkout pages explaining about the page and the options. We still get the odd problem.

Swapping the order of the checkout may work for your site and customers so it may be worth persevering with. Try sone testing and see what the results are like.

Where are your customers getting your payment details from for a bank transfer. May be this in the wrong place and should only show after the pay button has been clicked and the order completed. That's how we have our Bank transfer working.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: display sequence of checkout_confirmation.php

Post by burt »

Philo2005 wrote: Sat Feb 15, 2025 6:47 pm I have an add-on that shows me the open shopping carts. This way I can find out which customer has ordered what. However, it is essential to ask the customer by email to complete their order, so I can execute it.
From v1.0.9.6 onwards, there is a system called "Queued E-mails";
https://phoenixcart.org/phoenixcartwiki ... ued_Emails

With an already available module for "open shopping carts", this could be used to automatically remind your customers that they actually need to checkout. Completely hands off for shopowner, no work involved.

HOWEVER...I know that you are on an older version of Phoenix, which does not have this Queued Emails feature.
Therefore this post is for readers in the future who might ask similar question.
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply