WooCommerce: Custom separate template #28607
manthankanani
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe..
In my previous project client don't want my-account page. and he wanted only one order-list page only. So we needed to create custom signin, signup, forgot password, reset password, redirections method and all.
We can resolve it by multiple way.
with custom loop grid there is no option for shop_order in CPT widget selection.
If you choose query_id method then again your selection is wrong because in newer WooCommerce stores order data in new table and native method of post_storage is almost deprecated so query_id method will no longer work.
Describe the solution you'd like.
Describe alternatives you've considered.
The above code has some limitations, when the orders are not synced then complete data would not provide.
because at that time the post type will stay like "shop_order_placehold" and order status sale like draft.
So i've enabled woocommerce legacy order storage feature and doing with it is not good idea.
Additional context
Right now elementor is providing template selection only for dashboard screen but alternatively we can provide it for all my-account endpoint.
Feature List:-
Agreement
Beta Was this translation helpful? Give feedback.
All reactions