4
Creazione programmatica di un ordine in Drupal Commerce per utenti anonimi che reindirizzano alla pagina di pagamento
Ryan ha degli ottimi codici che puoi creare a livello di codice un ordine <?php global $user; $product_id = 1; // Create the new order in checkout; you might also check first to // see if your user already has an order to use instead of a new one. $order …