Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/23/2017 in all areas

  1. Hi, How to sell 2 or more packages into a bundle and sell ? I.e I want to create 1 bundle of domain + hosting (2 different packages / services) and user should enter 1 domain, but its basically 2 services etc. Thanks.
    1 point
  2. fissionblue

    WHMCS to Blesta

    Hey guys, anyone have a guide or article handy on how to import Stripe data to use in Blesta? context: I have active Stripe subscriptions on another recurring billing system and I would like to import their payment data to apply to the replacing Blesta package. I can have the customers sign up all over again, though the idea is to make the process as seamless as possible and only do this as a last resort. -what data is required for manual Stripe imports? -which tables would this data be install into? P.S. I apologize if this is thread jacking - just seemed relevant!
    1 point
  3. You need to update your configuration file to set specific controller methods that should bypass the CSRF check. You can update /config/blesta.php, then find and update Configure::set('Blesta.csrf_bypass', array()); to: Configure::set('Blesta.csrf_bypass', array('client_login::index', 'client_login::reset')); That will disable the CSRF check on the client login and client reset password pages. The ISO-3166 for Bangladesh includes multiple districts and divisions, and some of the divisions have the same name as the district, hence why "Chittagong" appears duplicate--one refers to the division and the other refers to the district. If you need to update the States in Blesta to better represent provinces in your area more specifically than the ISO-3166 can represent, you can try the States&Countries plugin to update them.
    1 point
×
×
  • Create New...