Forum Replies Created
- AuthorPosts
- 2 October, 2018 at 10:52 am in reply to: Help: No "Thank you" page for cash order bing placed #39489
Wow, as soon as uncheck the debug box, the ‘thank you’ page comes back!
Thank you very much for your prompt help!
http://www.eat24.com and http://www.grubhub.com are the two most popular websites for online food ordering in the united states.
By placing test orders without actually hitting the submission button at the last step, you will understand what I mean regarding the tip field and the tax on shipping field.
Here is an example which is forwarded to your dev wp-pizza email.
SUBTOTAL $20.45
DELIVERY FEE $1.00
TAX $1.77
TIP $4.64
TOTAL $27.86The TIP is the default 20% and the customer wants to save time and does not bother to change it.
TAX=(20.45+1.00)*0.0825=$1.77
TIP=(20.45+1.00+1.77)*0.20=$4.64It too complicated to show 3 lines for tax only.
In addition, “Shipping Tax @ 8.25% $ 0.25” is better NOT to show up in the final order confirmation. I think it is a convention.
15.48 is correct (the one submitted to Paypal)
15.49 is wrong. See below copied from email.
Qty Article ——————————————————– Price
5 Minute Maid Orange Juice $ 16.25
Subtotal $ 16.25
Discount – $ 5.00
Delivery Fee $ 3.00
Sales Tax $ 0.93
Shipping Tax @ 8.25% $ 0.25
Tip $ 0.05
coupon used NewSams5
Total $ 15.49The last digit should be 8 or 3.
You can place a cash order to see this funny error.
I did not see the Cash order problem after I upgraded the PHP to 5.6.
But I encounter a new error and I believe it should be already there, not related to version of PHP.
Below is a successful order paid by Paypal
Subtotal $ 5.00
Sales Tax $ 0.42
Tip $ 0.01
Total $ 5.43Here is a HALF SUCCESFULL order by paypal
Description Unit price Qty Amount
Minute Maid Orange Juice $3.25 USD 5 $16.25 USD
Tip $0.05 USD 1 $0.05 USD
Discount – $5.00 USD
Subtotal $11.30 USD
Shipping and handling $3.00 USD
Tax $1.18 USD
Total $15.48 USD
Payment $15.48 USDI as buyer have paid with paypal and received the notification emails from paypal in the seller email account.
But there is no order emails to buyer email or seller email.
Below is the ORDER confirmation (if successful) page on the website:
==================Start of page orders/?wpptx=……
ErrorApologies. There was an error receiving your order. Please try again.
Error Details
1001: amounts do not match: 15.48 != 15.49==================End of page orders/?wpptx=……
So somehow the wppizza program examines the amount (I guess) returned from Paypal and found ONE CENT difference and caused the error.
I used other browser without login and could see my private reply.
The website is http://www.samscafeonline.com. You can place a test Cash order to see what problems I have.
I need a private way to give you the website access. “Set as private reply” did not work as it says.
This reply has been marked as private.By the way, is PHP version 5.4.32 outdated to best use the wppizza?
Well I have solved this problem because I have found I have installed another SMTP plugin which ignores the values in the “use SMTP” “SMTP test” page of wppizza.
However I have purchased the bundle however there are two new problems.
1. If I as a customer use Paypal method, I can see the order success page and receive confirmation email. But if I choose Cash method, I cannot see the order success page, though there is confirmation email.
2. Now the tip box in this version is better than before (customer does not need to click OK button now). However, I hope it can take two values. One is any numerical number from 0 to any real positive number. Another is the word like “cash” , “CASH” or “Cash”. And you can make two click buttons “Cash”, “20%”. If Cash/20% is clicked, Cash and 20% of the total will be displayed on the Tip box. This is common setting for Eat24/Grubhub.
3. It looks like there is an error email with the following message even there is order success page, successful paypal payment and receiving, successful order emails in both buyer and seller.
======================================
BLOG ID: 1 – ORDER ID: 7459ERROR – CRITICAL: 30007 | order not found using order id
WPDB LAST QUERY (*might* be related): SELECT * FROM wp_wppizza_orders WHERE id=7459 AND payment_status IN (‘INPROGRESS’,’UNCONFIRMED’)
LAST PHP ERROR (*might* be related): call_user_func_array() expects parameter 1 to be a valid callback, non-static method WP_Feed_Cache::create() should not be called statically IN FILE: “/opt/bitnami/apps/wordpress/htdocs/wp-includes/SimplePie/Registry.php” ON LINE: “215”Lastly, If you need the username and password to the website, please give me your email. Thank you. Xin
Well, I have tried multiple SMTP servers with different username/password settings. That does not seem to be a problem.
How to correct the file permission error?
what is suggested?
Sorry it is http://www.samscafeonline.com/
Please check.
Very nice of you to say so! Thank you very much for the help.
My opinion: The popular online ordering platforms like grubhub, eat24, and so on, none has a button to confirm the tip amount. If we have to use a button to confirm, it will confuse the guests.
Olly,
If you try to send a cash order to US on my website, you will understand why the OK button is making people confusion.
If it is a cash order, then really the confirmation is useless because the cash is given on delivery.
If it is a credit card order, people will have a chance to review the total to pay by credit card.
And if you do not agree with me, I can accept that. But I hope you can make it an option at least in the next version.
Thank you!
Awesome! As soon as I disable that plugin, it gives me the right time on the order details!
Thank you very much I had spent several hours trying to figure this out.
By the way, would you please delete the URL in my initial post?
Another question or suggestion I have is regarding the tip. Currently after I enter the tip value, I have to click the “OK” button (before sending the order or reviewing the order) to make the tip effective.
The real situation is my colleagues and myself do not have the habit to click the “OK”. Immediately after we enter the tip value, we click the “send order” or “review order” button. In this way, we thought we put tip there but we actually did not.
Is it possible to disable the “OK” button??
- AuthorPosts