Jump to content
  • 0

Przeniesienie linka ekspresowej płatności Paypal


furio62

Question

Witajcie i pomóżcie,

 

Chciałbym wstawić link do ekspresowej płatności Paypal do modułu (chyba koszyka) w miejsce reklamki płatności tak jak w załączniku.

 

Uważam, że tam jest miejsce na szybką płatność bez logowania się do serwisu sklepu.

 

Pozdrawiam wszystkich, a najbardziej tych, którzy mi pomogą.

 

post-893597-0-80077100-1427267364_thumb.jpg

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Jednak niekoniecznie. Wywala takie coś.

 

Error occurred:

Please try to contact the merchant:

  1. <b>PayPal response:</b>
  2. TIMESTAMP -> 2015-03-27T20:38:35Z
  3. L_ERRORCODE0 -> 10002
  4. L_SHORTMESSAGE0 -> Authentication/Authorization Failed
  5. L_LONGMESSAGE0 -> You do not have permissions to make this API call
  6. L_SEVERITYCODE0 -> Error
  7.  
Link to comment
Share on other sites

  • 0

Ładniej, od wersji 1.6.0.11. W pliku override/modules/paypal/paypal.php

<?php

if (!defined('_CAN_LOAD_FILES_')) {
    exit;
}

class PayPalOverride extends PayPal
{
    public function hookDisplayProductButtons() {
        return $this->hookProductFooter();
    }
}

Metoda install nie jest rozszerzana więc należy jeszcze ręcznie przepiąć hooka (bo w pozycjach, transplant a module(symbol kotwicy))

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...