Payment Address issue

General discussion about AlegroCart - Post here if you can't find another suitable forum
Post Reply
kjm306
Posts: 19
Joined: Fri Aug 10, 2012 10:54 pm

Payment Address issue

Post by kjm306 » Sat Aug 11, 2012 6:28 am

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,
Attachments
Screenshot_2.png
Screenshot_2.png (11.2 KiB) Viewed 8520 times

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Payment Address issue

Post by leo » Sat Aug 11, 2012 6:51 am

The customers shipping address and payment address could be different.
What payment method do you have installed?

kjm306
Posts: 19
Joined: Fri Aug 10, 2012 10:54 pm

Re: Payment Address issue

Post by kjm306 » Sat Aug 11, 2012 7:58 am

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

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Payment Address issue

Post by leo » Sat Aug 11, 2012 8:31 am

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.

kjm306
Posts: 19
Joined: Fri Aug 10, 2012 10:54 pm

Re: Payment Address issue

Post by kjm306 » Sat Aug 11, 2012 7:41 pm

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
Attachments
Screenshot_3.png
Screenshot_3.png (17.34 KiB) Viewed 8509 times

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Payment Address issue

Post by leo » Mon Aug 13, 2012 1:01 am

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)';

kjm306
Posts: 19
Joined: Fri Aug 10, 2012 10:54 pm

Re: Payment Address issue

Post by kjm306 » Mon Aug 13, 2012 8:03 am

Hi,
Issue resolved. Thank you very much :)

Post Reply