Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #396065

    Hello and thanks for your continuing support! We were wondering if it’s possible to take “top rated products” off single product page (for example https://aquaquestonline.com/product/best-waterproof-kayak-boating-canoe-backpack-bag-aqua-quest-mariner-20-litres/) – but only for this page?

    Also in the “You may also like” section at the bottom, is it possible to have 5 products instead of 4? (and make them smaller to fit the same space). And – is there any way to pick certain products for “you may also like” for every products? So that we could really pick the related products ourselves?

    Thank you!
    Gear Out Here

    #396341

    Hi gearouthere!

    Thank you for using Enfold..

    Add this to the Quick CSS field to remove the top rated products widget:

    .postid-2763 section#woocommerce_top_rated_products-2 {
    display: none;
    }

    No, unfortunately, you can’t control the products on the related products section. What you can do is to define or specify cross or up sell products: http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/

    Cheers!
    Ismael

    #397738

    Thanks so much Ismael, this helps! And what about placing 5 products on the “You may also like” section at the bottom instead of 4, is this editable?

    Thanks,
    Gear Out Here

    #398000

    Hey!

    Add this to the functions.php file to adjust the column number:

    add_filter('after_theme_setup', $avia_config['shop_single_column'] = 5);
    

    Best regards,
    Ismael

    #398431

    Thanks Ismael! Now it definitely has space for 5 products, but still shows 4 for some reason: https://aquaquestonline.com/product/camo-tarp/

    Thanks,
    Gear Out Here

    #398825

    Hey!

    Hmm.. Sorry about that. Please replace it with:

    add_filter('after_theme_setup', $avia_config['shop_single_column'] = 5, $avia_config['shop_single_column_items'] = 5);
    

    Cheers!
    Ismael

    #399944

    Thanks Ismael, that worked great!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Take top rated products off single product’ is closed to new replies.