Hookpoints
Hookpoints
class.google_shopping_export.php:before_write_product
Dieser Hookpoint befindet sich direkt vor der Ausgabe in die Export Datei
$tpl = 'item.tpl.xml';
($plugin_code = $xtPlugin->PluginCode('class.google_shopping_export.php:before_write_product')) ? eval($plugin_code) : false;
$this->write($file, $tpl, $product);
Sie haben Zugriff auf
Artikel
$product
Ausgabetemplate
$tpl
das Array
$this->feed_settings
, multiple selections available,