Top Sellers/Recently viewed Products sidebar on right on single products page
Hello,
On my single products page, I want a right sidebar which enlists Top Seller/Recently Sold products. But there is no widget for right sidebar in the widgets area. Can you please guide me how to do it?
P.S: There used to be left empty sidebar on single products page so after consulting on this forum, I put the following CSS to remove the sidebar.
.single-product .sidebar.columns { display: none !important; }
.single-product .sections_group { width: 98% !important; }
So what should I do to get a sidebar on the right which shows Top Selling/Recently Sold Products.
My single product page
Thank you
Comments
all shop widgets are under Appearance > Widgets section but to get them, WooCommerce must be installed. And only the widgets that comes with WooCommerce plugin itself can be used so if you don't see them, they are not included into plugin.
Also to display sidebar, you can use above css because this code removes sidebar on single product pages.
Thanks!