Mohamed
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Feature editHello, yes the update have the feature we talked about but the changes we requested not added.
The card last digits don’t have a meta name so we can show it on the website frontend like the the card brand.
So we sent you the correct code which you need to update.
https://github.com/woocommerce/woocommerce-paypal-payments/pull/2125
Code Line No 143
From
$meta_details = array_merge( $fraud_responses, array( ‘card_brand’ => $card_brand ) );
To
$meta_details = array_merge( $fraud_responses, array( ‘card_brand’ => $card_brand, ‘card_last_digits’ => $card_last_digits ) );
We request an update for the above code.
- This reply was modified 7 months, 3 weeks ago by Mohamed.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Feature editHello, thanks for your response.
is there any updates yet? hope this be fixed on the current 2.6.1 update as we really need this feature.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] need updateHello @inpsydekrystian
I see the PR is added successfully (https://github.com/woocommerce/woocommerce-paypal-payments/pull/2125)
We see that it will work for the payments with 3D secure done and enabled, so you know that some payments pass without the 3D secure so can you maybe request a change that this function should work with and without 3D secure?
As i see the last 4 digits of card have no connection about the 3D secure done or not, please let us know, thanks.Hello, any updates about our function feature request and the bug we mentioned????
So nobody will update on this?Hello, any updates about our function feature request and the bug we mentioned???
Hello, any updates about our function feature request and the bug we mentioned??
Hello, any updates about our function feature request and the bug we mentioned?
- This reply was modified 8 months, 2 weeks ago by Mohamed.
Thanks a lot for letting me know this.
Also another question,
Why you always use iframe card form rather than use a built in on same website card form like stripe, etc… (the built in on the same website card form is really easier for customizations and do whatever we need)
Please let us know, thanks.Hello Krystian,
Thanks for letting us know that you will fix the bug and thanks also for letting us know about the card logo that it’s not possible.
And about the store last 4 digits of card feature can you maybe open a pull request on github for developers to work on that function? as it’s a good and advanced function that all payment gateways currently using, hope you open a pull request on github so we can also follow it, it will be apprectiated if you guys can release it on the new coming nearest updates.
Thanks.- This reply was modified 9 months, 1 week ago by Mohamed.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card type function.Hi, yes sure you can share the customizations with your PayPal partners.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card type function.Hello, thanks for your response and update.
i see your CSS code working, and the style we are tyring to do on the new hosted fields is as below please check screenshot, (we made this style on the old hosted fields when the hosted fields validate the card type so it change the form background color and screenshot below)
https://ibb.co/LQ6h97S
And this is the CSS code used (Old hosted fields),
fieldset#wc-ppcp-credit-card-gateway-cc-form:has(#ppcp-credit-card-gateway-card-number.visa) {
background-color: #122c92;
background-image: linear-gradient(to right, #122D96 0%, #191F5D 100%);
-webkit-animation: 0.4s opc forwards;
opacity: 0;
transition: opacity 0.9s;
border:1px solid #191F5D !important;
}
So we trying to make the same for the new hosted fields is there any possible way to implement such a style? we are a company that willing even to pay you guys do make that functions and styles because our own developers saying it’s not possible as this plugin is fully hosted by 3rd party.
Also we checked the card brand new updates and i can say thank you so much for helping us.- This reply was modified 9 months, 2 weeks ago by Mohamed.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card type function.Will you guys even response?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card type function.Hi, any update?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card type function.Hi, thanks for your response.
Regarding the card brand feature i see on your github it’s only showing the card brand if the 3d secure is enabled and working, why it’s not showing the card brand if the 3d secure enabled or not? i think card brand have no connection with the 3d secure enabled or not by you made the function to force the card brand to appear when 3d secure enabled, can you please fix that?
Also about the CSS style for the new hosted field we tried the mentioned CSS from your link and we put the CSS on our theme however they don’t working at all and your style is forced…
Please help, thxForum: Plugins
In reply to: [WooCommerce PayPal Payments] Card type function.Hi, thanks for the informatio.
Also we have another question, how can we style the new hosted fields with CSS?
Becasuse we can see that this fields cannot be styled at all, can you please help on that?