General
by | Apr 10, 2019 |
- Position to display products of day – position on the page, where products of the day will be displayed. Doesn’t work on some WooCommerce pages.
- Before content
- After content
- Before footer
Shortcode
- [br_products_of_day] – shortcode to display suggested products
- Parameters:
- title – title of widget
- type – types of widgets: or display type:
- default – like products on your shop
- slider – products in slider
- products_count – count of products that will be displayed
- count_line – products per line/slider
- random – displays random products with random sorting (0 – disable, 1 – enable)
- thumbnails – display products thumbnails (0 – disable, 1 – enable)
- add_to_cart – display Add to cart button after product for each (0 – disable, 1 – enable)
- hide_outofstock – hide out of stock products (0 – disable, 1 – enable)
- widget_position – widget position that can be used as condition (pos1, pos2, pos3, pos4, pos5, pos6, pos7, pos8, pos9, pos10)
- Examples:
- [br_products_of_day title=”Products of day” products_count=4 count_line=2 thumbnails=1 random=1] – display 4 products of day in 2 lines, uses random products from list for current day
- [br_products_of_day title=”Buy right now” add_to_cart=1 products_count=4 count_line=1 thumbnails=1 type=”slider”] – products of day slider with 1 product per slide with Add to cart button
- [br_products_of_day title=”Products” hide_outofstock=1 add_to_cart=1 products_count=12 thumbnails=1 count_line=3] – display products like in WooCommerce shop page