Tagged: single product page, you may also like
-
AuthorPosts
-
February 14, 2015 at 1:08 am #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 HereFebruary 15, 2015 at 12:12 pm #396341Hi 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!
IsmaelFebruary 17, 2015 at 7:32 pm #397738Thanks 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 HereFebruary 18, 2015 at 10:28 am #398000Hey!
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,
IsmaelFebruary 18, 2015 at 8:13 pm #398431Thanks 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 HereFebruary 19, 2015 at 12:34 pm #398825Hey!
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!
IsmaelFebruary 20, 2015 at 11:54 pm #399944Thanks Ismael, that worked great!!
-
AuthorPosts
- The topic ‘Take top rated products off single product’ is closed to new replies.
