Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
claudiosanches / add-to-cart.php
Last active September 7, 2025 21:00
WooCommerce - Template add-to-cart.php with quantity and Ajax!
<?php
/**
* Custom Loop Add to Cart.
*
* Template with quantity and ajax.
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly.
global $product;