This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
Hi All
I want to be able to show featured and sale products as per the WooCOmmerce demo.
I use the following code
[layerslider id=”1″]
[etheme_tabs]
[etheme_tab title=”Sale Items”][etheme_sale_products per_page=”12″][/etheme_tab]
[etheme_tab title=”Featured Items”][etheme_featured per_page=”12″][/etheme_tab]
[/etheme_tabs]
This is the website http://lifeadorned.com.au
Any help on this would be great.
It would be good
Hello,
You can’t use shortcode content inside tabs shortcode.
Also there is no sale shortcode in the theme https://www.8theme.com/demo/docs/blanco/#!/blanco_shortcodes , you need use Woocommerce shortcode with prefix “etheme_” https://docs.woothemes.com/document/woocommerce-shortcodes/
If you use WooCommerce plugin you may also use WooCommerce shortcodes. To make them work in our theme, you need to insert prefix “etheme_” before shortcode words.
So I removed tabs shortcode and added this code [etheme_sale_products]
, now sale items are shown.
To show featured products you need mark your products as featured: https://support.woothemes.com/hc/en-us/articles/203104327-Mark-Product-as-Featured
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up