We’ve been quietly building our best indoor Winter Soccer Clinics yet—3 hours of high-rep training led by current NCAA players with occasional pro guests. It’s fast, focused, and designed to give players a jolt of confidence heading into spring. If you’ve been waiting for the moment to level up, this is it. Why Players Love […]
PTP Winter Soccer Clinics Are COMING… Read More »
// In your theme’s functions.php or via a snippet plugin/**
* Shortcode to output only cart totals
*/
function ptp_cart_totals_summary() {
// Only run this on the WooCommerce cart page
if (!is_cart()) {
return '';
}if (!WC()->cart) {
return '';
}if (WC()->cart->is_empty()) {
return '
Your cart is currently empty.
';
}ob_start();echo '
';// Subtotal (before discounts, shipping, etc.)
$subtotal = WC()->cart->get_subtotal();
echo '
Subtotal: ' . wc_price($subtotal) . '
';// Cart total (with discounts, taxes, etc.)
$total = WC()->cart->get_total('edit');
echo '
Total: ' . wc_price($total) . '
';echo '
';return ob_get_clean();
}
add_shortcode('ptp_cart_totals', 'ptp_cart_totals_summary');
Seven Weeks of Confidence and Competition June 16 – August 22, 2025 | Wilson Farm Park & Mill Road Park | Ages 7–15 The 2025 Players Teaching Players Summer Soccer Camps brought together hundreds of young athletes for seven unforgettable weeks between Mill Road Park in Malvern and Wilson Farm Park in Wayne. Each week
PTP Summer – 2025 Recap Read More »