Buy Once, Use Forever • 0% transaction fees
My checkout page isn’t working very well... costumer clicks in the paying method, but it doesn’t go thru and also, sometimes it’s generating duplicate orders in store dashboard
GabrieldePaulaRamosGilberti Have done some customization?
Duplicate orders are generated when your customer clicks the methods multiple times.
Carlos same for you? Any customizations?
JusanSG
Carlos
GabrieldePaulaRamosGilberti
Did you make changes to your order controller?. Kindly replace the order controller file with the original one to see if it'll work.
Are you using a nulled script? If yes you'll need to purchase an original one because your database will crash soon. So your orders won't go through.
Did you make changes to table "orders" from database? If yes reimport this table from a previous back up..
In most cases option 1 will work for you perfectly. I'll Suggest that you made changes to your unique Id session. Just replace the order controller file
I have same problem, process is working but very slow in some cases so people clicks once again and send more than one order.
[deleted] yes, I know, but the process is slow between the user's clicks on the payment method until the purchase is confirmed and that causes the user to make a new click thinking that the previous one did not work
[deleted] Yes, I added a button in store dashboard that enable the store owner to change the order status. Just this.
Carlos If you use Marketdev's apps, there is a problem in the API which causes this delay. I have the fix for it... I'll post it here in a while!
Yes, sometimes, so suggestion for the next release:
After customer clicks the method, the page will become gray with loading spinner, customer can't click again!
JusanSG Its not due to foodomaa issue... Its because of the notification app customization... Sending the fix in a while
TreasureUvietobore What do you mean by "nulled script"?
[deleted] Notification App ? 🤔🤔
[deleted] I know, as all of us have seen this issue at least once in the previous version. So I suggest making the page become gray after the method clicked, it prevents user click again (no matter how slow the page processes or when Onesignal has problem)
@GabrieldePaulaRamosGilberti @Carlos
$oneSignalPush = curl_exec($ch);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
This will stop the script within 5 seconds load and you wont face this issue ever again!
[deleted] Thank you for your help. I do not have any line like $oneSignalPush = curl_exec($ch); in my app/PushNotify.php :-(