Quote Originally Posted by GeoBew View Post
Just installed module and seems to be working great!

I did notice one error though , on the checkout page when you want to choose how to pay , it says

MODULE_PAYMENT_WORLDPAY_TEXT_TITLE.

not really an error but thought I would point it out.

Fixed this by going to - www/includes/languages/english/modules/payment

//define('MODULE_PAYMENT_WORLDPAY_TEXT_TITLE', 'Credit Card via WorldPay');

Simply remove the slashes at the start. :)
Hi GeoBew,


Thanks for the feedback, glad its working for you. If you are using the v3 module, please post in the v3 support thread here: https://www.zen-cart.com/showthread....Support-thread

I'm assuming you're not allowing the customer to pre-select their cards in the checkout? Have you copied on the new autoload files?Which should be stored here:

/includes/auto_loaders/config.worldpay.php
/init_includes/init_worldpay.php

I added a new optional tweak that swaps out the generic 'Credit Card via Worldpay' wording for something more specific like 'Visa via Worldpay'. Which is why the line you mentioned above was commented out in the defines file.