javmah
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce Customers Order History] Time Out on order pageChris, Thank for reaching out. Woocommerce save orders in a Custom Post. The best idea to get the orders is using default WordPress function ” get_posts() ” and I am using this function, But unfortunately this function use some time to get users data from the database I tried many ways but it depends on many things like Hosting and PHP max_execution_time. Loading …. a page slowly is very annoying but there is a simple solution for it in the “Screen options” by decreasing the “Number of items per page” you can solve this problem. WordPress Core team should focus on those matters seriously.
thank you.
Forum: Plugins
In reply to: [Woocommerce Customers Order History] How does the system group the orders@careonlinepharmacy, As you know user ID is unique so it’s a good idea to use something unique and not common between users. But it is possible to use a name, email address, phone number, etc. but I am not sure about IP address ??
for more information, you should see the Documentation
Thanks
Forum: Plugins
In reply to: [Woocommerce Customers Order History] How does the system group the orders@careonlinepharmacy, Thank you for your nice question, I use the user ID. for your convenience I included Code below, Please see this.
$orders = wc_get_orders( array( 'limit' => -1, 'return' => 'objects', 'orderby' => 'date', 'customer_id' => $customer_id, ) );
thank you.
Forum: Plugins
In reply to: [Woocommerce Customers Order History] Can’t UpgradeDear keenanr,
Paid version update, and licensing is managed by freemius, Could you please contact with them. I am sure they have the answer to this Issue. thank you.Forum: Plugins
In reply to: [Woocommerce Customers Order History] Can’t UpgradeHi keenan, the latest version is 5.0.0. if you have that version you are already updated.
It’s Free Plugin, It saves a Lot of Money and Time of People. If use Zapier it Will cost you a lot, But this Plugin is Free. I Create This to help people, But you Received it so Badly. So sorry to see this. I hope you will Change Rating.
Forum: Plugins
In reply to: [Woocommerce Customers Order History] Order and product histories are blankHi @barthulley , I didn’t understand it clearly, could you please send me a screenshot with screen Annotation. it will help to fix the problem.
Thanks
(1) This is why I lost my patience and didn’t Update or Change This plugin.
(2) This Why Programmer doesn’t Contribute to Open-source Project.
@hiperportal Do you know How to approve Google API? Yes, I am asking you? Do you Know That? I know.
Review the code or change the Google API to your Credential of This Plugin.I hope you will change your rating. I have a plan to update this plugin maybe it will Change.
P :S: When I have Free time, I spend it to Help others, a negative review is not expected.
Forum: Plugins
In reply to: [Woocommerce Customers Order History] Can’t UpgradePlease remove the old version and reinstall a new one.
Forum: Plugins
In reply to: [Woocommerce Customers Order History] Dont work for usDear @cristianciuberea ,
We have large woocommerce site, more than 10k orders in it and Plugin workes Fine. we didn’t face this issue, I seriously tried to solve your particular problem as you know maximum site hosting environment and web server, PHP version is different some time most tested and reliable code brokes, I am so sorry for your issue. But one thing I am certain that this problem is caused by outside code. As you can see in our Code we didn’t have that Massage on my Plugin Code.
thanks,
javmahForum: Plugins
In reply to: [Woocommerce Customers Order History] Dont work for usDear @cristianciuberea , @appsbyb .
I could you Please try version 5.Forum: Plugins
In reply to: [Woocommerce Customers Order History] Dont work for usThanks for your reply.
This Plugin is Not Generating this “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.” notice. If you see The Source Code of this Plugin you will see That There is No error Notice on this text. This Plugin didn’t support WordPress Multi-Site. I don’t have any idea about this error may be external code That is Hooked whit this wp-hook doing This.Forum: Plugins
In reply to: [Woocommerce Customers Order History] Dont work for usPlease Post an Englis Translated screenshot, This Plugin didn’t have any Relation With Theme. thanks
Forum: Plugins
In reply to: [Woocommerce Customers Order History] Dont work for usI didn’t get enough information on this screenshot , but seems there is a problem on somewhere. The plugin fetches all orders of a user then display them Accordingly.
Thank youI think this will not going to helpfull for general users because the order amount is one click away, just clicking the order shows the order amount.
(1) Q.s: maybe as an additional column?
Ans: Where? in Order Page? hmm Possible.(2) Q.s: will it require a lot of coding?
Ans: Maybe 20 – 30, I Think no more than That.Suggestion: hire someone for your custom need. and tell him what you need, If possible send him screenshot with rough drawing.
Thank you