Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/2014 in all areas

  1. Yes, soon. You will have time to integrate your design before final release. lol, I would be ok with that too, unfortunately the office is empty. It's looking like Wednesday-ish. We're going to take Monday & Tuesday to polish some things up and finish some small remaining tasks. If nothing big comes up then we should stay on target for a mid-week beta release.
    4 points
  2. I have assigned this to CORE-1148
    2 points
  3. Paul

    Email All Clients

    Not yet. A mass mailer plugin is planned as part of CORE-621. There's a good chance it will be included with version 3.3.
    2 points
  4. Hi Paul, Just wanted to throw a quick line in here letting you guys know that I'm perfectly okay with a Beta being released today (Saturday). I know it's the weekend and you guys might have some concern about releasing so I just wanted to go ahead and let you know that I'm okay with it.
    1 point
  5. bootstrap slider for jQuery is used. http://www.eyecon.ro/bootstrap-slider/
    1 point
  6. I've assigned this to CORE-1149 so we can take a closer look. I did notice that for Italy they were not listed alphabetically. There might be a reason for this, or they might just simply not be sorted by name.
    1 point
  7. Yep, you can link directly to a specific item on the order form. Mike's right, it will just make the item pre-selected on the order form though, at least for the ajax one. I have to check, but for the wizard type, you may be able to link to the 2nd page where you configure a specific item. If so, this would bypass the package selector and go straight to configuration which may be preferable. The new "default" order template in 3.2 will be Wizard Boxes, I think it's likely to be the most used order form.
    1 point
  8. There must be an error someplace, try the following -- Turn on error reporting. To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); Then open /plugins/import_managers/components/migrators/blesta/2.5/blesta2_5.php and change (lines 199-201 Note! Line #'s may be a little different): //echo $e->getMessage(); //echo $e->getTraceAsString(); //continue; to: echo $e->getMessage(); echo $e->getTraceAsString(); die; And then let us know if you get any errors. There may be something that's hanging these up from being imported that's different than anything we've encountered yet. Knowing why the import failed will help determine the fix.
    1 point
  9. it`s getting better and better....say hello Blesta! , goodbye WH**S
    1 point
  10. Since you asked, here's how the ajax boxes order page looks with a few different client themes. The purple theme is a new theme shipping with 3.2 called "Booty" as it's based on the Bootstrap 3 color scheme from the Bootstrap website.
    1 point
×
×
  • Create New...