Panth Advanced Cart for Magento 2 — Free Shipping Bar, Order Notes, Gift Options & Cart Conversion Suite
Turn your Magento 2 cart page into a conversion engine. Free shipping progress bar, order notes, gift options, trust badges, quantity +/- buttons, savings display, estimated delivery, and a beautifully branded empty cart — all configurable, all theme-aware, and all built to MEQP standards.
Panth Advanced Cart replaces the bland default Magento 2 cart page with a carefully engineered checkout-funnel booster. Every feature is designed around a single goal: reduce cart abandonment and increase average order value. Shoppers see how close they are to free shipping, understand exactly how much they are saving, can leave gift messages and order notes that flow all the way through to the admin order view, and enjoy a polished empty-cart experience that encourages them to keep browsing.
The module auto-detects whether your storefront is running Hyva (Alpine.js + Tailwind CSS) or Luma (vanilla JS) and renders the appropriate templates — no theme conflicts, no duplicate styling, no broken layouts.
Get a free quote for your project in 24 hours — custom cart logic, checkout optimization, Hyva theme work, and conversion rate optimization.
|
Top Rated Plus on Upwork 100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist |
Magento Development Team Custom Modules • Theme Design • Migrations Performance • SEO • Adobe Commerce Cloud |
Visit our website: kishansavaliya.com | Get a quote: kishansavaliya.com/get-quote
- Why Panth Advanced Cart
- Key Features
- Compatibility
- Installation
- Configuration
- Feature Walkthrough
- Theme Compatibility
- Troubleshooting
- FAQ
- Support
- About Panth Infotech
The default Magento 2 cart page was built to function — not to convert. It does not show customers how close they are to free shipping, it does not let them leave order notes or gift messages, it does not display savings, and its empty-cart page is a dead end.
Panth Advanced Cart fixes all of this in one lightweight, theme-aware module. Every feature is individually toggleable, every string is translatable, and every template is overridable via your theme — so you get a conversion-optimized cart without vendor lock-in.
Merchants typically see measurable lifts in:
- Average Order Value — the free shipping progress bar nudges customers to add one more item
- Cart Completion Rate — trust badges and estimated delivery dates reduce hesitation
- Customer Satisfaction — order notes and gift options give shoppers the flexibility they expect
- Return Visits — a branded empty cart page keeps abandoners in the funnel
- Visual progress indicator — shows how close the customer is to qualifying for free shipping
- Configurable threshold — set any amount per store view
- Dynamic messages — use
{{remaining}}placeholder to show exactly how much more is needed - Achievement message — celebrates the customer once free shipping is earned
- Instant increment/decrement controls on every cart line item
- AJAX-powered — cart totals update without full page reload
- Mobile-friendly — larger tap targets than the default number input
Configurable security and reassurance badges displayed on the cart page. Available badges:
secure_checkout— SSL / secure payment messagingmoney_back— money-back guaranteefree_returns— no-hassle returnsfast_shipping— expedited delivery promisesupport_24_7— round-the-clock supportquality_guarantee— quality assurance badge
- Collapsible cart textarea where customers can add special instructions (gift wrapping, delivery preferences, allergies, etc.)
- Persists end-to-end — cart → checkout sidebar → customer order view → admin order view → admin order grid column
- Custom placeholder and max-length per store view
- Database columns added to
quoteandsales_ordertables for clean reporting
- Gift message field — let customers include a personal note with their order
- Gift wrap option — optional upsell checkbox with configurable fee
- Visible in admin order view — staff can print gift messages on packing slips
- Total savings line — aggregates discounts, catalog rules, and special prices into a single "You Saved" figure
- Percentage off calculation — shows both absolute and percentage savings
- Business-day calculation — skips weekends automatically
- Min/max day range — display ranges like "3–7 business days" or a single ETA
- Custom label — "Estimated Delivery", "Arrives By", etc.
- Configurable return link — send shoppers back to category, homepage, or any URL
- Customizable label — localized per store view
- Branded illustration and copy instead of the stock "You have no items in your shopping cart."
- Trust badges and CTA button encourage continued browsing
- Custom heading, message, and button label per store view
- MEQP compliant — passes Adobe's Magento Extension Quality Program
- Hyva + Luma support — auto-detects theme via
Panth\Core\Helper\Theme - Zero JavaScript bloat — lightweight vanilla JS for Luma, Alpine.js for Hyva
- Translatable — all strings wrapped in
__()for multi-language stores - Multi-store aware — every setting respects Magento's scope hierarchy
| Requirement | Versions Supported |
|---|---|
| Magento Open Source | 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8 |
| Adobe Commerce | 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8 |
| Adobe Commerce Cloud | 2.4.4 — 2.4.8 |
| PHP | 8.1.x, 8.2.x, 8.3.x, 8.4.x |
| MySQL | 8.0+ |
| MariaDB | 10.4+ |
| Hyva Theme | 1.3+ |
| Luma Theme | Native support |
| Required Module | Panth_Core (free) |
Tested on:
- Magento 2.4.8-p4 with PHP 8.4 (Hyva 1.3.x and Luma)
- Magento 2.4.7 with PHP 8.3
- Magento 2.4.6 with PHP 8.2
composer require mage2kishan/module-advancedcart
bin/magento module:enable Panth_Core Panth_AdvancedCart
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush- Download the latest release from Packagist or the Adobe Commerce Marketplace
- Extract the contents to
app/code/Panth/AdvancedCart/in your Magento installation - Ensure
Panth_Coreis installed (required dependency) - Run the same commands as above starting from
bin/magento module:enable
bin/magento module:status Panth_AdvancedCart
# Expected output: Module is enabledAfter installation, navigate to:
Admin → Stores → Configuration → Panth Extensions → Advanced Cart Page
All settings live at Stores → Configuration → Panth Extensions → Advanced Cart Page.
| Setting | Default | Description |
|---|---|---|
| Enable Module | Yes | Master toggle for all cart enhancements |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Show or hide the progress bar |
| Threshold | 50.00 | Minimum subtotal to qualify for free shipping |
| Progress Message | Add {{remaining}} more for free shipping! |
Message while below threshold |
| Achieved Message | You qualify for free shipping! |
Message when threshold is met |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Adds +/- buttons around quantity inputs |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Show or hide the trust badges section |
| Badges | secure_checkout,money_back,free_returns,fast_shipping |
Comma-separated badge keys |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Show the continue-shopping link |
| Label | Continue Shopping |
Button text |
| URL | / |
Relative URL path |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Show total savings from discounts/specials |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Show estimated delivery range |
| Min Days | 3 | Minimum business days |
| Max Days | 7 | Maximum business days |
| Label | Estimated Delivery |
Label text |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Allow customers to add order instructions |
| Placeholder | Add special instructions for your order... |
Textarea placeholder |
| Max Length | 500 | Character limit |
| Setting | Default | Description |
|---|---|---|
| Enable Gift Message | Yes | Allow a personal gift message |
| Enable Gift Wrap | No | Offer optional gift wrapping |
| Gift Wrap Fee | 0.00 | Flat fee added to order when selected |
| Setting | Default | Description |
|---|---|---|
| Enable | Yes | Show the enhanced empty cart page |
| Heading | Your cart is empty |
Custom heading text |
| Message | Looks like you haven't added anything yet. |
Custom message |
| Button Label | Continue Shopping |
Return-to-shop button text |
- Cart page — collapsible section above the summary
- Checkout sidebar — read-only review of the note
- Customer order view ("My Orders") — displayed alongside shipping info
- Admin order view — shown in the order information block
- Admin order grid — available as a hidden column (toggle in column settings)
Savings = sum of (original_price − final_price) × qty for every line item, plus any applied cart discounts. The module uses the existing quote item price attributes, so it respects catalog price rules, tier pricing, and special prices.
When the customer checks Add Gift Message, a textarea appears. The message is saved on the quote, carried through checkout, and stored on the order record. If Gift Wrap is enabled and the customer opts in, the wrap fee is added to the order total as a custom total line.
The module uses Panth\Core\Helper\Theme (from the free Panth_Core module) to detect the active theme and render the appropriate templates:
- Hyva — Alpine.js + Tailwind CSS templates, no jQuery, no Knockout
- Luma — vanilla JavaScript + inline styles, full Knockout/RequireJS integration
Both template sets are fully overridable in your child theme at:
app/design/frontend/<Vendor>/<theme>/Panth_AdvancedCart/templates/
| Issue | Cause | Resolution |
|---|---|---|
| Features not showing on cart page | Module or individual feature disabled | Enable master toggle + individual feature in admin config |
| Free shipping bar threshold mismatch | Threshold does not match shipping rule | Align the module threshold with your actual free-shipping rule |
| Order notes not saving | panth_order_note column missing |
Run bin/magento setup:upgrade and verify quote + sales_order tables |
| Hyva templates not rendering | Hyva fallback not configured | Ensure Panth_Core is enabled and bin/magento cache:flush has been run |
| Qty +/- buttons unresponsive | Static content not deployed | Run bin/magento setup:static-content:deploy -f |
| Gift wrap fee not added | Tax / grand total recalculation not triggered | Clear cache and verify the customer has reloaded the cart |
| Configuration changes not visible | Config cache | Run bin/magento cache:clean config full_page |
For additional diagnostics, enable Debug Mode in Panth Extensions → Core Settings and review var/log/panth_advancedcart.log.
Yes. The module ships dedicated Hyva templates built with Alpine.js and Tailwind CSS. Theme detection is automatic via Panth_Core.
Yes. Luma templates use vanilla JavaScript and integrate with Magento's standard Knockout/RequireJS cart.
Yes. Because the note is stored on the sales_order record, it is available to any PDF template, email template, or reporting tool that reads the order.
Yes. Every feature has its own enable/disable toggle under Advanced Cart Page in the admin configuration.
The gift wrap fee is added as a custom total. You can configure Magento's tax settings to apply tax to it by treating it like any other custom fee.
Yes. All user-facing strings use Magento's __() translation function. Add a CSV in i18n/<locale>.csv or use Magento's built-in translation tools.
No. Panth Advanced Cart operates on the cart page; it does not modify the checkout step flow. Order notes are displayed read-only in the checkout sidebar and do not interfere with any third-party checkout module.
The module calculates business days (Mon–Fri) from the current date, skipping weekends. It does not currently account for public holidays — if you need that, request a customization via kishansavaliya.com/get-quote.
The six built-in badge types are available out of the box. Custom badge images or SVGs can be added by overriding the badge template in your theme.
Yes. The source is on GitHub at github.com/mage2sk/module-advancedcart.
| Channel | Contact |
|---|---|
| kishansavaliyakb@gmail.com | |
| Website | kishansavaliya.com |
| +91 84012 70422 | |
| GitHub Issues | github.com/mage2sk/module-advancedcart/issues |
| Upwork (Top Rated Plus) | Hire Kishan Savaliya |
| Upwork Agency | Panth Infotech |
Response time: 1–2 business days. Priority support is included with marketplace purchases.
Looking for custom cart logic, checkout flow optimization, Hyva theme customization, or conversion rate optimization? Get a free quote in 24 hours:
Specializations:
- 🛒 Magento 2 Module Development — custom extensions following MEQP standards
- 🎨 Hyva Theme Development — Alpine.js + Tailwind CSS, lightning-fast storefronts
- 🖌️ Luma Theme Customization — pixel-perfect designs, responsive layouts
- ⚡ Performance Optimization — Core Web Vitals, page speed, caching strategies
- 🔍 Magento SEO — structured data, hreflang, sitemaps
- 🛍️ Checkout Optimization — one-page checkout, conversion rate optimization
- 🚀 M1 to M2 Migrations — data migration, custom feature porting
- ☁️ Adobe Commerce Cloud — deployment, CI/CD, performance tuning
- 🔌 Third-party Integrations — payment gateways, ERP, CRM, marketing tools
Industries served: Fashion & Apparel, Electronics, Health & Beauty, Food & Beverage, Home & Garden, B2B Wholesale, Multi-vendor Marketplaces.
Panth Advanced Cart is licensed under a proprietary license — see LICENSE.txt. Each purchase entitles you to install the module on a single Magento production domain plus its staging and development environments.
Built and maintained by Kishan Savaliya — kishansavaliya.com — a Top Rated Plus Magento developer on Upwork with 10+ years of eCommerce experience.
Panth Infotech is a Magento 2 development agency specializing in high-quality, security-focused extensions and themes for both Hyva and Luma storefronts. Our extension suite covers SEO, performance, checkout, cart, product presentation, customer engagement, and store management — over 34 modules built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.
Browse the full extension catalog on the Adobe Commerce Marketplace or Packagist.
- 🌐 Website: kishansavaliya.com
- 💬 Get a Quote: kishansavaliya.com/get-quote
- 👨💻 Upwork Profile (Top Rated Plus): upwork.com/freelancers/~016dd1767321100e21
- 🏢 Upwork Agency: upwork.com/agencies/1881421506131960778
- 📦 Packagist: packagist.org/packages/mage2kishan/module-advancedcart
- 🐙 GitHub: github.com/mage2sk/module-advancedcart
- 🛒 Adobe Marketplace: commercemarketplace.adobe.com
- 📧 Email: kishansavaliyakb@gmail.com
- 📱 WhatsApp: +91 84012 70422
Ready to turn your cart into a conversion machine?
SEO Keywords: magento 2 advanced cart, magento 2 cart page extension, magento 2 free shipping bar, magento 2 free shipping progress bar, magento 2 order notes, magento 2 gift options, magento 2 gift message, magento 2 gift wrap, magento 2 cart customization, magento 2 trust badges, magento 2 quantity buttons, magento 2 qty plus minus, magento 2 estimated delivery date, magento 2 cart savings display, magento 2 empty cart page, hyva cart extension, hyva free shipping bar, luma cart extension, panth advanced cart, panth infotech cart, magento 2 cart conversion, magento 2 aov booster, magento 2 cart abandonment, hire magento developer, top rated plus upwork magento, kishan savaliya magento, mage2kishan, mage2sk, magento 2.4.8 cart module, php 8.4 magento cart, magento 2 checkout optimization, magento 2 conversion rate optimization, custom magento cart development, magento 2 cart page customization, magento 2 order instructions, magento 2 special instructions, magento 2 delivery estimate, magento 2 cart trust seals