Jan
My PCP for Mollie is mostly ready.
While testing I notice:
1 When the Payment provider updates the status by means of the webhook, I update it in Phoca Cart with PhocacartOrderStatus::changeStatusInOrderTable, then PhocacartOrderStatus::changeStatus and PhocacartOrderStatus::setHistory.
This works fine but when I look at the orders, the Date modified is still the date of the initial order.
Is there a way to set Date modified?
2 In Order status history, only the date is mentioned. Would perhaps be great if it was both date and time.
3 The $app->enqueueMessage of type notice seems to show a white text on white background, could that be?
(e.g. I added a Notice "You are now being redirected to Mollie")
4 When you do a (partial) refund from the payment provider site, I get the correct feedback and I can set the status and in my Mollie table I can store the refunded amount. Does Phoca Cart handle refunds? Where can I see/set them? (Including the currency)
Mollie payment provider feedback
-
- Phoca Enthusiast
- Posts: 94
- Joined: 13 Feb 2024, 17:00
Re: Mollie payment provider feedback
Additional info for 3: Cassiopeia_phocacart_fashion - Default template
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mollie payment provider feedback
Hi,
1) not sure if changing status should change the modified date of order itself
2) OK
3) The $app->enqueueMessage is displayed by Joomla, so it depends on template, how it is displayed. Can you paste a screenshot of this?
4) For now, Phoca Cart does not handle refunds, it only can change the stock e.g. if the good are returned back, etc.
Thank you, Jan
1) not sure if changing status should change the modified date of order itself
2) OK
3) The $app->enqueueMessage is displayed by Joomla, so it depends on template, how it is displayed. Can you paste a screenshot of this?
4) For now, Phoca Cart does not handle refunds, it only can change the stock e.g. if the good are returned back, etc.
Thank you, Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 94
- Joined: 13 Feb 2024, 17:00
Re: Mollie payment provider feedback
When you use the Edit Status button, the Modified date does change so IMHO it's inconsistent if the status update from the payment provider doesn't update it.
Here I selected the last part of the text only. As you can see first part is invisible. I haven't tried with Cassiopeia out of the box, I was using your template.
Maybe another Dev request then? Because when an order is (partially) refunded, it should also be covered in the totals and reports/statistics.
Thank you
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mollie payment provider feedback
Hi, in which template did you get the problem?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 94
- Joined: 13 Feb 2024, 17:00
Re: Mollie payment provider feedback
Cassiopeia_phocacart_fashion - Default template
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mollie payment provider feedback
Are you testing Phoca Cart 5 and Joomla 5? Because fashion is Joomla 4 template, try to test e.g. the Beauty template:
https://www.phoca.cz/phocacart-extensions/3-templates
Jan
https://www.phoca.cz/phocacart-extensions/3-templates
Jan
If you find Phoca extensions useful, please support the project