Anam A.
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Subscriptions] Recurring payments not actioningHi krzys,
Don’t know what is this message/stack trace. But I have uploaded error log in the new thread “Paypal Payment not going through”
Thanks,
AnamForum: Plugins
In reply to: [Flexible Subscriptions] Paypal Payment not going throughHi Sebestian,
How much time do you think it will take? Is there any other info you need?Thanks,
AnamForum: Plugins
In reply to: [Flexible Subscriptions] Paypal Payment not going throughForum: Plugins
In reply to: [Flexible Subscriptions] Recurring payments not actioningHi, I am also facing issue with the subscription plugin.
The subscription payment is not going through PayPal by the customer. The error comes: There was an error processing your order. Please check for any charges in your payment method and review your order history before placing the order again. when a customer tries to pay with PayPal.
When they go to order history and then click on pay, the website also goes into critical error.
Could you please help in this regard?
Thanks,
AnamForum: Plugins
In reply to: [Flexible Subscriptions] purchased subscriptions not beeing addedHi, is there any update?
I have received same errors, and the subscriptions are not appearing. There is also no way to cancel the subscriptions at the moment? And how do you turn off this: “HPOS”? Could you please help in this regard?Forum: Plugins
In reply to: [Coupon Affiliates – Affiliate Plugin for WooCommerce] Status Error LogHi Elliot, I would like to replace this code with the following:
// Create password reset URL
function generate_password_reset_url($user_id) {$user = get_user_by('id', $user_id); if (is_wp_error($user)) { return false; } $user_data = get_userdata($user_id); $user_login = stripslashes($user->user_login); $key = get_password_reset_key($user_data); if (is_wp_error($key)) { return false; } // Get the URL of your account page $account_page_url = wc_get_page_permalink('myaccount'); // Construct the password reset URL $rp_link = add_query_arg( array( 'key' => $key, 'id' => $user_id ), wc_get_endpoint_url('lost-password', '', $account_page_url) ); return $rp_link;
}
Forum: Plugins
In reply to: [Coupon Affiliates – Affiliate Plugin for WooCommerce] Status Error LogI saw this code in the Coupon Affiliates plugin file as you can see it embeds the key at the end, that takes it to the WordPress Login: // Create password reset URL function generate_password_reset_url($user_id) { $user = get_user_by( 'id', $user_id ); if ( is_wp_error( $user ) ) { return false; } $user_data = get_userdata( $user_id ); $user_login = stripslashes($user->user_login); $key = get_password_reset_key( $user_data ); if ( is_wp_error( $key ) ) { return false; } $login_url = wp_login_url(); if ( is_wp_error( $login_url ) ) { return false; } $rp_link = $login_url ."?action=rp&key=$key&login=" . rawurlencode($user_login); return $rp_link; } BUT IF YOU SEE THE CODE FROM WOOCOMMERCE EMAIL TEMPLATE: <a class="link" href="<?php echo esc_url( add_query_arg( array( 'key' => $reset_key, 'id' => $user_id ), wc_get_endpoint_url( 'lost-password', '', wc_get_page_permalink( 'myaccount' ) ) ) ); ?>"><?php // phpcs:ignore ?> <?php esc_html_e( 'Click here to reset your password', 'woocommerce' ); ?> </a>
Forum: Plugins
In reply to: [Coupon Affiliates – Affiliate Plugin for WooCommerce] Status Error LogThe lost-password setting is correct, I have done step 2 also.
and it’s like this:
However, if a user is registered from the My account page as a customer, it takes them to the My account page from the email to reset the password as it should and not this WordPress Login.
It happens when an affiliate user is registered from the back end form -> Add New Affiliate.
So, I do not think it is another plugin that is overriding.?
If there is any alternative to redirect or anything else please suggest?
I have to resolve this issue this week, Could you please help?Forum: Plugins
In reply to: [Coupon Affiliates – Affiliate Plugin for WooCommerce] Status Error LogHi Elliot,
I have been facing another issue. When an email is sent for setting up a new password, the link takes the user to the WordPress reset panel. And shows the form that usually WordPress shows for the reset. However, it should take up the link of MY account page: https://magnesiumstore.com/my-account/lost-password/?show-reset-form=true&action=newaccount
in order to reset the password.
This is not good, because our branding is not being used and it shows a typical WordPress password reset feature.Forum: Plugins
In reply to: [Site Reviews] Submit Review One per userWhere can i find this setting? There are 3 settings in the Forms tab, I am not sure which options to select. Could you help me out?
Limit Reviews- No Limit
- By Email Address
- By IP Address
- By Username (will only work for registered users)
Limit Reviews —- For?days (Why does it says days?)
Restrict Limits To
- Assigned Posts
- Assigned Terms
- Assigned Users
Hi @elliotvs, I am facing problem with the PRO Version for my client. When an affiliate clicks the request Payout button, nothing happens, the page just refreshes and i don’t get any requests on the backend. I am stating this on behalf of my client. Maybe there is a bug. My client has contacted you via contact form but we don’t get any response. Could you please help in this regard?