Urzeitshop Posted June 3, 2005 Report Share Posted June 3, 2005 Hallo, ich habe das Problem, dass Paypal meinen Kunden zus?tzlich Porto aufbrummt, obwohl Porto bereits im Shop berechnet wurde. Beispiel: Artikel = 50,- Euro Porto = 7,- Euro = 57,- Euro Sobald der Kunde zu Paypal geleitet wurde berechnet Paypal noch mal 7,- Euro Porto. = 64,- Euro Was ist das Problem? Ich hoffe ihr k?nnt mir helfen. Vielen Dank im voraus Miron Link to comment Share on other sites More sharing options...
chpohl Posted June 3, 2005 Report Share Posted June 3, 2005 gibt?s dich doppelt? Hier exakt die gleiche Fragestellung mit L?sung: http://www.xt-commerce.com/modules/ipboard...post-15613.html Link to comment Share on other sites More sharing options...
xray666666 Posted June 30, 2005 Report Share Posted June 30, 2005 Das sollte das Problem auf die schnelle loesen // ADDED BY CS $amount=$amount-$shipping; // END ADDED BY CS $process_button_string = xtc_draw_hidden_field('cmd', '_xclick') . xtc_draw_hidden_field('business', MODULE_PAYMENT_PAYPAL_ID) . xtc_draw_hidden_field('item_name', STORE_NAME) . xtc_draw_hidden_field('amount', $amount) . xtc_draw_hidden_field('shipping', $shipping) . xtc_draw_hidden_field('currency_code', $my_currency) . xtc_draw_hidden_field('return', xtc_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL')) . xtc_draw_hidden_field('cancel_return', xtc_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')); Link to comment Share on other sites More sharing options...
mikerise Posted June 30, 2005 Report Share Posted June 30, 2005 Was mit dem Link da oben hat einer einen funktionierenden bzw. xray 66.... wo kommt das ganz hinein? Gru? Mike Link to comment Share on other sites More sharing options...
heppneredv Posted July 24, 2005 Report Share Posted July 24, 2005 Hallo, damit nicht unbedingt ein Update von 3.02 auf 3.03 gemacht werden muss, kann der Fehler mit der doppelten Versandkostenabrechnung bei Paypal wie folgt gel?st werden. im Verzeichnis von XTCOMMERCE auf Eurem Server gibt es eine Verzeichnisstruktur: ...includes/modules/paypment dort steht die Datei paypal.php Diese Datei einfach wie folgt ?ndern: F?gt diese Zeilen : /*Korrektur wegen doppelten Versandkosten */ $amount=$amount-$shipping; vor der folgenden Zeile ein: $process_button_string = xtc_draw_hidden_field('cmd', '_xclick') . Danach klappt es. Nat?rlich kann man auch auf 3.03 updaten..aber der Aufwand ist sicherlich gr??er und bringt evtl. noch Problemchen mit sich..weil irgendein Modul mit 3.03 vielleicht noch nicht l?uft. Gru? Bernd Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.