This commit is contained in:
paoloar77
2025-01-28 18:20:12 +01:00
parent e1d40e4f25
commit 918bedbb96

View File

@@ -221,7 +221,7 @@ function setPreOrder($sku, $aggiornapreordine, $debug)
updateValueByKey($data['meta_data'], $campoPreOrder, 'yes');
updateValueByKey($data['meta_data'], '_is_pre_order', 'yes');
updateValueByKey($data['meta_data'], '_pre_order_date', $datepubblstr);
updateValueByKey($data['meta_data'], '_ywpo_for_sale_date', $datepubblstr);
updateValueByKey($data['meta_data'], '_ywpo_for_sale_date', $article->DataPubblicazione);
updateValueByKey($data['meta_data'], '_wpro_date_label_variable', $label_prenotalo_con_data);
updateValueByKey($data['meta_data'], '_wpro_no_date_label_variable', '');
updateValueByKey($data['meta_data'], '_wpro_manage_price_variable', '');