vaibhavshukla31
Forum Replies Created
-
Please give me an estimated time of your next release, thank you
Hi, is there any update regarding this issue?
Yes after deactivating the publishpress plugin everything works fine.
Every woocommerce edit product page has the option to put the content for it through elementor editor as well for some sites, so if the checklist options like “check the word count for content” on the edit product page is enabled and set to required, the yoast seo tab on the same page goes missing because of some conflict.
Similar to this there are a few more options that when enabled for the product checklist create a conflict and do not check the content which is editable after clicking on edit with elementor page.
There should be an option for checking the content when edited with elementor editor on the product page as this is a very common way of editing the content for products nowadays.
Please provide a solution for this asap.
I have also attached an image with highlights as well please see that yoast seo table fields are not showing when some content-related options are enabled on the product editor page.Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Error while processing refundThe paypal order id or transaction id is present in the order meta data. This error for refund is occuring for every order we try to refund.
Earlier it was working fine but now there is error while processing the refund for every order we try to refund through paypal button on order details page.
There is no conflict with other plugins as well.
Please share with me some way to send you the video recording for your better understanding.
Please reply back as soon as possible.Hi , can you please update me regarding this matter?
It is quite an urgent requirement.This feature which is already present on “place order” button in woocommerce is the ideal way in which the checkout flow should happen , if we make a coupon code which is restricted for some users but somehow they get hold of the same coupon and apply it, they will then move to checkout and after placing order using paypal the ideal flow should be to remove the coupon code and throw the error.
But with your plugin this kind of feature is not present and affects the user interactions, since the pop for paypal first pops up and then after processing the paypal form the coupon is removed if the user is restricted for that particular coupon. This makes the customer hopefull that the coupon is going to work whenever firts paypal pop up opens.Please consider adding this functionality as feature if possible which will improve the customer interaction.
I tried something like this in my functions.php for valiadting the coupon code restriction on the user email.
add_action('wc_ppcp_validate_checkout_fields', 'custom_coupon_validation'); function custom_coupon_validation() { // Get the coupon code entered by the user $coupon_code = isset($_POST['coupon_code']) ? sanitize_text_field($_POST['coupon_code']) : ''; // Perform your coupon code validation checks here if (!empty($coupon_code)) { $user_id = get_current_user_id(); // Check if the coupon code is valid for the user $is_valid = WC_Discounts::is_coupon_valid($coupon_code, $user_id); if (!$is_valid) { wc_add_notice('Coupon code is not valid for this user.', 'error'); } } }Can you please specify how to use this action hook in functions.php to check for validation after the button is clicked and before the popup appears for adding payment details.
Also, if the user is logged out and when they fill in the billing deatils in which they will have to specify the email id , how can we run a valiadtion for the coupon code restriction on email id when clicked on the paypal button , just like the way it happens with default woocommerce paypal option.Forum: Themes and Templates
In reply to: [Responsive] Cart total missing from header menuHi @tejassonawane21 ,
Thanks for quick response.
I have attached two pictures of the before and after responsive theme update on our site pixelo.net, the cart total on the header is not visible anymore after the update.