Hello, can you please clarify on how to create the URL from here? How is -p translated?
Please see attached
php /path/to/cart/Leonid_admin_panel.php -p --dispatch=advanced_import.import.import --preset_id=2
This doesn't work
Thanks
Hello, can you please clarify on how to create the URL from here? How is -p translated?
Please see attached
php /path/to/cart/Leonid_admin_panel.php -p --dispatch=advanced_import.import.import --preset_id=2
This doesn't work
It will not work since request should be made with the POST method, not GET one
The path should be the installation of the cart. Something like /home/user/public_html/admin.php