Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/05/2016 in all areas

  1. Thanks. I don't see any missing </html> tag, though. I think the problem is as you described--the Widget object is not closed, so it does not end a couple div tags. CORE-2011
    2 points
  2. Flat Theme Integration Integrated to Blesta by Licensecart Here's our first free integration for Blesta, it was integrated to on 3.5 at the moment. You can try it on 3.4 if you wish by editing config.json in the theme. You can get the full site theme for free from: https://shapebootstrap.net/item/1524965-flat-theme-free-responsive-multipurpose-site-template You can get the Blesta integration for free from: https://licensecart.com/customers/plugin/download_manager/client_main/index/46/ Previews: Logged in Preview: Upload the flat folder to: /app/views/client/ Go to: Settings > Company > Look and Feel > Templates > Flat (from dropdown menu).
    1 point
  3. hello all ... is long time that i have not come here for some projects .I have found that the cart/index page has a no closed html tag . no sure where but I support is in the cart.pdt . I have check this multiple time and I have the same result . a missing HTML tag in that page . to reproduce this just use the standard template and go to the cart index page , even if is empty . you wil fond a missind HTML tag .
    1 point
  4. NetworkJack

    Https Everywhere

    If you are like us, the only supported protocol for accessing Blesta is via https. To that end, all links sent in emails should have https based links instead of the default http Here is a quick SQL call to make that happen without having to go into the interface and change each email template manually: UPDATE `emails` SET `text`=REPLACE(`text`, 'http:', 'https:'), `html`=REPLACE(`html`, 'http:', 'https:')
    1 point
  5. There seems to be a couple different parts to this: Setting a contract length for a package term, and communicating that to the client during order & What to do about early terminations Regarding #1 above, the way I envision this working is that when you set pricing for a package term, you can specify that it's part of a contract and then set the contract length. The contract length may be able to be displayed to the user in the drop down menu when selecting the term. For example: "1 Month @ $12.95 USD (1 year initial contract)" Regarding #2, either we have a separate contract termination fee, or we piggyback off the cancellation fee field (my personal recommendation) Thoughts?
    1 point
  6. The most common reason for a module to not appear is if it does not follow the file structure pattern, particularly the file name of the module's directory and the main module file (they should match). The second reason is if the file name does not correspond directly to the class name in camel-case.
    1 point
  7. I have found the bugs . in cart.pdt just change $this->Widget->end(); to $this->WidgetClient->end();
    1 point
  8. I've added these to our "short term" bucket, so they are at least prioritized
    1 point
×
×
  • Create New...