jyotsnasingh520
Forum Replies Created
-
No problem, Thanks for the update !!
Thanks for sharing the solution we have tested its working on our end and included it in the new release v1.1.9.49
Hi,
We ran the test on our end, but we could not reproduce the issue on our end the County (optional) field remain optional on our test even with our plugin active (we tested it with Block based checkout page as well as classic checkout page). We checked your staging site it looks different it has many extra field that are not part of core WooCommerce checkout page make sure to test the plugin by deactivate all plugin and switching to WordPress core theme like twenty-twenty-five
Hi,
We have checked the PayPal plugin; they have made some major changes in the PayPal plugin in the way they handle the checkout because of that partial payment option has stopped working.
Earlier they used to consider the order total given by WooCommerce for checkout amount but in this new version they calculate the order total themself because of that we are not able to modify the amount
At present we have not found any way to make it work with PayPal latest version so only workaround is to use their old version
we will try to find the solution
Ok we will test it out on our end to reproduce the issue
Hi,
Please send the link of the plugin that you are using for PayPal payment gateway
Hi,
We have released a new version 1.1.49.46 in this we have optimized this function
Hi,
Thank you for raising this concern. This function is not intended for error logging; rather, it utilizes the array that we create within the plugin. We will be modifying the function to ensure it no longer calls the
get_titlefunction repeatedly and to prevent unnecessaryupdate_optionexecutions. Additionally, we will implement a check to determine whether any data has actually been modified before proceeding, so that redundant operations are avoided.Hi,
We have released a new version v1.1.49.44 today in this we have added some more check for the customer access WC()->customer
First issue reported by you is already fixed in the new version that was release 4 days back that is in 1.1.49.43
apart from this WooCommerce 10.7 has included has_session() function in the SessionHandler class itself
We will try to reproduce the 2nd issue we have not being able to reproduce it with your given steps we will try some other setup
Thanks for the info, can you please also provide the steps to reproduce this issue, that will be really helpful.
Hi,
We have release a new version today in that we have added the extra check method_exists( WC()->session, ‘has_session’ )
apart from this in the WooCommerce 10.7 they have implemented has_session inside SessionHandler class
Thanks for reporting the issue !!Thanks for the steps we will try to reproduce the issue and let you know
Hi,
We cross checked on our end with the API based add to cart /wc/store/v1/cart/add-item and it is not triggering any error
See if you can provide some more detail to reproduce the error and try to run the test in isolation with WooCommerce and conditional fee plugin alone active in the siteHi,
Plugin is compatible with the WooCommerce Block based cart and checkout flow, can you provide the steps to reproduce this issue so we can try it out on our end