Difference between revisions of "User Interfaces"

From Funnel Settings
Jump to navigation Jump to search
Line 33: Line 33:
==== Static section : Contact Details, Shipping Details, Card Details ====
==== Static section : Contact Details, Shipping Details, Card Details ====
These  are some static form segments to get user information <gallery perrow="3" caption="Figure 1.8  Static Form Segments">
These  are some static form segments to get user information <gallery perrow="3" caption="Figure 1.8  Static Form Segments">
File:Index.php?title=File:User contact info1.png|User Contact info
File:User contact info1.png|User Contact Info
File:Index.php?title=File:Shipping section .png|User Shipping info
File:Shipping section .png|User Shipping Info
File:Index.php?title=File:Card Details Section.png|alt=Static Form Segments|User Card Info
File:Card Details Section.png|User Card Info
</gallery>
</gallery>


==== Order bumps ====
==== Order bumps ====
The dynamic order bump section is editable from the back-end.
The dynamic order bump section is editable from the back-end.
[[File:Order bump section.png|alt=Order bump section in the checkout page|none|thumb|Figure 2.1 : Order bump]]
[[File:Order bump section.png|alt=Order bump section in the checkout page|none|thumb|Figure 1.9 : Order bump]]
Modification area built using custom fields plugin can be access by following  ''wp-admin > pages > Checkout page.''  
Modification area built using custom fields plugin can be access by following  ''wp-admin > pages > Checkout page.''  
[[File:Checkout order bump back-end.png|alt=Order bump edit area|none|thumb|Figure 2.2 : Order bump edit]]
[[File:Checkout order bump back-end.png|alt=Order bump edit area|none|thumb|Figure 2.0 : Order bump edit]]


==== Order Details area ====
==== Order Details area ====
As a final step, you will see the detailed summary of the order as well as the grantee option with the checkout button
As a final step, you will see the detailed summary of the order as well as the grantee option with the checkout button.
 
[[File:Order summery Section.png|alt=Order detailed summary|none|thumb|Figure 2.1 : Order Summary]]
== Interface #2 ==
In the user interface, the user is given the option to add grantees to a product that the client can choose from, and change the checkout button style and text in this area from the back-end.<gallery perrow="2" caption="2.2 Order Detail segment">
[[File:Image3.jpg|thumb|350x350px|none]]
File:Garantee section edit.png|Guarantee Edit Area
 
File:Checkout button edit.png|Checkout Button Edit Area
== Interface #3 ==
</gallery>
[[File:Image4.jpg|thumb|352x352px|none]]
 
== Interface #4 ==
[[File:Image5.jpg|thumb|322x322px|none]]
 
== Interface #5 ==
[[File:Image6.jpg|thumb|320x320px|none]]
 
== ''Interface #6'' ==
[[File:Image7.jpg|thumb|310x310px|none]]
 
= Shortcodes =
 
=== Legacy Shortcodes ===
''Legacy shortcodes as of Funnel Settings version 2.1.0. These codes will be removed in a future release and will no longer work. This is for documentation purpose only''.
 
A.[checkout_page]
[[File:Image1.jpg|thumb|418x418px|none]]
 
B.[checkout_form_v2]
[[File:Image2.jpg|thumb|602x602px|none]]
 
=== Modern Shortcodes ===
''These are shortcodes that were introduced as of Funnel Settings version 2.1.x.''
 
A.[checkout_form style=a]
 
B.[checkout_form style=b]
 
C.[checkout_form style=c]
 
D.[checkout_form style=d]
 
E.[checkout_form style=e]
 
F.[checkout_form style=f]
 
G.[checkout_form style=g]
 
H.[checkout_items style=a]
 
I.[checkout_items style=b]
 
J.[order_bumps]
 
K.[guarantees]
 
L.[billing_details section=customer-details]
 
M.[billing_details section=address-details]
 
N.[card_details]
 
O.[checkout_summary]
 
P.[checkout_submit]

Revision as of 11:07, 6 May 2022

Landing Page

Sample Funnel Landing Page
Figure 1.1 : Funnel Landing Page

The landing page is the first page of the site where the user interacts with. To be able to do this, you first have to set up the front page of the WordPress site. See how to change the WordPress front page. Choosing which tool to use for building the page is up to the user. for example Elementor, WP Bakery, etc. It is a necessity to add the variation ID and relevant product id you are promoting on the page to the front page meta description. see figure 1.2: Landing Page meta. Generally, this need to be applied to any product promo page created on the site.

Wp Landing page
Figure 1.2 Landing page Meta

Opt-in Form

Optin form popup sample
Figure 1.3 : Opt-in Form Popup


It is necessary to use an opt-in form in order to collect email addresses from users. This can be a page, part of a page or maybe a popup integrated with the opt-in-form shortcode. This will integrate a small form to collect the email of the user and some additional details required to register the user to Earnware.

To integrate the form shown in figure 1.4, the following shortcode must be used. It is possible to override the form style by changing the theme style.

[opt_in_form]

Additionally, users are allowed to change the default redirection path of the user registration process by adding the following attribute to the shortcode. Default will be the checkout page of the product

[opt_in_form redirect_to="redirection path"]

and also the page type which is checked during each page submission by the funnel plugin. Default will be the checkout page. There are several predefined page type to use. see Enums

[opt_in_form page_type="page type"]

The attribute doesn't change the form's look, but it adds some hidden variables that will be needed for the next step.

Optin Form represented by the short code
Figure 1.4 : Shortcode HTML representation

Checkout Page

Checkout Sample Page
Figure 1.5 : Checkout Sample Page

Checkout page also can be a typical WP page integrated with the checkout form short code with different look and feels.Main checkout page can be divide into several sections. These section defer to the style use within the shortcode.

[checkout_page] , [checkout_form_v2] , [checkout_form_canada_v2] 

Item Options

The pricing schemes for the Main Item are presented to the user in a variety of ways.

Item Options
Figure 1.6 : Item Options

The user has the option of defining these options in the back-end of system checkout page. Can be access by WP-admin > pages > checkout page you defined

Item Options back-end
Figure 1.7 : Item options setup

Static section : Contact Details, Shipping Details, Card Details

These are some static form segments to get user information

Order bumps

The dynamic order bump section is editable from the back-end.

Order bump section in the checkout page
Figure 1.9 : Order bump

Modification area built using custom fields plugin can be access by following wp-admin > pages > Checkout page.

Order bump edit area
Figure 2.0 : Order bump edit

Order Details area

As a final step, you will see the detailed summary of the order as well as the grantee option with the checkout button.

Order detailed summary
Figure 2.1 : Order Summary

In the user interface, the user is given the option to add grantees to a product that the client can choose from, and change the checkout button style and text in this area from the back-end.