RMA-Request Form

for osCommerce Online Merchant vPhoenix 1.0

This module allows a customer easily to submit a RMA request to the webshop manager and shows all the orders made in the last 30 days. You must be a customer to submit the form or you must login All orders younger than 30 days are shown in green All orders that are only eligible for an RMA today are shown in red * For use with Recaptcha V3 you need to install catalog/includes/hooks/shop/rma/Recaptcha3 Instructions for regular use: Add the files in the folders: -catalog/rma.php -catalog/includes/hooks/shop/rma/Recaptcha3.php (only if you uses Recaptcha3) -catalog/includes/languages/dutch/rma.php -catalog/includes/languages/english/rma.php -catalog/includes/languages/french/rma.php In your shop's administrator go to "Localization" and choose "Order Status" Insert a New Order Status named "0Cancelled" If you have an order which is cancelled the RMA-Request contribution shows that order marked as "Cancelled" Search in the file catalog/includes/languages/ [your languages] /shipping.php for define('TEXT_CONTAINER_BLOK',' xxxxxxxxxxxx '); and modify or add: <p><strong><i>Retourlabel: </i> </strong> Ask your retourlabel <a href="rma.php" target="_parent"><i><b>here</b></i></a></p>

Changelog