How the order form displays can be tailored to suit your website. There are several display options you can set, either for the whole website or individually per order form. Developers familiar with writing WordPress templates can also override the default order form template to completely customise the form display. See the shortcode reference in the manual for more details.
This form:
- removes the image thumbnail
- removes the product title link
- adds a column for a row subtotal for each product
- hides out-of-stock products
- shows each product’s short description
- replaces the quantity input with a checkbox for Individually Sold products
The shortcode for this form is:
[order_form_woocommerce showrowtotal=1 showimages=0 showproductlink=0 showoutofstock=0 showshortdesc=1 individual="checkbox"]