This commit is contained in:
paoloar77
2024-06-18 09:31:18 +02:00
parent d492b76d8f
commit bffa4ce00d

View File

@@ -173,7 +173,7 @@ function setPreOrder($sku, $aggiornapreordine, $debug)
updateValueByKey($data['meta_data'], '_wpro_label_variable', 'Pre Ordinalo!');
updateValueByKey($data['meta_data'], '_wpro_price_type_variable', 'manual');
updateValueByKey($data['meta_data'], '_wpro_amount_price_variable', 'fixed');
updateValueByKey($data['meta_data'], '_wpro_date_variable', '');
updateValueByKey($data['meta_data'], '_wpro_date_variable', $datenow);
updateValueByKey($data['meta_data'], '_wpro_time_variable', '');
updateValueByKey($data['meta_data'], '_rank_math_gtin_code', '');
}