tarkan
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Errors with Woocommerce Stripe 8.5.1Yes that resolved it – sorry missed that it had been discontinued.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Errors with Woocommerce Stripe 8.5.1As shown in our settings page :-
Credit card / debit card
Giropay
EPS
Bancontact
iDEAL
Przelewy24
Multibanco
as well as Google/Apple Pay and Stripe Link enabled.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template locationThat is great thanks – I already created a function it was simple enough, to insert my own custom path in to the array before your [default] and [child-theme] entries and it is now picking up my template files.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] G-Pay not shown Minicart and CartPayment Request Gateway.
I have noted something interesting that even on the checkout the G-Pay button does not always appear – sometimes have to refresh the page several times to get it to come up.
Re-activating the Woocommerce official Stripe plugin, that works fine G-Pay on Cart and Checkout – with no issues.
- This reply was modified 2 years, 2 months ago by tarkan.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] G-Pay not shown Minicart and CartMini-Cart is the standard one offered by the Woo Storefront theme.
Our test / development site is local not accessible via internet.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Metadata in refundsThanks @mrclayton, I am in no rush – I will wait for it to be included in the plugin.
I can see the refund function in your plugin already has the ‘reason’ in the call just need to include it in the request metadata sent to stripe. Should be easy to add.
Forum: Plugins
In reply to: [WooCommerce] Product images not showing – 6.1.0 update –Possibly related to the is_ajax deprecated issue.
If you have access to your php logs, check them for errors.
Was this change badly communicated!?!?!
None of the major plugins have made the changes – even the wordpress owned plugins (e.g. Stripe, jetpack, etc).
Forum: Plugins
In reply to: [WooCommerce] Custom Functions ( static pdf to order email)You can add the code anywhere in the functions.php (just make sure you do not dump it in the middle of a function! so out side the curly brackets.)
With the naming you should be ok just to rename them as long as the server it is running on has the correct locale coding (hopefully UTF8)!
Forum: Plugins
In reply to: [WooCommerce] Remove or hide the registration/my account featureYou would have to do that in your theme removing the user login / registration links.
Also in the Woocommerce settings you can disable account creation during the cart and checkout process.
No idea!
Stripe’s website is a little confusing about the whole SCA thing, but if you go to your Stripe Dashboard, there is an update button on the menu down the left side.
Click that and it will goto the SCA page, where near the bottom it has a tab labelled ‘Monitor your progress’.
That will show all your transactions from the last 7 days and will show if they are using SCA-ready methods – if that is 100% then there is no further work required for your Stripe integration.
Forum: Plugins
In reply to: [WooCommerce] Paypal returned an errorThat sounds like the payment request is not in USD, check your currency settings and also check your paypal account for any restrictions.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Radar 3D secureYou do not need to do anything – the SCA rule will automatically be enabled from the 14th September (well that is my understanding).
Well depends, if your website is using the Woocommerce Stripe Gatewa plugin then there should be no work involved at all as SCA is being handled by Stripe.
Again depending on which plugin they are using for Paypal, plugins I am aware of SCA should be handled by Paypal themselves so again no work necessary.
Forum: Plugins
In reply to: [WooCommerce] Pending PaymentsThe only way to resolve would be to read the DEBUG log and see the API call to Paypal and the returned data from Paypal to determine exactly why the payment is not going through.
Sometimes Paypal will decline transactions due to account settings and it is nearly impossible to find out about them via the paypal dashboard – hence why the best (and sometimes only way) is to read the debug log.