🚨 Due to overwhelming demand across Australia… Our Robera buggies are currently out of stock, and we are now accepting forward orders only. Next shipment is arriving on 14th May.
We are offering $200 discount for preorders. (no need to pay yet)
Dismiss
⚠️ Due to overwhelming demand, our stock has temporarily sold out. Fresh inventory will be available Mid May.
✅ We are offering $200 special discount for preorders with no deposit required.
<?php
$args = array(
'post_type' => 'product',
'posts_per_page' => -1,
'post_status' => 'publish'
);
$products = new WP_Query($args);
echo "Total published products: " . $products->found_posts;
?>