mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
10 lines
253 B
PHP
10 lines
253 B
PHP
<?php
|
|
include(dirname(__FILE__). '/../../config/config.inc.php');
|
|
include(dirname(__FILE__). '/../../init.php');
|
|
include(dirname(__FILE__). '/retailcrm.php');
|
|
|
|
header("Content-type: text/xml");
|
|
|
|
$export = new RetailCRM();
|
|
echo $export->exportCatalog();
|