asumaran
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple payment button not workingHey there,
Some required data appears to be missing, which is causing the error. Could you please let me know if you are adding or modifying the fields in the checkout form via code or by using a plugin? Adding (or removing) required fields could break express checkout functionality if it is not handled properly.
Otherwise, please activate “Test mode” if you wish me to submit a payment on your site so I can see the error myself to help you. Let me know when you do it.
@bssa just to let you know WooCommerce Payfast Gateway 1.5.6 fixes the issue and it was just released.
@bssa we are aware of this issue and are working on fixing it in the next release. For the time being, I would recommend switching back to version 1.5.4 until 1.5.6 is released.
Forum: Plugins
In reply to: [WooCommerce Square] Apple Pay is not available with Square@senja56 you can also try verifying the domain yourself following these steps https://developer.squareup.com/docs/web-payments/apple-pay#step-1-register-your-sandbox-domain-with-apple
Forum: Plugins
In reply to: [WooCommerce Square] Apple Pay is not available with Square@senja56 is
store.iamuare.world
the URL of the site you are trying to verify? It would help if you can attach the complete error message.Also, it would be better if you try the following troubleshooting tips about the?Apple Pay Button here?and see if this resolves the issue.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay Button Not Working@robertmurdock153 I see Apple Pay is enabled in your site (https://staging-new.mystagingwebsite.com/product/test-products/). You figured it out yourself, apparently. It’s important to remember that Apple Pay requires Safari and Apple Pay should already be set up on your device.
- This reply was modified 1 year, 8 months ago by asumaran.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PromptPay QR Payment for Thailand@phakphumvis Although Stripe may support it, WooCommerce Stripe Gateway doesn’t support PromptPay right now. I don’t see any plans to support it in the near future.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe settings page blank@satch111 still having this problem? What version of WooCommerce Stripe Gateway are you using? Have you tried re-installing the plugin?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Compatible with 6.2.2?@lilateamfiveinc which version of Stripe are you using?
Is it possible for you to upgrade to WooCommerce Stripe Gateway 7.4.x, which has been tested up to WordPress 6.2.0? If not, upgrading to the latest 7.3.x shouldn’t be a problem if you are using WordPress 6.2.2.
@dionysiaque did you figure out yourself the issue? What version of Stripe are you using?
Forum: Plugins
In reply to: [Instagram for WordPress] multiple feeds at onceyay, I tried to add the widget dinamycally by adding the code as follows in a page template, so I can create a page for every hashtag I need
$current_hashtag = get_the_title(); $instance = array( 'hashtag' => $current_hashtag, 'cacheduration' => 0 ); the_widget( 'WPInstagram_Widget', $instance );
but the following code still don’t let me display the actual result. It always displays the first hashtag requested.
if ($imageraw) { $imageraw = unserialize(base64_decode($imageraw)); if (($imageraw['created'] + $cacheduration) > time()) { $images = $imageraw['data']; } }
I commented these lines in the file wpinstagram.php and is working now but I think is the lowest fashionable way to solve this but it works. Hope someone use this as a workaround until the 0.5 release.
Forum: Plugins
In reply to: set_query_var on parse_query is not setting custom valuesanyone?
Forum: Plugins
In reply to: Set post Featured Image from embedded videoI want to do this, any solution?
Forum: Fixing WordPress
In reply to: get_the_content with <p>thank you!
Forum: Plugins
In reply to: art gallery image attachment sizeI’m also interested in this, does anyone have an answer?