osmyrna Posted January 12, 2014 Posted January 12, 2014 Right now, the text I enter in /catalog/includes/languages/english/modules/payment/cod.php (for example) after 'MODULE_PAYMENT_COD_TEXT_TITLE' shows up on the website during checkout, on my edit order page, on my admin page modules listings, and on emails sent. I would like to be able to have different text for different purposes. Can someone point me to a way to accomplish this? When I enter just a single word after define('MODULE_PAYMENT_COD_PUBLIC_TITLE' or define('MODULE_PAYMENT_COD_TEXT_DESCRIPTION'. it doesn't seem to be used anywhere, so I don't know what these fields are for. Thanks if anyone has info.
genata93 Posted February 18, 2014 Posted February 18, 2014 Hello, Obivously these definitions are used later in osC files. You can try and define your own text for different purposes but you have to find where to put it afterwards. In your case in checkout.php, admin/edit.php, in the modules files and on checkout_success.php for email sent. genata93
Recommended Posts
Archived
This topic is now archived and is closed to further replies.