rental prices

This commit is contained in:
2025-10-07 16:29:07 -07:00
parent b0af806657
commit 28194f229a

View File

@@ -50,7 +50,6 @@ class WooCommerceBeforeAddToCartButtonAction extends RadAction
$rentalRates["monthly"] = $attribute->get_options()[0];
}
}
print_r($rentalRates);
echo "<p>yay!</p>";
echo site()->render("product_rental_rates", $rentalRates);
}
}