Plugin Designbest-ESW: differenze tra le versioni

Da Webmobili Wiki.
 
Riga 17: Riga 17:
* '''environment''':  
* '''environment''':  
** test:
** test:
*** ESW -> AllproductSynch si ferma a 10.
*** esw -> AllProductSynch si ferma a 10.
*** designbest -> AllProductSynch non rifa le descrizioni con ChatGPT

Versione attuale delle 13:54, 28 lug 2025

Info

[modifica]

Nell'ambiente di test, nel file wp-config.php inserire la costante

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'WP_ENVIRONMENT_TYPE', 'staging' );  // mettere 'local' per sviluppo locale

Per capire quale config.php del plugin va a leggere.

config.php

[modifica]

Nostro file di configurazione:

  • environment:
    • test:
      • esw -> AllProductSynch si ferma a 10.
      • designbest -> AllProductSynch non rifa le descrizioni con ChatGPT