CheckoutPaymentThemeContentView

Extends \ThemeContentView

package

Default

Methods

__construct

__construct( $p_get_array = false,  $p_post_array = false) 
inherited

Arguments

$p_get_array

$p_post_array

_assignAbandonmentFlags

_assignAbandonmentFlags() 

_assignAddress

_assignAddress() 

_assignAmazonData

_assignAmazonData() 

_assignComment

_assignComment() 

_assignConditions

_assignConditions() 

_assignDeprecated

_assignDeprecated() 
deprecated

_assignDeprecatedConditions

_assignDeprecatedConditions() 
deprecated

_assignErrorMessage

_assignErrorMessage() 

_assignGiftData

_assignGiftData() 

_assignLightboxData

_assignLightboxData() 

_assignPaymentBlock

_assignPaymentBlock() 

_assignStyleEditFlag

_assignStyleEditFlag() 

_assignTransportConditions

_assignTransportConditions() 

_assignUrls

_assignUrls() 

_assignVoucherData

_assignVoucherData() 

_assignWithdrawal

_assignWithdrawal() 

_buildConditionsQuery

_buildConditionsQuery() : string

Response

string

_buildTransportConditionsQuery

_buildTransportConditionsQuery() : string

Response

string

_buildWithdrawalQuery

_buildWithdrawalQuery() : string

Response

string

add_cache_id_elements

add_cache_id_elements( $p_elements_array) 
inherited

Arguments

$p_elements_array

before_build_html

before_build_html() 
inherited

build_html

build_html( $p_content_data_array = false,  $p_template_file = false) 
inherited

Arguments

$p_content_data_array

$p_template_file

clear_cache_id_elements

clear_cache_id_elements() 
inherited

get_address_book_id

get_address_book_id() : integer

Response

integer

get_cache_id

get_cache_id() 
inherited

get_cart_product_array

get_cart_product_array() : array

Response

array

get_comments

get_comments() : mixed

Response

mixed

get_content_array

get_content_array( $p_max_deprecation_level = false) 
inherited

Arguments

$p_max_deprecation_level

get_content_template

get_content_template() 
inherited

get_coo_order

get_coo_order() : \order

Response

\order

get_coo_order_total

get_coo_order_total() : \order_total

Response

\order_total

get_coo_payment

get_coo_payment() : \payment

Response

\payment

get_customer_id

get_customer_id() : integer

Response

integer

get_customers_status_id

get_customers_status_id() : integer

Response

integer

get the first template from folder

get_default_template(string $filePath, string $prefix, string $template = 'default') : string
inherited

this function gets the first template from the folder, if the given filepath not an file

Arguments

$filePath

string

Path to the templates

$prefix

string

prefix of the type of template

$template

string

Name of the template

Response

string

Template basename

get_error_message

get_error_message() : string

Response

string

get_flat_assigns

get_flat_assigns() 
inherited

get_html

get_html() 
inherited

get_language

get_language() : string

Response

string

get_languages_id

get_languages_id() : integer

Response

integer

get_merged_deprecated_array

get_merged_deprecated_array( $p_max_deprecation_level = false) 
inherited

Arguments

$p_max_deprecation_level

get_selected_payment_method

get_selected_payment_method() : string

Response

string

get_session_id_placeholder

get_session_id_placeholder() 
inherited

get_style_edit_active

get_style_edit_active() : boolean

Response

boolean

init_smarty

init_smarty() 
inherited

is_cached

is_cached() 
inherited

is_caching_enabled

is_caching_enabled() 
inherited

is_compile_check_enabled

is_compile_check_enabled() 
inherited

prepare_data

prepare_data() 
inherited

replace_session_id_placeholder

replace_session_id_placeholder( $p_content) 
inherited

Arguments

$p_content

search_deprecated_keys

search_deprecated_keys( $p_key_array,  &$p_array) 
inherited

Arguments

$p_key_array

$p_array

set_address_book_id

set_address_book_id(integer $p_addressBookId) 

Arguments

$p_addressBookId

integer

set_caching_enabled

set_caching_enabled( $p_status) 
inherited

Arguments

$p_status

set_cart_product_array

set_cart_product_array(array $cartProductsArray) 

