This is payment module for PrestaShop "Cash on delivery" with possibility to add extra fee to order total value. It's a great way to handle additional charges, especially when our delivery provider charge you some % of total order value. In addition this COD payment module meet law requirements related to order summary on the confirmation step.
add cod fee when admin creates order
PrestaShop payment gateway module for your online store to support cash on delivery payment method. Addon supports feature to define additional fee to charge customer. Total order value will be increased with % value of total amount for order. As a shop owner you can of course define the value of additional fee. This PrestaShop module supports law requirements related to appearance of order summary on last order step, there where customer can finalize order.
Cash on delivery with fee - module features
This payment module main feature is possibility to define additional fee - customers will be charged for the value you can define on module configuration page. In addition it contains several most important features from law point of view. Main module features are:
Possibility to charge customer for additional payment fee (in percentage or in flat value)
{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}
.