Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/21/2017 in all areas

  1. try 'tax' => true
    1 point
  2. mlsto

    In which File would I find....

    Wow you are asking me to code, sorry wrong person for this. Thanks anyway.
    1 point
  3. Your are talking about orders that was made by clients from the order page ? if, yes then the plugin should work perfectly in v3 and v4 without any issue,we and a lot of users using it and we never received any compailt or bug for it . 1 day is not the ideal settings, we prefer setting it to 7 days at least . if you want you can open a ticket we will look for you .
    1 point
  4. Michael

    In which File would I find....

    I tried but failed if you can find a way around this with: <?php if ($this->Html->ifSet($logged_in)) { ?> <?php } ?>
    1 point
  5. Normally they have a rate limit to sent for each batch (100, per hour or 30 min ect... ) then the cron is sending emails restricting the rate limit . so the cron run every 5 min, then 60/5 = 12 , so we will divide 100/5 for each cron job . that mean every cronjob should only send 12 emails
    1 point
  6. mlsto

    In which File would I find....

    Thank you so much Michael, worked perfectly, not in the header but not a problem at all, no complaints, you are the best. Much appreciation. Thanks again
    1 point
  7. Michael

    In which File would I find....

    Try this mate: <?php if (strpos($_SERVER['REQUEST_URI'], "client") || strpos($_SERVER['REQUEST_URI'], "order") !== false){ $today_date = date('Y-m-d H:i:s'); if($client->date_added == $today_date){ echo "Welcome "; echo $client->first_name; echo "..."; }else{ echo "Welcome back "; echo $client->first_name; echo "!"; } }else{ echo ($this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true)); } ?> remember you are replacing: <?php echo ($this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true));?>
    1 point
  8. If you are logged in you can see it in the client dashboard how it change langauges . Anyway. you can see it clear at this pages http://blesta-addons.com/fr/client/login/ http://blesta-addons.com/es/client/login/
    1 point
  9. PM or contact @Blesta Addons By experience They are the best of module creation .
    1 point
×
×
  • Create New...