redwiregareth
Forum Replies Created
-
Thanks.
My logs shows the URL being called on a custom post type single page.
Here is my status: https://pastebin.com/AkyRCNYX
Thank you.
I believe said this issue has been acknowledge by the team and a fix will be implemented in future versions?
Thanks for the reply, for the time being I’ve disabled this function so that my client can use the admin panel.
By deactivating this function it won’t affect taking payments will it?
After switching YOAST to All In One SEO I realised the problem still persists. The problem seems to be with Polylang, and not a conflict with YOAST.
I can confirm I am also experiencing the same problem. Saving the permalinks or disabling and reactivating YOAST fixes the problem, until the next day it breaks again.
For me this is only happening on one language /pt/ where as /de/ isn’t experiencing any problems. This probably explains why the Plugin Author can’t replicate the problem as it doesn’t seem to happen for every language.
Since the website seems to break overnight I assume there must be a daily YOAST or Polylang scheduled task causing the problem.
- This reply was modified 2 years, 1 month ago by redwiregareth.
Forum: Plugins
In reply to: [Klaviyo] Outdated API Version?Thanks, I looked at the API Usage report. The only other code on the site is signing up a user to Klaviyo but I’m using the official PHP SDK for that https://github.com/klaviyo/klaviyo-api-php
I will open a ticket on the Klaviyo site, since this doesn’t seem to be related to the WordPress plugin.
Forum: Plugins
In reply to: [Klaviyo] Outdated API Version?Thanks for the quick reply. We are already using 3.3.5. So I assume it’s automatically sending requests via the correct API? We don’t need to configure it in anyway?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Incorrect total sent to PaypalHi Joost,
Thanks for your reply. FYI I am a WooC Developer. You say “Typically, most payment gateways initiate the payment procedure after the WooCommerce order creation. However, the PayPal Payments plugin creates the PayPal order before the WooCommerce order.”
Can you please point me to where the PayPal order is created in your code. If I can understand better how your plugin works I can implement my discount rules before and I can stop bothering you with questions.
I would reply to the private support ticket, but the agent there said they can’t help me, hence why I tried here.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Incorrect total sent to PaypalSure no problem, I am using the woocommerce_before_calculate_totals hook to alter the cart and discount it for the user before paying.
I have tried two different ways to discount the price but neither work with your plugin.
Solution 1:
Whilst looping the basket items I alter the price of an item using the set_price() function and reduce it.Solution 2:
I add a negative cart fee which produces the discount e.g.
$cart->add_fee( ‘Promotional discount’, -$discount, true );I have tested both these solutions with the following payment methods and they work fine:
- Stripe
- Worldpay
- Cash on delivery
- PayPal Standard
- Direct bank transfer
It even works with the old PayPal Standard integration, but not with the Woocommere PayPal Payments plugin.
Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Incorrect total sent to PaypalCan you point me to the correct file/function in your code that grabs the total before sending to Paypal? If you can do that I’ll be able to work the rest out myself.
Thanks you.
Forum: Plugins
In reply to: [Timber] Deprecated messages with PHP 8.1Having the same issue.
This was resolved by the support team on another support ticket, they have to reconfigure the domain inside WordPress.com to make it work.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to Insert BlogExcellent, that worked. Thank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to Insert BlogCan anyone from Jetpack help? From reading other posts about this this can only solved by the Jetpack team reconfiguring a domain on their side.
Does anyone else have this issue?