Complete your order​

You’re just one step away from securing your purchase! Take a moment to review your order details below before finalizing.

Show Order Summary
$5.99
Product Subtotal
Sprout to Success: A Quick Start Guide to Easy Plant Care  × 1 $5.99
Subtotal $5.99
Total $5.99

Customer information

Billing details

Additional information

Your order

Product Subtotal
Sprout to Success: A Quick Start Guide to Easy Plant Care  × 1 $5.99
Subtotal $5.99
Total $5.99

Payment

  • Pay with PayPal

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

document.addEventListener('DOMContentLoaded', function() { const input = document.querySelector("#billing_phone"); if (input) { const iti = window.intlTelInput(input, { initialCountry: "auto", geoIpLookup: function(callback) { fetch("https://ipinfo.io/json") .then(resp => resp.json()) .then(data => callback(data.country)) .catch(() => callback("us")); }, utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/utils.js", }); input.addEventListener('blur', function() { if (!iti.isValidNumber()) { alert("Please enter a valid phone number."); } }); } });