// Load the JSON data from the file $jsonData = file_get_contents('../sellix_data.json'); $groups = json_decode($jsonData, true); // Function to find price based on keywords function findPriceByTitle($products, $durations) { foreach ($products as $product) { foreach ($durations as $duration) { if (stripos($product['title'], $duration) !== false) { return [ 'price' => $product['price'], 'duration' => $duration ]; } } } return null; } // Durations we want to check for in product titles $durations = ['1 Month', '3 Month', 'One Year', 'Year']; ?>
We accept Credit/Debit Card, Paypal, Crypto, Cashapp, Zelle, Apple Cash, Venmo, and Chime.