Jump to content

integrazione con affiliate pro 4e prestashop Version 1.1.0.5


Recommended Posts

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 paypal

vi posto l'esempio fatto dal programma post affiliate 4

Presta Shop (by cheque)
This integration method is similar to Presta Shop integration method, but this one is especially for "pay by cheque" payment gateway.
1Localization
Connect 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 file
Add 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 file
Find 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 assegno

grazie 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

Posso gentilmente dire....


....avendo anche avuto uno scambio di mail con qualityunit
che 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

queste sono le loro modifiche con pagamento assegno

1Localization
Connect 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']->id

2Modify first file
Add a colon after this line, "Enter" to create a new line and here add this code:

'total_clear' => $params['total_to_pay']

3Modify second file
Find 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...