Jump to content
  • 0

can i start to create forums categorys ?


TavoWEB

Question

2 answers to this question

Recommended Posts

  • 0

okay, so open module .php file and insert there code like:

public function hookProductActions()
{
$content = (!$this->useMobile()) ? $this->renderExpressCheckoutButton('product') : null;
return $content.$this->renderExpressCheckoutForm('product');
}
do it before last closing bracket
 

which file is to be modified?

Thank you

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