Posted on : 2022-10-24 21:20:10 View Type: public
Lee Satinsky

hello - where is the list of short codes?
hello - where is the list of short codes?
Hi You can go to settings > and scroll down that page to see the shortcodes like this
To populate services create a page and insert shortcode [wc_list_services] or use <?php echo wc_list_services(); ?> in WordPress template
To populate parts/products create a page and insert shortcode [wc_list_products] or use <?php echo wc_list_products(); ?> in WordPress template
To add check case status form create a page and insert shortcode [wc_order_status_form] or use <?php echo wc_order_status_form(); ?> in WordPress template
Book the service with brand, device, service and parts selection. [wc_book_my_service] or use <?php echo wc_book_my_service(); ?> in WordPress template
To add simple request quote form into front end use [wc_request_quote_form] or use <?php echo wc_request_quote_form(); ?> in WordPress template
To add start new job by device on front end for loged in users only [wc_start_job_with_device] or use <?php echo wc_start_job_with_device(); ?> in WordPress template
Note: If you are using WooCommerce then WooCommerce My Account page can list Repair Orders and Request quote section, You do not need to add separate account page in that case.
To add user account page into front end create a page and use [wc_cr_my_account] or use <?php echo wc_cr_my_account(); ?> in WordPress template
If you need support of a developer to help you setup plugin please contact us thanks.