Arguments

$cartProductsArray

array

set_comments

set_comments(string $p_comments) 

Arguments

$p_comments

string

set_compile_check_enabled

set_compile_check_enabled( $p_status) 
inherited

Arguments

$p_status

Inject the content data to the template file that they are accessible in template with variables.

set_content_data( $p_content_name,  $p_content_item,  $p_deprecation_level) : void
inherited

Arguments

$p_content_name

$p_content_item

$p_deprecation_level

Sets the content template file.

set_content_template( $p_filepath) : void
inherited

Arguments

$p_filepath

Smarty can render templates from a string by using the string: or eval: resource.

set_content_template_from_string(string $p_template, boolean $storeCompiledTemplate = true) 
inherited

Arguments

$p_template

string

$storeCompiledTemplate

boolean

If set on "true", each unique template string will create a new compiled template file. If your template strings are accessed frequently, this is a good choice. If you have frequently changing template strings (or strings with low reuse value), "false" may be a better choice, as it doesn't save compiled templates to disk.

set_coo_order

set_coo_order(\order $order) 

Arguments

$order

\order

set_coo_order_total

set_coo_order_total(\order_total $orderTotal) 

Arguments

$orderTotal

\order_total

set_coo_payment

set_coo_payment(\payment $payment) 

Arguments

$payment

\payment

set_customer_id

set_customer_id(integer $p_customerId) 

Arguments

$p_customerId

integer

set_customers_status_id

set_customers_status_id(integer $p_customersStatusId) 

Arguments

$p_customersStatusId

integer

set_deprecated_array

set_deprecated_array() 
inherited

set_error_message

set_error_message(string $p_errorMessage) 

Arguments

$p_errorMessage

string

Set whether HTML must be escaped automatically.

set_escape_html(boolean $value) 
inherited

set_flat_assigns

set_flat_assigns( $p_status) 
inherited

Arguments

$p_status

set_language

set_language(string $p_language) 

Arguments

$p_language

string

set_languages_id

set_languages_id(integer $p_languageId) 

Arguments

$p_languageId

integer

set_selected_payment_method

set_selected_payment_method(string $p_paymentMethod) 

Arguments

$p_paymentMethod

string

set_style_edit_active

set_style_edit_active(boolean $p_isStyleEditActive) 

Arguments

$p_isStyleEditActive

boolean

Sets the template directory path.

set_template_dir( $p_dir_path) : void
inherited

Arguments

$p_dir_path

Properties

address_book_id

address_book_id : 

Type(s)

comments

comments : 

Type(s)

coo_order

coo_order : 

Type(s)

coo_order_total

coo_order_total : 

Type(s)

coo_payment

coo_payment : 

Type(s)

customer_id

customer_id : 

Type(s)

customers_status_id

customers_status_id : 

Type(s)

error_message

error_message : 

Type(s)

language

language : 

Type(s)

languages_id

languages_id : 

Type(s)

selected_payment_method

selected_payment_method : 

Type(s)

style_edit_active

style_edit_active : 

Type(s)

cart_product_array

cart_product_array : 

Type(s)

v_env_get_array

v_env_get_array : 
inherited

Type(s)

v_env_post_array

v_env_post_array : 
inherited

Type(s)

v_content_template

v_content_template : 
inherited

Type(s)

content_array

content_array : 
inherited

Type(s)

deprecated_array

deprecated_array : 
inherited

Type(s)

v_min_deprecation_level

v_min_deprecation_level : 
inherited

Type(s)

v_flat_assigns

v_flat_assigns : 
inherited

Type(s)

v_coo_smarty

v_coo_smarty : 
inherited

Type(s)

v_cache_id_elements_array

v_cache_id_elements_array : 
inherited

Type(s)

v_template_dir

v_template_dir : 
inherited

Type(s)

v_caching_enabled

v_caching_enabled : 
inherited

Type(s)

v_compile_check_enabled

v_compile_check_enabled : 
inherited

Type(s)

v_session_id_placeholder

v_session_id_placeholder : 
inherited

Type(s)

escape_html

escape_html : 
inherited

Type(s)

build_html

build_html : 
inherited

Type(s)