AbanteCart Community

eCommerce construction => General Discussion => Topic started by: denagpam on April 23, 2014, 12:09:51 PM

Title: Problem with bank transfer payment
Post by: denagpam on April 23, 2014, 12:09:51 PM
HI

I have a problem in inputting my message into message box in Bank Transfer Payment

it seems that the sentences are in incorrect arrangement

that is to say I can not put the subsequent sentence in subsequent row by simply push Enter button on my keyboard

inserting <br> or <br/> does not work too

I attach the screenshot of bank transfer message

What sholud I do to make it understandable for customer who read it since such sentence arrangement seems difficult to understand

hope for your help
Title: Re: Problem with bank transfer payment
Post by: Basara on April 24, 2014, 10:14:02 AM
Hello.

This is bug. AbanteCart team work on it.
Thanks.  :)
Title: Re: Problem with bank transfer payment
Post by: denagpam on April 24, 2014, 10:23:20 AM
Thanks for your conform

yeah previously I was also not so sure whether this is bug or designed as it is

since no buttons at all in such box such that we can neatly arrange what we type such as in Product Description Field in Admin

once fixed hope for your confirm
Title: Re: Problem with bank transfer payment
Post by: abolabo on April 24, 2014, 06:48:58 PM
file public_html/extensions/default_banktransfer/storefront/controller/responses/extension/default_banktransfer.php
line 32
Code: [Select]
$this->view->assign('instructions', $this->config->get('default_banktransfer_instructions'));
replace to
Code: [Select]
$this->view->assign('instructions', html_entity_decode($this->config->get('default_banktransfer_instructions')));
Title: Re: Problem with bank transfer payment
Post by: abantecart on April 24, 2014, 09:23:56 PM
Same fix in 1.1.9
https://github.com/abantecart/abantecart-src/commit/3d62a8c56844a4def938e325cb3b8a985fc2b88e
Title: Re: Problem with bank transfer payment
Post by: denagpam on April 25, 2014, 09:17:26 AM
yes it has been solved in the checkout page

but not in the email

I attach the screenshot of the email sent regarding an order which has just been made

you can see that it has not been fixed yet

the codes still appear in the email and it seems ugly

hope for your help
Title: Re: Problem with bank transfer payment
Post by: gordontaylor on April 25, 2014, 09:30:38 AM
Email is being discussed in another thread, please keep each thread to one subject.
Title: Re: Problem with bank transfer payment
Post by: denagpam on April 25, 2014, 09:43:25 AM
But Mr gordontaylor

Please read carefully from the above

this is absolutely different from the thread you refers to
Title: Re: Problem with bank transfer payment
Post by: abantecart on April 25, 2014, 10:41:27 AM
This should fix the email related issue on bank transfer extension:

https://github.com/abantecart/abantecart-src/commit/eac46dd9d5df537f51bd6b3794e01c0368ec4579
Title: Re: Problem with bank transfer payment
Post by: denagpam on April 25, 2014, 11:37:09 AM
wow thank you very much it works

but there is still another crucial problem

in the email you can see that the comment from the customer and the instruction of bank transfer payment are combined into one single part
(in part "Comment for your order is")

well this is quite confusing since there is no separating part between them

I think it will be nice if there are two separate parts regarding this namely
- Comment for your order is
and
- Instruction for Bank Transfer Payment

What do you think ?
Title: Re: Problem with bank transfer payment
Post by: abantecart on April 25, 2014, 10:25:24 PM
I am sorry for earlier mistake. HTML tags are not supported in comments. Regular new lines are supported now.

Here is an updated change that works on email and other pages:
https://github.com/abantecart/abantecart-src/commit/0d3b0ec32f48ff69c13d78f033f3546705a7f676

NOTE: You will need to remove all <br>
Title: Re: Problem with bank transfer payment
Post by: Advisor on May 03, 2014, 05:52:46 PM
Thanks for the clarification.
Title: Re: Problem with bank transfer payment
Post by: kwong on May 07, 2014, 01:46:17 AM
Hey guys,

This is really helpful. Thanks alot :)
Title: Re: Problem with bank transfer payment
Post by: Nimish on May 10, 2014, 12:24:22 AM
Hello Guys. I am facing trouble while editing the default bank transfer extension. On clicking the edit button it displays error message as attached.
Title: Re: Problem with bank transfer payment
Post by: Basara on May 12, 2014, 01:15:54 AM
Hello Guys. I am facing trouble while editing the default bank transfer extension. On clicking the edit button it displays error message as attached.

Hello.
Please post error from AbanteCart error log
Title: Re: Problem with bank transfer payment
Post by: Nimish on May 19, 2014, 06:55:27 AM
I have attached the error log
Title: Re: Problem with bank transfer payment
Post by: Basara on May 19, 2014, 08:27:39 AM
Hi. Check Your Store URL setting in admin.
Also check this post http://forum.abantecart.com/index.php/topic,914.msg3420.html#msg3420
Title: Re: Problem with bank transfer payment
Post by: Nimish on May 22, 2014, 05:02:05 AM
I have hosted my site on the multi domain hosting package so my store url (pehleaaptee.in) and the actual path (thebanyantee.com/pehleaap) have different names. I am getting the same error with actual path and the url through which it can be accessed.
Title: Re: Problem with bank transfer payment
Post by: Basara on May 22, 2014, 05:10:36 AM
I have hosted my site on the multi domain hosting package so my store url (pehleaaptee.in) and the actual path (thebanyantee.com/pehleaap) have different names. I am getting the same error with actual path and the url through which it can be accessed.

Hello. If you site is thebanyantee.com/pehleaap the Store URL setting value should be the same. Are you have several domains pointed to one site?

Title: Re: Problem with bank transfer payment
Post by: saha11 on December 10, 2014, 12:14:12 AM
hi,
how to add Order ID to this bank transfer payment.

attached picture