Recent Posts

Pages: [1] 2 3 ... 10
1
General Discussion / Re: AbanteCart v1.2.16
« Last post by twitch_adblock on Today at 06:16:08 AM »
Thank you so much
2
General Support / Re: ContactUsFrm on V1.3.4
« Last post by globaloverline on Today at 05:05:36 AM »
hello,

I only edited a file on System/Localization/Languages Definitions/ mail_account_create   text_activate file

Can you be more specific? Which file exactly on email template you mean?

I mean Design > Email templates

everything is same and check the files one by one,  unfortunately same problem...
3
Support / Re: PayPal code is outputted to customer comments
« Last post by RCodiaDavid on Today at 04:45:46 AM »
Ah ok thanks Basara! That puts my mind at rest.

Any idea why one customers orders don't send any notifications? Usually should get one from the shop and from PayPal but neither get sent but PayPal money arrives.

It only seems to happen with one customer at the moment, and it seems they always check out using a mobile phone and as guest. We have asked them to log in for future purchases to see if that fixes it, but it's happened like 3 times to the same customer.

Thanks again
4
Support / Re: PayPal code is outputted to customer comments
« Last post by Basara on Today at 01:58:46 AM »
Hello.
These "comments" are not visible to the customers but only to the admin and come from the PayPal API when some event happens with the order so administrators can see what happens on the Paypal side after the order is placed.
5
How-to questions / Positioning Modal Box For Cart/Checkout On Static Pages
« Last post by Norvician on April 23, 2024, 03:16:31 PM »
I'm setting up AbanteCart for use with an existing static website. Embedding is just about there but I'm having issues with the modal box for cart/checkout. I have a fixed navbar, using DD Smoothmenu, loaded from a separate html page with Javascript. if the page is not scrolled the modal box sits on top of the menu (& all other page elements), where it needs to be. When the page is scrolled the menu moves to the top of the page, as required but the modal box then sits behind the menu with the top half of the title bar obscured. I've tried adjusting the z-index setting for the html page elements but it's made no difference.
Ideally I would like to either adjust the z position of the modal box or to move it a few pixels down the page. I've tried to identify the relevant AbanteCart files without much success. If someone could advise me on which files I need to change it would be appreciated.
Also knowing which files are needed to edit the title bar would be useful.
6
Support / Re: PayPal code is outputted to customer comments
« Last post by RCodiaDavid on April 23, 2024, 10:49:12 AM »
As an update, it seems that the customer that orders but doesn't trigger notification (PayPal payment goes through but no emails saying order came in get sent by PayPal or the store) has been checking out as a guest.

This doesn't sold the code in comments issue but could this be the reason for failed notifications? They have an account but don't use it when they order. But they use same email etc.
7
Template Support / Re: needing to change bootstrap5 colors
« Last post by laura458 on April 23, 2024, 10:46:40 AM »
YAY! Thank you Basara! It worked. Forgot I had to clear the cache as well. Now I am doing the happy dance :)
8
Support / Re: PayPal code is outputted to customer comments
« Last post by RCodiaDavid on April 23, 2024, 10:26:45 AM »
Does anyone have any info on this?

It seems that every PayPal order has the same code in the Customer's Order Comment section after the order goes through.
Mostly the orders via PayPal work but for some of them no notification is coming through and they don't show up in the customers order history!

This is what we get: (any ***** is me censoring for security)

Code: [Select]
Date Added                Status Customer Notified
04/19/2024 07:37:03 PM  Pending Yes

Date Added                 Status Customer Notified
04/19/2024 07:37:15 PM Processing No
Customer's order comment
Order updated by Paypal webhook request.

Date Added                 Status Customer Notified
04/19/2024 07:37:15 PM Processing No
Customer's order comment
Paypal webhook PAYMENT.CAPTURE.COMPLETED:

Parsed data:
array (
'id' => '*************************', <
'event_version' => '1.0',
'create_time' => '2024-04-19T18:37:06.800Z',
'resource_type' => 'capture',
'resource_version' => '2.0',
'event_type' => 'PAYMENT.CAPTURE.COMPLETED',
'summary' => 'Payment completed for GBP 76.14 GBP',
'resource' =>
array (
'id' => '**************',
'amount' =>
array (
'currency_code' => 'GBP',
'value' => '76.14',
),
'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' => '76.14',
),
'paypal_fee' =>
array (
'currency_code' => 'GBP',
'value' => '2.51',
),
'net_amount' =>
array (
'currency_code' => 'GBP',
'value' => '73.63',
),
),
'custom_id' => '***************************',
'status' => 'COMPLETED',
'supplementary_data' =>
array (
'related_ids' =>
array (
'order_id' => '***************',
),
),
'payee' =>
array (
'email_address' => '*****************',
'merchant_id' => '**************',
),
'create_time' => '2024-04-19T18:37:01Z',
'update_time' => '2024-04-19T18:37:01Z',
'links' =>
array (
0 =>
array (
'href' => 'h t t p s : / / api . paypal . com /v2/payments/captures/************',
'rel' => 'self',
'method' => 'GET',
),
1 =>
array (
'href' => ' h t t p s : / / api . paypal . com /v2/payments/captures/**********/refund',
'rel' => 'refund',
'method' => 'POST',
),
2 =>
array (
'href' => 'h t t p s : / / api . paypal . com /v2/checkout/orders/************',
'rel' => 'up',
'method' => 'GET',
),
),
),
'links' =>
array (
0 =>
array (
'href' => 'h t t p s : / / api . paypal . com / v1 / notifications / webhooks-events / **************************',
'rel' => 'self',
'method' => 'GET',
),
1 =>
array (
'href' => 'h t t p s : / / api . paypal . com / v1 / notifications / webhooks-events / ******************** / resend',
'rel' => 'resend',
'method' => 'POST',
),
),
)
9
General Support / Re: ContactUsFrm on V1.3.4
« Last post by Basara on April 23, 2024, 06:56:39 AM »
hello,

I only edited a file on System/Localization/Languages Definitions/ mail_account_create   text_activate file

Can you be more specific? Which file exactly on email template you mean?

I mean Design > Email templates
10
Hello,
I need to edit the colors of that dropdown on that box and some changes in the color of border, background color and the after dropdown function's colors too.
 Can you tell me the location of lines which should be edited on the style.css please?

Thank you...
G.O.
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod