Generate instant product descriptions.
Create high-res. images from simple prompts.
Build store/product templates in seconds.
Fast and accurate product search results.
Let customer shop faster with voice search.
Increase upsell with suggestions that connects.
Recover lost sales by re-engaging customers with reminders.
Create and control your entire product catalog seamlessly.
Receive, track, and manage orders quickly and accurately.
Automate the logistics with accurate shipping classes.
Simplify tax collection and compliance without the stress.
Offer your customers diverse and secure payment options.
Brings all your business data together for smarter decisions.
Create and manage discount coupons that inspire sales.
Engage customers with engaging and impactful email campaigns.
Sell physical or digital or both at once, with ease.
Smarter selling with built-in AI tools and automation.
Customize your product pages with Gutenberg builder.

When shoppers are forced to leave the page just to view or update their cart, it creates unnecessary friction. And the friction leads to lost sales. Every extra click or page load increases the chances that a customer will abandon their purchase.
Sliding Cart for EasyCommerce solves this by keeping your customers in the shopping flow. It adds a smooth, sliding side cart that gives instant access without interrupting their browsing experience.
Instead of redirecting users to a separate cart page, this addon lets customers view, update, and manage their cart right from the page they are on. A small icon at the top or bottom of your website gives prompt access to the cart, keeping it visible subtly and engagingly.
Responsive Design: Works perfectly on desktop, tablet, and mobile devices
Real-time Updates: Cart contents update instantly when items are added or removed
Smooth Animations: Elegant slide-in/slide-out animations for better UX
Quantity Management: Easy quantity adjustment directly from the cart
Product Thumbnails: Visual product representation in the cart
Price Calculations: Automatic subtotal calculations
Checkout Integration: Direct links to the checkout process
EasyCommerce Side Cart is designed to be flexible. Developers and store owners can customize styling, animations, triggers, and functionality.
1. Trigger the Slide Cart Programmatically
You can open the slide cart from any custom button or link by adding this class:
<button class="ec-slide-cart-class">View Cart</button>
Any element with this class will immediately activate the slide-in cart.
2. CSS Classes for Styling
You can override the cart’s appearance by targeting the following selectors in your theme or custom CSS:
/* Main cart wrapper */
.ec-slide-cart-wrapper
/* Background overlay */
.ec-slide-cart-overlay
/* Sliding panel box */
.ec-slide-cart-box
/* Cart header area */
.ec-slide-cart-header
/* Main scrollable content */
.ec-slide-cart-content
/* Individual cart item */
.ec-slide-cart-item
/* Cart footer section */
.ec-slider-cart-bottom
These control layout, spacing, colors, fonts, and animations.
3. JavaScript Events
The slide cart listens to EasyCommerce’s built-in events. To execute custom scripts whenever the cart updates:
jQuery(document).on('easycommerce-cart-updated', function() {
console.log('Cart updated!');
});
Step 1: Activate the Addon
First, go to EasyCommerce → Addons and turn on the Sliding Cart addon.

Step 2: Add the Cart Trigger
Next, choose the element that should open the sliding cart, like a menu item, button, or cart icon. Simply add the CSS class ec-slide-cart-class to that element. For menu items, enable “CSS Classes” in Screen Options and insert the class there.

Step 3: Test the Sliding Cart
Finally, visit your site and click the trigger to make sure the sliding cart opens smoothly and everything works as expected.