Step-by-step guide to adding AI-powered size recommendations to your WooCommerce store. No developer needed.
WooCommerce powers millions of online stores — and if you're selling apparel on WordPress, you already know that sizing is one of your biggest challenges. Customers can't try things on, size charts are confusing, and returns eat into your margins.
Size Agent solves this by adding an AI-powered sizing chatbot directly to your WooCommerce product pages.
Size Agent is a lightweight JavaScript widget that sits on your product pages. When a customer clicks "Find My Size," it opens a friendly chat interface that asks a few simple questions and recommends the right size for that specific product.
Behind the scenes, Size Agent reads the size chart image on your product page and uses AI to match the customer's measurements to the right size. It handles bilingual sizing, petite and tall variants, and even warns customers when a product length might not suit their height.
Before installing, make sure you have:
This method adds the Size Agent widget to all your WooCommerce product pages in about 2 minutes.
functions.php on the rightfunction add_size_agent_widget() {
if ( is_product() ) {
echo '<script src="https://your-size-agent-url.vercel.app/widget.js" defer></script>';
}
}
add_action( 'wp_footer', 'add_size_agent_widget' );
your-size-agent-url.vercel.app with your actual Size Agent URLThis method is better for stores that change themes frequently, since mu-plugins run regardless of which theme is active.
wp-content/mu-plugins/ (create the folder if it doesn't exist)size-agent.phpSize Agent reads size chart images automatically. For it to work on a product:
size-chart.jpg or scrub-sizechart.png)Size Agent will find and read the image automatically. No manual data entry required.
When a customer lands on your product page, they'll see a "Find My Size" button near the Add to Cart button. Clicking it opens a chat window that:
The whole interaction takes under a minute and gives customers the confidence to buy.
Every size recommendation is logged to your Size Agent analytics dashboard. You can see:
This data is invaluable for understanding your customers and optimizing your inventory.
Size Agent works out of the box with WooCommerce. The 30-day free trial gives you enough time to see a real impact on your return rate and conversion rate before deciding whether to continue.
Try Size Agent free for 30 days. No credit card required.
Start Free Trial →