Hello, I have 2 questions.
1. You need to display the categories of goods and when you select a menu item with Ajax, show their contents.
2. I need to display buy one click on the product page, how to do it?
1. Same as for any other post type.
2. Attach AJAX to this button, push WC()->cart->add_to_cart( $product_id ) and wc_create_order() into its handler , redirect to checkout in response