Page 1 of 1
Payment Address issue
Posted: Sat Aug 11, 2012 6:28 am
by kjm306
Hi,
While checkout, customer's address is shown both in Shipping and Payment address. I need my store's address to be shown in "payment address". Please refer the screen shots.
Thanks in advance,
Re: Payment Address issue
Posted: Sat Aug 11, 2012 6:51 am
by leo
The customers shipping address and payment address could be different.
What payment method do you have installed?
Re: Payment Address issue
Posted: Sat Aug 11, 2012 7:58 am
by kjm306
Hi,
Thanks for your reply.My payment methods are Money order, Cheque and ccavenue. How will the customer send payment without my store's address?
Thanks
Re: Payment Address issue
Posted: Sat Aug 11, 2012 8:31 am
by leo
Your address is e.g. on the Contact Us page, or if your customer pays with Money order, your address should be on it. So, your customer will find you.
Re: Payment Address issue
Posted: Sat Aug 11, 2012 7:41 pm
by kjm306
hi,
The problem is, when the customer selects money order as their payment option, my address address is not shown. I want my address to be shown on the page as shown in the uploaded screenshot(
My address is in the payment information). Is it possible...
Thanks in advance
Re: Payment Address issue
Posted: Mon Aug 13, 2012 1:01 am
by leo
The easiest way is to simple add the address to the language file.
So, in catalog/language/english/extension/payment/cheque.php modify
Code: Select all
$_['text_cheque_title'] = 'Cheque';
to
Code: Select all
$_['text_cheque_title'] = 'Cheque (Address: your address)';
Re: Payment Address issue
Posted: Mon Aug 13, 2012 8:03 am
by kjm306
Hi,
Issue resolved. Thank you very much
