This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
We’re wondering if it’s possible to customize the side cart in order to show the latest product that was added to be shown at the top rather than the bottom of the list where they have to scroll down to see it.
I’ve attached a screenshot of the side cart to show what we’re talking about.
Hello,
Use the next filter in functions.php file of child theme:
add_filter('et_mini_cart_reverse', '__return_true');
Regards
The issue related to '‘Showing latest product at the top of the side cart rather than bottom’' has been successfully resolved, and the topic is now closed for further responses