This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ####################### PRESTASHOP PARAM ####################### | |
| urladminsite=http://prestashop.domain.com/adminxxx/ # prestashop admin url | |
| [email protected] # admin login | |
| passwd=password # admin password | |
| adminController=AdminPdf # the controller to call after login | |
| adminControllerParam='&submitAction=generateInvoicePDF&id_order=250' | |
| cookieFilePath=/tmp/cookie.txt # path of the cookie file that will be created | |
| ####################### IDENTIFICATION ####################### |