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

Packages

  • None
  • Product-Delivery-Date-Pro-for-WooCommerce
    • Addon
    • Admin
      • Settings
        • Field-Labels
        • General
        • Google-Sync
      • View-Deliveries
    • Calendar
    • Common-Functions
    • Configuration
    • Delivery-Charges
    • Edit-Deliveries
    • Emails
    • Frontend
      • Cart
      • Checkout
    • Google-Calendar
    • Languages
    • License
    • Reschedule-Deliveries
    • View-Deliveries

Classes

  • prdd_delivery_settings

Class prdd_delivery_settings

PRDDD General Delivery Settings

Package: Product-Delivery-Date-Pro-for-WooCommerce\Admin\Settings\General
Category: Classes
Author: Tyche Softwares
Since: 1.0
Located at prdd-delivery-settings.php

Methods summary

public static
# prdd_delivery_settings_section_callback( )
public static
# prdd_language_callback( array $args )

Adds a field to select the language of the calendar

Adds a field to select the language of the calendar

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_date_format_callback( array $args )

Adds a field to select the delivery date format

Adds a field to select the delivery date format

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_time_format_callback( array $args )

Adds a field to select the delivery time format

Adds a field to select the delivery time format

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_months_callback( array $args )

Adds a field to set the number of months to show in the calendar

Adds a field to set the number of months to show in the calendar

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_calendar_day_callback( array $args )

Adds a field to set the first day of the week on the calendar

Adds a field to set the first day of the week on the calendar

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_add_to_calendar_callback( array $args )

Adds a field to display the 'Add to Calendar' button on the Order Received page

Adds a field to display the 'Add to Calendar' button on the Order Received page

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_add_to_email_callback( array $args )

Adds a field to allow customers to export deliveries as ICS file from the email

Adds a field to allow customers to export deliveries as ICS file from the email

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_theme_callback( array $args )

Adds a field to select the calendar theme

Adds a field to select the calendar theme

Parameters

$args
Extra arguments containing label & class for the field

Since

1.6
public static
# prdd_global_holidays_callback( array $args )

Adds a field to set the holiday dates which will be disabled for all the products

Adds a field to set the holiday dates which will be disabled for all the products

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_enable_rounding_callback( array $args )

Adds a field to enable rounding of prices to nearest integer value

Adds a field to enable rounding of prices to nearest integer value

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_global_selection_callback( array $args )

Adds a field to enable the date globally for All products once selected for a product and added to cart

Adds a field to enable the date globally for All products once selected for a product and added to cart

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_availability_display_callback( array $args )

Adds a field to display the number of deliveries available for a given product on a given date and time.

Adds a field to display the number of deliveries available for a given product on a given date and time.

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static
# prdd_disable_price_calculation_on_dates_callback( array $args )

Adds a field to restrict delivery charges to apply only once for multiple products with the same delivery date in the cart.

Adds a field to restrict delivery charges to apply only once for multiple products with the same delivery date in the cart.

Parameters

$args
Extra arguments containing label & class for the field

Since

1.0
public static string
# woocommerce_prdd_global_settings_save_callback( string $input )

Callback to save the global settings

Callback to save the global settings

Parameters

$input

Returns

string

Since

1.0
API documentation generated by ApiGen