Hi, I’m trying to add add-ons to my sites checkout, the documents say this is how to add it:
Usage
There are three ways to use add-ons you set up.
Use one of the Widgets by going to Appearance > Widgets in your admin area.
Use shortcodes on any page or post – including the shopping cart page:
[display-addons length=5 mode=loop] – Will use your theme’s template
[display-addons length=4 mode=images_name] – Shows the product image along with the product name
[display-addons length=8 mode=images_name_price] – Will display product images with name and price
[display-addons add_to_cart=1] – Will display products with an “AJAX” add-to-cart button
Use directly in your theme:
$num = the maximum number of add-ons to display
$display can be one of the following:
‘loop’
‘images’
‘images_name’
‘images_name_price’
‘names’
‘names_price’
Can you tell me please which one would work best with Woodmart and how I could do it? As currently its not showing on my checkout page.
This is the documents page: https://docs.woocommerce.com/document/cart-up-sells-and-add-ons/?_ga=2.112529988.151430452.1573383302-97376420.1559753982