Very weird indeed. Without having access to the site it will be very difficult for me to debug.
I assume you have already tried to reinstall the software. I'll attach a current ZIP file to this post, you can try with this one. Please notice that in Joomla!, uninstalling a module deletes all data associated to it.
Another option is to manually edit the /modules/mod_simplepaypal/tmpl/default.php file and on line 44 change
- Code: Select all
$amountLine .= JText::_('Amount').': <input type="text" name="amount" size="4" maxlength="10" value="'.$params->get('amount').'" style="text-align:right;" />'."\n";
to
- Code: Select all
$amountLine .= JText::_('Importo').': <input type="text" name="amount" size="4" maxlength="10" value="'.$params->get('amount').'" style="text-align:right;" />'."\n";
I'd use this as a last resort, if all else fails, it is neither elegant nor the correct way to proceed, but it surely will translate "Amount"...
Fabrizio
You do not have the required permissions to view the files attached to this post.