+ Checkout Unavailable: PayPal has not been configured for this site.
+ Please contact the site administrator or try again later.
+ 0 && $db) {
+ $ar = mysqli_query($db, "SELECT users_role FROM {$table_prefix}users WHERE user_id = " . $cart_user_id_check . " LIMIT 1");
+ if ($ar && ($arow = mysqli_fetch_assoc($ar))) {
+ $cart_is_admin = strtolower($arow['users_role'] ?? '') === 'admin';
+ }
+ }
+ if ($cart_is_admin):
+ ?>
+ Admin: set $paypal_client_id in Site Config.
+
+
+
Click the button below to complete your purchase securely through PayPal.