New Landing How can we help? Themeforest Theme Support Neighborhood "Rand" order for products carousel

Viewing 3 posts - 1 through 3 (of 3 total)
  • #54164
    mr_pa
    Member
    Post count: 31

    Hi there,

    is there any possibility to get the products carousel with random order?
    I tried to modify the sf-products.php file but i didn’t reach the solution.

    Any suggestion?

    Thanks in advance for your support.

    #54175
    mr_pa
    Member
    Post count: 31

    I solved.

    If anyone needs this tweak, add to file sf-products.php after line 223:

     else if ($asset_type == "best-sellers") {			
    			$args = array(
    				    'post_type' => 'product',
    				    'post_status' => 'publish',
    				    'product_cat' => $category,
    				    'ignore_sticky_posts'   => 1,
    				    'orderby' => 'rand',
    				    'posts_per_page' => $item_count
    				);
    
    #54526
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! 🙂 Thanks for sharing your solution

    – Kyle

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register