Latest Forum Posts
Home arrow Forum
Design Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Skipping payment when order value >0.00 (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Skipping payment when order value >0.00

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#517
meverink (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Skipping payment when order value >0.00 3 Years ago  
Hello,

When the order value = 0.00 the order is processed is a suspected, status is set to confirmed snd the downloadlink will be sent to the client. So far oke.
But, if the order value is > 0.00 the payment handling is also skipped (that is not oke in my opinion. I suspect a payment action).
As result the order is registered with status pending. In the customer order overview the order can be pickup and payment e.g. paypal can be started by the client. But i think i will get a lot of pending orders and no payments.

Can you help?
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#518
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:Skipping payment when order value >0.00 3 Years ago  
My mod only changes the code when the value is less than or equal to 0.

If your purchase actually goes to the payment processor e.g. paypal, then my code has processed correctly.

This would then be a VM or payment processor fault, not the mods.

If you have, however, more than 1 payment processor then have you downloaded and installed the updated checkout_thankyou.php file? Without it VM cannot select the correct payment process and the transaction will complete without going to the processor.
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#519
meverink (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Skipping payment when order value >0.00 3 Years ago  
Hello Mark,

The problem is that the purchase is not going to the payment processor anymore.
I have installed also the update checkout_thankyou.php file.

The client can only pay the order under account maintenace > order information ..

Do you have tips?
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#520
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:Skipping payment when order value >0.00 3 Years ago  
How many payment processors do you have?

Which version of VM, Joomla etc.
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#521
meverink (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Skipping payment when order value >0.00 3 Years ago  
I have one payment processor(paypal). I use joomlo 1.0.13 end VM 1.0.12
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#522
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:Skipping payment when order value >0.00 3 Years ago  
I have attached an updated checkout.thankyou.php file.

Please test and let me know your findings, I have tested and there seemed to be a problem with VM1.0.12 and my mod.

If this works OK for your self. I will upload the file to the site so that others may use it.
File Attachment:
File Name: checkout.zip
File Size: 2128
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#523
meverink (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Skipping payment when order value >0.00 3 Years ago  
Hello Mark

I tested your update file. And... yes it works. Great.

Thank you
 
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop