Jump to content

Search the Community

Showing results for tags 'submit button'.

  • Search By Tags

    • submit button ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. What is the proper way to create 'button' of choice of payment method in the payment module for PrestaShop 1.6? I have created template "/views/templates/hook/payment.tpl": <div class="row"> <div class="col-xs-12"> <p class="payment_module"> <a class="billon" href="{$link->...
  2. Hi everyone, I'm trying to build a new module. And I have a function which I want to check: when a submit was performed for the id 'submit_requestform': public function getContentPage() { $message = ''; if (Tools::isSubmit('submit_requestform')) { $message = $this->_saveC...
×
×
  • Create New...