News:

AbanteCart v1.4.4 is released.

Main Menu

Recent posts

#41
Installation and Configuration / Stripe API passing Business Na...
Last post by llegrand - June 23, 2026, 04:14:45 PM
Several of our clients are B2B and use the company name for reference. They are using Stripe 1.4.4 not are not seeing the business named included in the Stripe site info or the payment in passed back to the Order details.

According to Stripe docs -  How the business name is captured:

Payment Element / Checkout - If you're using Stripe's pre-built payment UI, you can enable the "name" field, which collects the customer's name (individual or business name)


API integration - When you create a customer via API, you can pass the name parameter, which accepts either a person's name or business name

We are seeking guidance on how we can get the business name passed when Stripe is the payment method used. 

Can you please look into including Business name (and customer name) into your Stripe.   We would like both, if possible. 

We look forward to your reply.
Lee

#42
General Discussion / Re: Search Model by Default
Last post by southwesterlydiscipline - June 23, 2026, 05:24:44 AM
Totally agree — this really should be an admin setting instead of a template edit. Having to reapply it after every update is quite inconvenient, especially for something as important as search behavior.
#43
General Support / Re: PayPal Webhook?
Last post by MGBReg - June 23, 2026, 03:42:51 AM
I do not think there is an issue. The code shows in a customers order Status/comments box

If it is nothing I need to worry about that is fine.

Thanks for coming back to me Basara

Paul
#44
General Support / Re: Message Notifications
Last post by MGBReg - June 23, 2026, 03:40:40 AM
HI Basara,
Notifications orders and notifications.
it used to show on the envelope next to the language flag on the top of the page.

I cannot see an option to add a picture.

Paul
#45
General Support / Re: PayPal Webhook?
Last post by Basara - June 23, 2026, 03:01:25 AM
Hello.
Can you clarify what the actual issue is?
#46
Support / Re: Send "Contact Us" form mes...
Last post by Basara - June 23, 2026, 02:58:40 AM
Hello. I see only two possible workarounds:
1. Create an email forwarding rule on your mail server to forward Contact Us messages to your ticket system.
2. AbanteCart Code modification or custom extension
#47
General Support / Re: Message Notifications
Last post by Basara - June 23, 2026, 02:52:45 AM
Hello.
Could you clarify which messages you are referring to? Customer contact form messages or order-related notifications?
#48
General Support / Message Notifications
Last post by MGBReg - June 23, 2026, 01:51:35 AM
Messages are no longer showing in the back end via the envelope.

Abantecart 1.4.4
#49
General Support / PayPal Webhook?
Last post by MGBReg - June 23, 2026, 01:30:19 AM
If an order is completed in the order status I have 3 messages showing.
1st shows order processing -customer informed Yes
2nd shows order updated by Paypal Webhook request - customer informed NO
Then a third as an order comment - customer informed NO
aypal webhook PAYMENT.CAPTURE.COMPLETED:
Parsed data:
array (
'id' => 'WH-9W783920RW8347217-7MY92303T97475108',
'event_version' => '1.0',
'create_time' => '2026-06-22T02:30:35.472Z',
'resource_type' => 'capture',
'resource_version' => '2.0',
'event_type' => 'PAYMENT.CAPTURE.COMPLETED',
'summary' => 'Payment completed for £ 22.0 GBP',
'resource' =>
array (
'id' => '15339567SV8102825',
'amount' =>
array (
'currency_code' => 'GBP',
'value' => '22.00',
),
'final_capture' => true,
'seller_protection' =>
array (
'status' => 'ELIGIBLE',
'dispute_categories' =>
array (
0 => 'ITEM_NOT_RECEIVED',
1 => 'UNAUTHORIZED_TRANSACTION',
),
),
'seller_receivable_breakdown' =>
array (
'gross_amount' =>
array (
'currency_code' => 'GBP',
'value' => '22.00',
),
'paypal_fee' =>
array (
'currency_code' => 'GBP',
'value' => '1.38',
),
'net_amount' =>
array (
'currency_code' => 'GBP',
'value' => '20.62',
),
),
'status' => 'COMPLETED',
'supplementary_data' =>
array (
'related_ids' =>
array (
'order_id' => '6XJ88443E7700210N',
),
),
'payee' =>
array (
'email_address' => '*****@*****.org',
'merchant_id' => 'T2L9Y4HJ6UDV6',
),
'create_time' => '2026-06-22T02:30:30Z',
'update_time' => '2026-06-22T02:30:30Z',
'links' =>
array (
0 =>
array (
'href' => 'https://api.paypal.com/v2/payments/captures/15339567SV8102825';,
'rel' => 'self',
'method' => 'GET',
),
1 =>
array (
'href' => 'https://api.paypal.com/v2/payments/captures/15339567SV8102825/refund';,
'rel' => 'refund',
'method' => 'POST',
),
2 =>
array (
'href' => 'https://api.paypal.com/v2/checkout/orders/6XJ88443E7700210N';,
'rel' => 'up',
'method' => 'GET',
),
),
),
'links' =>
array (
0 =>
array (
'href' => 'https://api.paypal.com/v1/notifications/webhooks-events/WH-9W783920RW8347217-7MY92303T97475108';,
'rel' => 'self',
'method' => 'GET',
),
1 =>
array (
'href' => 'https://api.paypal.com/v1/notifications/webhooks-events/WH-9W783920RW8347217-7MY92303T97475108/resend';,
'rel' => 'resend',
'method' => 'POST',
),
),
)

Any Ideas?
#50
Support / Re: "Log in' field disappeared
Last post by timlight10 - June 22, 2026, 11:41:33 AM
Edain, your site appears to be working for me!

Forum Rules Code of conduct
AbanteCart.com 2010 -