Module for PrestaShop that supports "cash on delivery" payment method. The most important and major advantage of this addon is fact that it supports European Union law requirements related to order summary on the last page, right before order confirmation by customer.
add cod fee when admin creates order
This PrestaShop addon meets law requirements related to order process in e-commerce websites. European union law says that customer must see order details (products in cart with prices) right before he/she will confirm order. This module creates shopping cart details table on the last payment step.
Main features of COD module
the main and most important feature of this module is fact that it displays cart summary on the last payment step. As a shop administrator you can configure module to meet your requirements related to appearance of summary section. You can:
These features will:
{tr_total_fee_tax_excl}
(displays the fee value excluding tax) and {tr_total_fee_tax_incl}
(displays the fee value including tax), allowing for clearer display of cash on delivery charges (e.g., COD: €X.XX). displayPaymentEU
hook. {$order}
variable to the order confirmation page, providing access to order information (as an array of variables). {total_fee}
and {total_fee_tax}
.