Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Abandoned-Cart-Pro-for-WooCommerce
    • Admin
      • Action
      • Activate-plugin
      • Component
      • I18N
      • Import-Pro
      • License
      • Menu
      • Notices
      • Popup-Modal
        • Cart-Detail
      • Recover
      • Report
      • Setting
      • Settings
      • SMS
      • Tab
      • Template
    • Ajax-Functions
    • Classes
    • Common-Functions
    • Database-Layer
    • Encrypt-Decrypt-Data
    • Frontend
      • Cart-Capture
      • Cart-Populate
      • Coupon
      • Place-Order
    • Setting
    • Update
  • None

Classes

  • Wcap_Add_Cart_Popup_Modal
  • Wcap_Add_Settings
  • Wcap_Adv_settings

Class Wcap_Add_Cart_Popup_Modal

It will fetch the Add to cart data, generate and populate data in the modal.

Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Settings
Author: Tyche Softwares
Since: 6.0
Located at includes/admin/wcap_add_cart_popup_modal.php

Methods summary

public static
# wcap_add_to_cart_popup_settings( )

This function will add the add to cart popup medal's settings.

This function will add the add to cart popup medal's settings.

Since

6.0
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.

It will add the "Enable Add to cart popup modal" setting on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
public static
# wcap_add_to_cart_popup_save_settings( )

It will Save the setting on the add to cart modal settings page.

It will Save the setting on the add to cart modal settings page.

Since

6.0
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.

It will add the setting for Heading section on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
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.

It will add the setting for Text displayed below heading section on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
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.

It will add the setting for email placeholder on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
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.

It will add the setting for Add to cart button on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
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.

It will add the setting for Email address mandatory field on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
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.

It will add the setting for Email address non mandatory field on the add to cart modal settings page.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
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.

It will will show th preview of the Add To cart Popup modal with the changes made on any of the settings for it.

Parameters

$wcap_disabled_field
It will indicate if field need to be disabled or not.

Since

6.0
API documentation generated by ApiGen