Totally Zenned
- Join Date:
- Sep 2004
- Posts:
- 2,309
- Plugin Contributions:
- 1
Separate display of shop postal address & phone number
Configuring the Check/Money Order payment module on Zen Cart 1.37.
I do not see where to configure/edit the mailing address to send the check to as displayed on the Order Confirmation page at checkout (when check/MO payment method selected by customer).
I would like phone number to appear on Contact US page, and on packing slip and invoice but not as part of the address to send checks, as is currently displayed on the checkout confirmation page.
Thus I want to remove the phone number at the bottom of the address. Not sure where to do this?
I searched ALL files with the Developers Toolkit on the phone number but no results returned. So I assume this number is called from the DB, not from a language/define file?
I see in Admin > Config > My Store: Store Address and Phone
Which corresponds to what I see on the checkout page:
Mail your payment to:
My store
Street Address
City, ST Zip
Country
Phone
Note the phone number is directly underneath the address (as formatted by Zen Cart installation script). Looks like it is part of the address. We have received so mail with phone number printed on envelope in this position and some international customers have complained of returned mail because of this (understanding that it was a special postal code of some sort, not the phone number).
In this instance I see I can hard code the address in:
/includes/languages/english/modules/payment/moneyorder.php
which is called by:
/includes/modules/payment/moneyorder.php
Please add to the Zen Cart "wishlist" the ability to set within admin the individual display (enable/disable) of phone number on contact us, packing slip, invoice, checkout page(s) and wherever else relevant.
And in templates displaying address and phone number, add a blank line below last line of address, so phone number does not look as part of the mailing address.
And ensure the same for the email messages sent out to customer.
Just suggestions.
-Woody