Beiträge von sixteen2012

    Hallo,


    ich musste von einem Produkt alle Optionen im Preis anpassen und diese dann auf alle Kunden anwenden.
    Mit dem Bulk Pricing Updater von WHMCS geht leider nur Produkt, Addon oder Domain.


    Kennt jemand eine einfache Möglichkeit?


    Danke im Voraus!

    Und das bau ich wie genau ein?


    PHP
    function printFooter($pdf) {    // Faltmarke    $pdf->Line(5,100.5,10,100.5);    // Lochmarke    $pdf->Line(5,148.5,10,148.5);            $pdf->SetFont(NULL,'B',6);    $pdf->SetTextColor(100,100,100);        $pdf->SetY(-30);    $pdf->Cell(30,0,'Muster',0,0,'L');        $pdf->SetX(90);    $pdf->Cell(50,0,'Bankverbindung',0,0,'L');        $pdf->SetX(160);    $pdf->Cell(40,0,'Kontakt',0,0,'L');        $pdf->SetAutoPageBreak(true,10);        // horizontale Linie    $pdf->Ln(1);    $pdf->SetDrawColor(100,100,100);    $pdf->Line($pdf->GetX(),$pdf->GetY()-4,190,$pdf->GetY()-4);    $pdf->Ln(1);        $pdf->SetFont(NULL,'',6);    $Footer_Anfang_Y = $pdf->GetY();        $pdf->MultiCell(50,6,"Max Mustermann\Musterstraße 48\n83177 Musterland\n",0,'L',0);        $pdf->SetY($Footer_Anfang_Y);    $pdf->SetX(90);    $pdf->MultiCell(50,6,"Sparkasse \nIBAN: DE000000000\nBIC: WELADE9LXXX\n",0,'L',0);        $pdf->SetY($Footer_Anfang_Y);    $pdf->SetX(160);    $pdf->MultiCell(40,6,"Telefon: 03030411161\nE-Mail: info@muster.de\n",0,'L',0);    $pdf->SetY($Footer_Anfang_Y+11);    $pdf->SetX(185);    $pdf->MultiCell(18,6,$pdf->getAliasNumPage() . " / " . $pdf->getAliasNbPages(),0,'R',0);}
    printFooter($pdf);
    ?>

    Force One Time Payments Never show the subscription payment button
    Force Subscriptions Hide the one time payment button when a subscription can be created
    Require Shipping Address Tick this box to request a shipping address from a user on PayPal's site
    Client Address Matching Tick this box to force using client profile information entered into WHMCS at PayPal


    NIchts angeakt außer Force One Time Payments..

    Hallo,


    seid kurzem zeigt mir PayPal den Fehler an:


    IPN Handshake Invalid


    Selbst mit einem IPN Test...
    Woran kann das liegen?


    Log:

    Code
    payment_type => instantpayment_date => Mon Jul 06 2015 20:12:31 GMT+0200 (CEST)payment_status => Pendingaddress_status => confirmedpayer_status => verifiedfirst_name => Johnlast_name => Smithpayer_email => buyer@paypalsandbox.compayer_id => TESTBUYERID01address_name => John Smithaddress_country => United Statesaddress_country_code => USaddress_zip => 95131address_state => CAaddress_city => San Joseaddress_street => 123 any streetbusiness => seller@paypalsandbox.comreceiver_email => seller@paypalsandbox.comreceiver_id => seller@paypalsandbox.comresidence_country => USitem_name => somethingitem_number => AK-1234quantity => 1shipping => 3.04tax => 2.02mc_currency => USDmc_fee => 0.44mc_gross => 12.34mc_gross1 => 12.34txn_type => web_accepttxn_id => 918712898notify_version => 2.1custom => xyz123invoice => abc1234test_ipn => 1verify_sign => AFcWxV21C7fd0v3bYYYRCpSSRl31AR7MP8PqN572BCOBAQNZvnvhviw6


    HTTP Fehlercode: 406

    Hallo,


    ab und zu machen wir Aktionen dass die Domain dann von x - x günstiger ist.
    Kann man das in WHMCS irgendwie eintragen, den alten Preis und den neuen dass das der Kunde auch sieht wie viel günstiger die Domain jetzt ist?


    Danke &
    Grüße

    Nochmal:


    Kunde hat bezahlt
    Zahlung von Kunden wurde nach 6 Tagen eingefroren (Betrug oder Whatever)
    API von Paypal gab folgendes an WHMCS: payment_status => Reversed
    WHMCS kann damit nichts anfangen und schmeißt: unter Gateway Log/ Status / "Not Supported"


    Frage: Kann ich das einbauen, dass WHMCS was damit anzufangen weiß?

    PayPal hat das Geld einbehalten und diese Funktion kann WHMCS scheinbar so nicht umsetzen. Die Frage ist warum? Liegt das an einer Einstellung oder wird es einfach nicht unterstützt?

    Hallo,


    heute kam es zu einem Fehler mit dem PayPal Modul.


    Das Gateway hat mir den Status Not Supported zurück geworfen.


    Im Log steht:


    • payment_status => Reversed


    Weiß jemand wie ich die Funktion einbauen oder aktivieren kann?