italobef Posted May 12, 2009 Share Posted May 12, 2009 salve complimenti per il vostro lavoro oggi ho installato prestashop e devo dire che è bellissimo solo non riesco ad integrare il programma d'affiliazione mi spiego meglio quando arriva un cliente da i miei affiliati e compra dovrebbe darmi la vendita ora il software affiliate pro mi da un esempio di integrazione ma dopo svariate prove non funge a me servirebbe sia l'integratore divendita in contrassegno che quella con paypalvi posto l'esempio fatto dal programma post affiliate 4Presta Shop (by cheque)This integration method is similar to Presta Shop integration method, but this one is especially for "pay by cheque" payment gateway.1LocalizationConnect to your FTP and find file modules/cheque/cheque.php . Download it, open in any text editor and find this line (281):'id_order' => $params['objOrder']->id2Modify first fileAdd a colon after this line, "Enter" to create a new line and here add this code:'total_clear' => $params['total_to_pay']Now save the file and upload it back.3Modify second fileFind the file payment_return.tpl . Download it, open in the text editor and find the line with (probably line 11). Create new line behind it and add this code:[removed][removed][removed] var sale = PostAffTracker.createSale(); sale.setTotalCost('{$total_clear}'); sale.setOrderID('{$id_order}'); PostAffTracker.register();[removed]Now save the file and upload it back. It is integrated for "cheque" payment gateway.questo è quello fatto da loro per pagamento con assegnograzie e spero che mi risolviate questro problema per poter usare sul mio nuovo sito il vostro e-commerce ed abbandonare magento Link to comment Share on other sites More sharing options...
disarci Posted May 12, 2009 Share Posted May 12, 2009 Posso gentilmente dire........avendo anche avuto uno scambio di mail con qualityunitche hanno (per una volta lo ritengo uno dei migliori software di affiliazione con un ottimo rapporto qualità prezzo) toppato in pieno.Non seguire le loro istruzioni,ma prendi semplicemente le variabili nella pagina di conferma e girale al loro sw. Link to comment Share on other sites More sharing options...
italobef Posted May 12, 2009 Author Share Posted May 12, 2009 le variabili ops mi faresti un esempio su pagamento paypal? Link to comment Share on other sites More sharing options...
italobef Posted May 12, 2009 Author Share Posted May 12, 2009 queste sono le loro modifiche con pagamento assegno1LocalizationConnect to your FTP and find file modules/cheque/cheque.php . Download it, open in any text editor and find this line (281):'id_order' => $params['objOrder']->id2Modify first fileAdd a colon after this line, "Enter" to create a new line and here add this code:'total_clear' => $params['total_to_pay']3Modify second fileFind the file payment_return.tpl . Download it, open in the text editor and find the line with (probably line 11). Create new line behind it and add this code:[removed][removed][removed] var sale = PostAffTracker.createSale(); sale.setTotalCost('{$total_clear}'); sale.setOrderID('{$id_order}'); PostAffTracker.register();[removed] Link to comment Share on other sites More sharing options...
italobef Posted May 13, 2009 Author Share Posted May 13, 2009 nulla ancora non funziona e possibile avere un esempio di pagamento paypal ?i ho provato a modificare ma nulla Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now