• designbuyers

    (@designbuyers)


    Is there is a personalized most purchased widget that show for each consumer depends on products history they buy before and put it on homepage with Woocommerce & WordPress ?

    like widget or plugin that can do that?

Viewing 1 replies (of 1 total)
  • the_wpexperts

    (@ukwpexperts)

    Its means you are looking for a script which shows most selling products on home page.For this objective we can use short-code

    <?php echo do_shortcode(‘[best_selling_products per_page=”12″]’); ?>

    to show.

Viewing 1 replies (of 1 total)
  • The topic ‘widget for products that most purchased for each customer with WooCommerce’ is closed to new replies.