Created
June 23, 2025 04:44
-
-
Save woo-xperto/e34bda0483b9628e2cebcbeaee6a92f9 to your computer and use it in GitHub Desktop.
Display quick cart carousel at the bootom of product image at shop page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter('varimo_quick_cart_carousel_position','wooxperto_add_carousel_position', 10, 1); | |
function wooxperto_add_carousel_position($list_carousel_hook){ | |
$list_carousel_hook[] = 'woocommerce_shop_loop_item_title'; | |
return $list_carousel_hook; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add new hook for position of Quick cart display