Great things are on the horizon

Something big is brewing! Our store is in the works and will be launching soon!

// Example: set this in your PHP (controller, plugin, or functions.php) when an action succeeds // $_SESSION['success'] = "Your pricing request was submitted!"; $success_message = isset($_SESSION['success']) ? $_SESSION['success'] : ''; unset($_SESSION['success']); // clear after use ?>