Slider Looper with Best Selling Products

I previously had a product gallery that was using this short code:

[best_selling_products products limit=“12” columns=“6”]

I would like to use the “best_selling_products” option to populate a slider. Can you tell me what the correct Looper setting would be to get that information into the slides?

Thank you

Hello @tso,

Thanks for writing to us.

In order to display the best-selling product you need to use the Looper provider as the query string. I would suggest you please insert the slider element and set the Looper provider as a query string.


Now add this query string.

post_type=product&meta_key=total_sales&orderby=meta_value_num&posts_per_page=12

You need to set the looper consumer to the slide.

Now you need to add the Product title, price, image, and Add to Cart button elements inside the slide.

Hope it helps
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.