This commit is contained in:
paoloar77
2024-05-19 12:49:27 +02:00
parent f6cac2e839
commit 19bb990f5b

View File

@@ -6134,7 +6134,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
$preordine = true; $preordine = true;
$data = []; $data = [];
$data['_wpro_variable_is_preorder'] = 'true'; $data['_is_pre_order'] = 'true';
$data['stock_quantity'] = '1000'; $data['stock_quantity'] = '1000';
$idprodotto = $product['parent_id']; $idprodotto = $product['parent_id'];