Home › Forums › WoodMart support forum › Orders do not appear
Orders do not appear
- This topic has 6 replies, 3 voices, and was last updated 2 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 27, 2023 at 10:40 pm #438413
carolzhermesParticipantHello everybody!
I’m having a problem with a client’s website.
The customer finished the order and paid, but when he logs in and clicks on “orders” to see the order, the message that “there are no orders” appears.
I’ve already tested the plugins, deactivating all of them and even so I haven’t identified any plugin conflicts.
What could be happening?
Can you help me?I attached a print that the logged in user has 2 requests and even so it appears that there are no requests in the history.
Thanks
Attachments:
You must be logged in to view attached files.January 28, 2023 at 12:07 pm #438496
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience but we have checked and confirmed this concern from our Test Site, the Orders page was appearing after proceeding with the Checkout page: https://snipboard.io/yTr3sZ.jpg
On your Site, the WoodMart Core plugin wasn’t updated to the latest version which is 1.0.35. We have now updated that but as we don’t have the Payment methods info available to fill out so can’t check ourselves, we tried with the testing payment info but it didn’t work out.
Please once check back your concern now after completely clearing browser and server cache.
If somehow the issue still persists, then please once check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not at your end.
Best Regards.
January 31, 2023 at 7:23 pm #439347
carolzhermesParticipantThank you for your help!
I placed a new order with the test user and now it appears.
Old orders do not appear, perhaps due to the status being canceled or completed, although in my understanding all orders should appear, to maintain the customer’s history.Taking advantage of the first print I took, the address change item is not appearing in the menu, hovering the mouse over the link is there and is clickable, but the title does not appear. I have this same situation on another site also with Woodmart.
Attachments:
You must be logged in to view attached files.February 1, 2023 at 2:08 am #439382
iamfahrigParticipantThis code snippet will fill the empty line. Its only for use until Woo fix the problem properly.
add_filter( 'woocommerce_account_menu_items', 'custom_edit_address' ); function custom_edit_address( $items ) { $items['edit-address'] = 'Address'; return $items; }
February 1, 2023 at 1:33 pm #439544
Aizaz Imtiaz AwanKeymasterHello,
@carolzhermes: Sorry to hear about the inconvenience. We have confirmed from the Test Site in this regard, the Edit Address end-point is appearing fine with the required text: https://snipboard.io/WDb73M.jpgOn your Site, could you please once check how it works with some default WordPress themes like Twenty Twenty Three or WooCommerce Storefront to understand is it our theme issue or not?
@iamfahrig: Thanks for sharing the solution here. It would help others too, appreciate that.
Note: If one tries to use the above Snippet on their Site then remember to try use the above Snippet under the Child Theme on your Site because if you try it under the Parent Theme then it will get wipe out once you update the Theme in future (if the update gets released).
Best Regards.
February 1, 2023 at 5:35 pm #439631
carolzhermesParticipantI did the test by changing the theme and the address link does not appear in the side menu.
I included the code that @iamfahrig indicated and it worked!!
Thanks a lot!
February 2, 2023 at 10:40 am #439803
Aizaz Imtiaz AwanKeymasterHello,
We are glad that it worked out for you !
This issue recently comes from WooCommerce end and is specifically arising for Edit Address end point. This is not a Theme end concern, just to clear the fact.
So, hopefully in the upcoming updates WooCommerce could resolve this concern on priority basis till then you can continue with the Snippet provided in this regard.
Thanks for contacting us.
Have a great day !Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Orders do not appear’ is closed to new replies.
- You must be logged in to create new topics. Login / Register