Jump to content

ModulesBakery

Members
  • Posts

    141
  • Joined

  • Last visited

  • Days Won

    5

Community Answers

  1. ModulesBakery's post in /orders Url Doesn't Work? was marked as the answer   
    Have you setup an order form ?
    Admin area >> packages >> order forms
    and if you already did that have you set a default order form ?
    Admin area >> packages >> order forms >> settings >> select default order form
  2. ModulesBakery's post in Question About License Manager was marked as the answer   
    It's included with the license manager plugin directory:
    blesta/plugins/license_manager/dist
     
    you will find an example and the files you need to initialize the licensing.
  3. ModulesBakery's post in Change Icon For Client Side Tab was marked as the answer   
    public function getClientTabs($package) { return array( "tabClientSome"=> array( "name" => Language::_("yourmodule.tab_client_yourmodule", true), "icon" => "glyphicon glyphicon-someicon", )); } As licensecart said, however, from your module .php file:
    blesta/components/modules/yourmodule/yourmodule.php
     
    search for the getClientTabs method and modify each tab as shown above.
×
×
  • Create New...