Cart66 has full support for the pricing fields in Gravity Forms. This means you can use Gravity Forms to design your product order form including unlimited product options. You can even have product options that change the price of the product. Here is how it works. Create The Gravity Form Click on the “New Form” [...]
Read the rest of this entry »
Table of Contents Install Cart66 Activate Using Your Order Number Update Main Cart66 Settings Add Your Payment Gateway Information Update Email Receipt Settings Update Your Checkout Shortcode (optional) Slurp Checkout Page (optional) Create A Product Insert Product Shortcode On A Product Page Complete A Transaction 1. Install Cart66 You can install Cart66 two different ways. [...]
Read the rest of this entry »
Yesterday we had an embarrassing reminder from Alex King concerning a vulnerability in Cart66 that he pointed out a long time ago. He went to check if the vulnerability was resolved and when he realized it was not resolved he let us know. So what happened and why did it take so long to get [...]
Read the rest of this entry »
The Mijireh Checkout service provides a PCI compliant ecommerce solution for accepting credit card payments without having to give up your design or sacrifice your buyer’s checkout experience. It’s easy to get Cart66 using Mijireh Checkout. Sign up for Mijireh Checkout Save yourself the trouble of having to worry with SSL certificates and security scans [...]
Read the rest of this entry »
If you have a custom post type in your WordPress theme that you would like to add the feature level meta box to, you can do so by adding the following lines of code to your theme’s functions.php file. function add_custom_meta_boxes() { if(class_exists(‘Cart66′)) { add_meta_box(‘cart66_feature_level_meta’, __(‘Feature Levels’, ‘cart66′), array(‘Cart66′, ‘drawFeatureLevelMetaBox’), ‘custom’, ‘side’, ‘low’); } } [...]
Read the rest of this entry »