Difference between revisions of "Funnel Settings"

From Funnel Settings
Jump to navigation Jump to search
Line 47: Line 47:


== ShortCodes ==
== ShortCodes ==
  [opt_in_form]
  [opt_in_form] => to integrate opt-in form to the page


  [checkout_page]
  [checkout_page] => to integrate order-input form to the page such as shipping details, card details and order summary etc


  [checkout_form_v2]
  [checkout_form_v2] => variation of checkout page which has different styling and checkout component orders


  [checkout_form_canada_v2]
  [checkout_form_canada_v2] => another version of checkout form


  [order_confirmation]
  [order_confirmation] => Final order summary details to display. responsible for calling Konnektive API and get order details by order Id and displaying those.


  [next_step]
  [next_step] => passing to step details to process


  [sticky_footer]
  [sticky_footer] => page footer


  [st_client_ip]
  [st_client_ip] => To integrate client IP address to page


  [order_id]
  [order_id] => to integrate Order id to the page


  [order_date]
  [order_date] to Integrate order date to the page


  [order_summary]
  [order_summary] => used in the checkout_page as a helper shortcode. Which call the API to get order details.


== Enums ==
== Enums ==

Revision as of 11:44, 8 May 2022

System Documentation

version 2.1.0

Introduction

“Funnel Settings” is a tool specifically developed to work with WordPress platform. WordPress is the World’s leading CMS platform which allows users to optimise and customise front-end content easily without the need of a web developer. Funnel Settings is a WordPress plugin that can be easily installed and customised by any novice user.

The plugin integrates with two major APIs. 1) Earnware 2) Konnektive CRM. Earnware is used for collecting email addresses and Konnektive CRM handles all transactions.

Technical Requirements

Latest Tested Version
PHP 7.4
WordPress 5.8.1
Advanced Custom Fields Pro (ACF) 5.10.2
Elementor (optional) 3.4.4
Elementor Pro (optional) 3.4.1
Wordfence Security (optional) 7.5.5

Document Version Control

Date Version Author Section(s) Amendments/Comments
05th Oct 2021 Initial Lucky All Overall

ShortCodes

[opt_in_form] => to integrate opt-in form to the page
[checkout_page] => to integrate order-input form to the page such as shipping details, card details and order summary etc
[checkout_form_v2] => variation of checkout page which has different styling and checkout component orders
[checkout_form_canada_v2] => another version of checkout form
[order_confirmation] => Final order summary details to display. responsible for calling Konnektive API and get order details by order Id and displaying those.
[next_step] => passing to step details to process
[sticky_footer] => page footer 
[st_client_ip] => To integrate client IP address to page
[order_id] => to integrate Order id to the page
[order_date] to Integrate order date to the page
[order_summary] => used in the checkout_page as a helper shortcode. Which call the API to get order details.

Enums

Name Allowed values
page_type checkout, opt-in, additional_sale, skip_sale

See Also

Process Flow

User Interfaces

Admin Interface