Jump to content

liveb

Members
  • Posts

    13
  • Joined

  • Last visited

liveb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hello, Thank you very much i found a solution here
  2. Hello, Jono Thank you for your interest in helping me. I need to see the pending order on home page of staff please check the following screenshot https://prnt.sc/rc8umg the issue that the pending order value is 0 (it's incorrect) the correct value is 2 i need to find a solution to fix it.
  3. Hello, i want to report that the pending order count in home page staff is not working so please check the following screenshot https://prnt.sc/rc3kiy but when i go to service i can show tow pending order (please check the following screenshot https://prnt.sc/rc3lcr Please fix the issue asap thanks
  4. Hello, Tyson Great it work perfectly with universal module and Hidden type. For this topic to be a reference for Blesta users Let me assure you that this is not enough To get those custom filed visible for clients on client area also it require to update the universal_module.php file code File location: blesta_root_folder/components/modules/universal_module/universal_module.php first we need to find the following code private function isUrl($str) { return preg_match("#^\S+://\S+\.\S+.+$#", $str); } then we need to add the following code (bellow the above code) /** * Returns all tabs to display to a client when managing a service whose * package uses this module * * @param stdClass $package A stdClass object representing the selected package * @return array An array of tabs in the format of method => title. Example: array('methodName' => "Title", 'methodName2' => "Title2") */ public function getClientTabs($package) { return array( 'moreinfo' => array('name' => "More Info", 'icon' => "fa fa-gears") ); } /** * The More Info tab * * @param stdClass $package A stdClass object representing the current package * @param stdClass $service A stdClass object representing the current service * @param array $get Any GET parameters * @param array $post Any POST parameters * @param array $files Any FILES parameters * @return string The string representing the contents of this tab */ public function moreinfo($package, $service, array $get=null, array $post=null, array $files=null) { $row = $this->getModuleRow($package->module_row); $out = ''; $servicefields = array(); foreach ($row->meta as $key=>$value ) { if (strpos($key, "service_field_name") !== false) { // Here we match the service field label with their key and value foreach($service->fields as $field) { if($field->key == $value) { $name = 'service_field_label_' . str_replace('service_field_name_', '', $key); $servicefields[] = array("label" => $row->meta->$name, "key" => $value, "value" => $field->value); } } } } foreach($servicefields as $field) { // Filter out for showing only public fields if(strpos($field['key'], "public_") === 0 ) { $out .= "<p><b>". $field['label'] . ":</b> " . $field['value'] . "</p>"; } } return "<h4>Service Details</h4><br />" . $out ; } Thank you very much if possible can you share the code to hide the cost of configurable option of package when we set the cost (of configurable option) equal to 0. Greeting
  5. Hello, I'm looking for a solution to add custom field for each product or package where i can set custom value for each client. I tried that with 2 ways but it's not working well first way: i used universal addon where i set package and service option for each product but that's not working because those custom fields displayed on order form note: i need those custom fields displayed after activating the services like licence provider from third party without api automation. this way will work for me if any one can help me to hide those custom fields from order form. second way is by creating a configurable option this is a better way but the issue of this way each custom fields contain $ fee so i set 0$ for each configurable option so when client check the service will see each custom field come with 0$ symbol so i'm looking to disable or hide the fee of 0$ for each configurable option (note: when i want to add a new configurable option with additional cost i need to be displayed but when i set the value of cost to 0 i need to get nothing displayed about the configurable option cost) i want to show configurable option without $ or 0$ I apologize for the prolonged or repeated speech I hope that my question is clear awaiting a reply thanks
  6. liveb

    Client Order Form

    hi thanks now i get this Not enough free disk space, Only -7028800MB Free, 102400MB is needed i use solusvm
  7. liveb

    Client Order Form

    after click on checkout pay button product not ordered !!!
  8. liveb

    Client Order Form

    hi i add new node from my solusvm panel using api key all good i add new client and free product i try order new product but order button checkout is not working !!! plz help me thanks
  9. thank you very much i will try have a nice day
  10. this for client area plz i want good interface for all visitor to show my product how to find this template and how to install thanks
  11. yes i send pm mail o sale thanks for template plz help me how to do to install new template website interface
  12. thank you very much i want good web interface for visitor of my web site to see ours products and chose plz give me the best free solution
  13. i want try blesta for 1 month trialall workbut now i show this on my admin web interface License InvalidThe license failed to validate for the following reasons: Sorry, a trial has already been issued for this domain and is no longer valid. To obtain a new trial key, please contact s....@blesta.com. If you'd like to purchase a license, please visit www.blesta.com.License Key: i rename blesta folder from blesta to managerplz help me and give me my lisece trial 30 day second questionhave you others free templates for blestai d'ont licke bostrape template blesta i want show slide show and good themes and order buton on my web interfaceplz give me the best solutionthanks a waiting your answer
×
×
  • Create New...