AndyHearne2005 Posted August 22, 2005 Share Posted August 22, 2005 Hello is there anyway I can not have the address in the Payment Checkout for Check/Money order - instead Click here to get address Link to comment Share on other sites More sharing options...
Gil_e_n Posted August 22, 2005 Share Posted August 22, 2005 If you're asking what I think you're asking, the code for displaying the billing address is <?php echo tep_address_label($customer_id, $billto, true, ' ', '<br>'); Comment that out, and just leave the link to the change address button (which you can edit to say whatever you want with your image-editing program of choice. You'll probably need to tweak the layout a little after that, but that shouldn't be too hard. If you weren't asking that, explain further. Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums. Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 22, 2005 Share Posted August 22, 2005 Hello is there anyway I can not have the address in the Payment Checkout for Check/Money order - instead Click here to get address <{POST_SNAPBACK}> just create a popup with the address, and add teh call for the popup in the correcponding language file instead of the part displaying the address catalog\includes\languages\english\modules\payment\moneyorder.php define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check/Money Order'); define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Make Payable To: ' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Send To:<br>' . nl2br(STORE_NAME_ADDRESS) . '<br><br>' . 'Your order will not ship until we receive payment.'); define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Make Payable To: ". MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nSend To:\n" . STORE_NAME_ADDRESS . "\n\n" . 'Your order will not ship until we receive payment.'); the last define is the one you need to change :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.