[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
 OpenForum.dk • Vis emne - Integration af Partner-ads kode

Integration af Partner-ads kode

Generelle spørgsmål og debat.

Redaktør: Redaktionen

Integration af Partner-ads kode

Indlægaf vnx » 2008-07-24 08:34

Jeg er stødt på problemer med integration af Partner-ads salgskode til oscommerce. Nærmere bestemt skriver scriptet ikke i omprsalg, men de øvrige virker fint.

Jeg har tilføjet nedenstående til checkout_process.php samt checkout_success.php som vejledningen foreskriver og ændret mit programid:

// Begin Affiliate Program - Sales Tracking
$orders_total=$cart->show_total()- $total_tax;
tep_session_register('orders_total');
$orders_id=$order_products_id;
tep_session_register('orders_id');
// End Affiliate Program - Sales Tracking


<?php
// Start Affiliate Program - Sales Tracking
echo '<img src="http://www.partner-ads.com/dk/leadtrack.php?programid=YOUR_PROGRAM_ID&type=salg&ordrenummer=' . $orders_id . '&varenummer=alle&antal=1&omprsalg=' . $orders_total . '" width=1 height=1>';
tep_session_unregister('orders_total');
tep_session_unregister('orders_id');

// End Affiliate Program - Sales Tracking
?>

Men når jeg foretager et testkøb, så mangler scriptet at skrive i omprsalg, og der står blot et rundt 0.

Er der andre der er stødt på samme ovenstående problemer ?
vnx
Novice
Novice
 
Indlæg: 1
Tilmeldt: 2008-07-23 23:29

Re: Integration af Partner-ads kode

Indlægaf www.GroundStyle.com » 2008-07-24 09:24

Hej
vi kører også med partner ads og har kun koden i checkout_success.php

Desuden er koden forkert:

den skal se sådan her ud:

<?php
// Start PARTNER ADS Affiliate Program modified code, GroundStyle - Sales Tracking for GroundStyle.com
echo '<img src="http://www.partner-ads.com/dk/leadtrack.php?programid=DIT_ID&type=salg&ordrenummer=' . $orderNumber . '&varenummer=alle&antal=1&omprsalg=' . $orders_total . '" width=1 height=1>';
tep_session_unregister('orders_total');
tep_session_unregister('orders_id');


// End PARTNER ADS Affiliate Program - Sales Tracking for GroundStyle.com

?>

Ovnestående virker hos os. Prøv det i stedet for.
Jeg håber det virker for dig.

Mvh
Michael

Salg af mærketøj og accessories online fra bl.a. D&amp;G, Dolce &amp; Gabbana, Diesel, Replay, Energie, G-star og mange andre.
www.GroundStyle.com
Novice
Novice
 
Indlæg: 21
Tilmeldt: 2006-11-15 17:52
Geografisk sted: Danmark

Re: Integration af Partner-ads kode

Indlægaf anetteogjesper » 2009-11-2 12:37

Er der fundet nogen løsning, for jeg har selvsamme problem og jeg synes ikke nogen af tingene virker???
anetteogjesper
Oldtimer :o)
Oldtimer :o)
 
Indlæg: 450
Tilmeldt: 2006-01-20 19:10


Tilbage til Generel debat

Hvem er online

Brugere der læser dette forum: Ingen tilmeldte og 1 gæst