Class Wcap_Add_Cart_Popup_Modal
It will fetch the Add to cart data, generate and populate data in the modal.
Author: Tyche Softwares
Since: 6.0
Located at includes/admin/wcap_add_cart_popup_modal.php
Methods summary
public static
|
|
public static
|
#
wcap_enable_modal_section( string $wcap_disabled_field )
It will add the "Enable Add to cart popup modal" setting on the add to cart modal settings page. |
public static
|
#
wcap_add_to_cart_popup_save_settings( )
It will Save the setting on the add to cart modal settings page. |
public static
|
#
wcap_add_heading_section( string $wcap_disabled_field )
It will add the setting for Heading section on the add to cart modal settings page. |
public static
|
#
wcap_add_text_section( string $wcap_disabled_field )
It will add the setting for Text displayed below heading section on the add to cart modal settings page. |
public static
|
#
wcap_email_placeholder_section( string $wcap_disabled_field )
It will add the setting for email placeholder on the add to cart modal settings page. |
public static
|
#
wcap_button_section( string $wcap_disabled_field )
It will add the setting for Add to cart button on the add to cart modal settings page. |
public static
|
#
wcap_mandatory_modal_section( string $wcap_disabled_field )
It will add the setting for Email address mandatory field on the add to cart modal settings page. |
public static
|
#
wcap_non_mandatory_modal_section_field( string $wcap_disabled_field )
It will add the setting for Email address non mandatory field on the add to cart modal settings page. |
public static
|
#
wcap_add_to_cart_popup_modal_preview( string $wcap_disabled_field )
It will will show th preview of the Add To cart Popup modal with the changes made on any of the settings for it. |