Search results

  1. R

    New default client theme

    Cool, if you need any testing done, just let me know. Is it going to be bootstrap based?
  2. R

    New default client theme

    The client theme seems kinda outdated. It would be really nice if it could be redone in bootstrap. This will make it easy to modify, and it will look nice right off the bat.
  3. R

    Payment Gateways

    Stripe.com "Built for developers Robust, clean APIs that let you focus on building great products." Super easy, php code ready to go. Here is a live example require_once('./lib/Stripe.php'); Stripe::setApiKey("sk_test_BQokikJOvBiI2HlWgH4olfQ2"); Stripe_Charge::create(array( "amount" =>...
  4. R

    RESOLVED v3.5: Update jquery

    Please update jquery to 1.11 1.9.1 has an bug that has been fixed, also can you minify it? The bug it gives off in the development console of chrome is "event.returnValue is deprecated. Please use the standard event.preventDefault() instead."