Jump to content

placing the paypal express checkout button


Recommended Posts

Hi, Prestashop Masters

Just a quick question, how can i move paypal express checkout button from my product footer to product actions section ?i just add:

 

 

public function hookProductActions()

{

return $this->renderExpressCheckoutButton('product').$this->renderExpressCheckoutForm('product');

}

 

into paypal_abstract.php but it doesnt work,

it seems nearly correct but i just can't figure it out ....

any people have any ideas ? thanks in advanced

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