Gravity Forms Pricing Fields In Cart66
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” [...]
Set up Cart66 in 10 Easy Steps or Less
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. [...]
Feature Levels in Custom Post Types
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’); } } [...]
Dashboard Widgets
Cart66 1.3 comes with a couple new built-in dashboard widgets to help you manage your store. 1. Cart66 Recent Orders Widget This widget is designed to give you a basic overview of the most recent orders that have come in through your online store. This helps you see order information, status, delivery options, order totals [...]
[post_sale] Shortcode
The post_sale shortcode is used to display content one time, immediately after a sale. Typically used on the receipt page, it allows you to display a message or even javascript the first time your customer views their receipt. The syntax is: [post_sale] Display this content 1 time right after the sale [/post_sale] Or even: [post_sale] [...]