25th Oct 2017 • David Carr Use TPL syntax highlighting in Atom with Nova Framework Using Atom editor is great visually the only issue is out the box .tpl is not recognized or is recog... Read more
29th Aug 2017 • David Carr Stripe API pass custom variables When sending charges to Stripe you’ll often want to send additional information such as an ord... Read more
27th Aug 2017 • David Carr Stripe API save and process incoming web hooks Webhooks are Stripe’s way of informing your application of an event such as a payment has fail... Read more
27th Aug 2017 • David Carr Stripe API format invoices totals Currency comes out of Stripe with pence / cents on it’s own can be problematic to format. Read more
27th Aug 2017 • David Carr Stripe API display invoices and line items Invoices are created automatically, using Stripe’s API it’s possible to pull the invoice... Read more
27th Aug 2017 • David Carr Stripe API change subscription plan Changing a user’s subscription plan is a simple process, this post will cover the steps needed... Read more
27th Aug 2017 • David Carr Stripe API resume a cancelled subscription When a Stripe subscription is canceled for the end of the period it can be resumed before the cancel... Read more
27th Aug 2017 • David Carr Stripe API updating credit card stored in Stripe There will be times customers need to update their stored credit card, this post goes over how to en... Read more
26th Aug 2017 • David Carr Stripe API get customer information Getting a Stripe customers information is a common task to that then making a reusable method. Read more
26th Aug 2017 • David Carr Stripe API Cancel Subscription When canceling a subscription, there are 2 options to use. Read more
26th Aug 2017 • David Carr Stripe API subscribing new and existing Stripe customers This post will cover how to subscribe new customers and existing customers to a subscription plan. Read more
26th Aug 2017 • David Carr Stripe API validate a subscription plan exists Before using a plan it's a good idea to make sure it exists in Stripe, this post will cover how... Read more
26th Aug 2017 • David Carr Stripe API loop over subscription plans Have subscription plan setup on Stripe? this post will guide you on using Stripe’s API to get... Read more
26th Aug 2017 • David Carr Getting Stripe API setup with Nova Framework This post will guide you on using Stripe’s API with Nova Framework Read more
15th Jul 2017 • David Carr New course on Nova Framework building a blog module Today I’ve started a new video course on Nova Framework that teaches you how to build a blog m... Read more