- Posts: 20
- Thank you received: 0
Orders Still marked as 'created' after receiving PP verification notification
-- Joomla version -- : 3.8.12
-- PHP version -- : 7.x
-- Browser(s) name and version -- : FF / Chrome
-- Error-message(debug-mod must be tuned on) -- : N/A
My orders are still marked as 'created' after receiving PayPal verification notification.
If someone can tell me what's going on, that'd be great...
Here's the (sanitized) report:
Please Log in or Create an account to join the conversation.
The payment log indicates that the transaction notification was received properly by the PayPal payment plugin.
If your order is still with the "created" status, then I can only think that you have that status selected instead of the "confirmed" status in the "verified status" setting of the PayPal payment method under the System>Payment methods menu.
Please check on that.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You have the "enable validation mode" activated.
This means that the payment will only be validated by PayPal after you accept it in your PayPal merchant account.
So before that, the payment_status is "pending" and thus the order is not confirmed.
If you don't have to have to validate the payments in your merchant account, you want to turn off that option.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
How did you add those fields ? I suppose that you created custom fields of the table "address" via the menu Display>Custom fields.
In that case, you want to add their corresponding tag to the "address format" setting of the HikaShop configuration and they will appear with the rest of the billing address in the notification emails.
Alternatively, when you edit the emails via the menu System>Emails, you can add such tag {VAR:billing_address.XXX} where XXX is the column name of the custom field and the value will appear in the email sent instead of the tag.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Just want to make sure that is where you were referring to, and that the code is correct...
(I'm assuming you can use regular php inside of it?)
Also, for the orders that have already been processed, where is that information stored / how do I get it / can I at this juncture?
Please Log in or Create an account to join the conversation.
Here's the final issue I'm having:
One of the fields (address_jerseysize) is not showing up...
It's a multiple select field, so I'm wondering if that is causing the issue?
Here's an image to illustrate the issue from the 3 different pages:
Please Log in or Create an account to join the conversation.
It has nothing to do with the type of the custom field. The issue is that you made a typo.
Your custom field column name is addres_jerseysize and not address_jerseysize :
monosnap.com/file/Ow9MqKjGONhjP6iOJTs4P6O148CzYt
Please Log in or Create an account to join the conversation.
No way to change that VAR name unless I recreate, right?
I'll just change the Checkout VAR for the time being.
Thanks!
Please Log in or Create an account to join the conversation.
That's right, you would have to delete it and recreate it.
Please Log in or Create an account to join the conversation.