Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/25/2013 in all areas

  1. The idea of removing csrf validation is workable, but i didn`t liked it. So i created custom plugin where i can get current csrf wtih Blesta PHP SDK: $blestaApi->get( "custom.custom_api", "getCsrf" )->response() The method is in /plugins/custom/models/custom_api.php file And here is the code: <?php class CustomApi extends AppModel { /** * Initialize */ public function __construct() { parent::__construct(); Loader::loadHelpers($this, array("Form")); } public function getCsrf() { return $this->Form->getCsrfToken(''); } } ?> It is better cause of two cases: We still are using the csrf token We can extend custom plugin to get more better integration with custom front-end website. The rest task of website integration is matter of reading the documentation, and developing this custom plugin. Hope this will help.
    2 points
  2. Paul

    Variating Pricing

    You can create a recurring coupon, and customers that apply the coupon would get that amount, or percentage off every time it renews per the coupon.
    1 point
  3. medfordite

    My Integration

    Time for me to show off I suppose. I am integrating with my Wordpress site. I Haven't done too much other than alter the header. Blesta is here: http://www.captainhost.net/pier Main site: http://www.captainhost.net This is a work in progress as I think most sites are anymore. I am not one to sit on a design very long, but so far, this has been what I am using. Oh yeah- the reason I have a call us if ordering a domain bit is I don't have enough in their account (registrar) to allow for instant domain registrations which I know is a downfall, but hopefully next month, that will be fixed. Anyway, I welcome all constructive comments be it negative or positive!
    1 point
  4. Is there a customer viewable "road map" so we can see where items such as the Enom and the Quantum Vault Gateway are on the timeline.
    1 point
×
×
  • Create New...