Author Topic: Problem with bank transfer payment  (Read 16069 times)

Offline denagpam

  • Full Member
  • ***
  • Posts: 103
  • Karma: +7/-9
    • View Profile
Problem with bank transfer payment
« 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
« Last Edit: April 24, 2014, 10:26:11 AM by denagpam »

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5795
  • Karma: +274/-2
    • View Profile
Re: Problem with bank transfer payment
« Reply #1 on: April 24, 2014, 10:14:02 AM »
Hello.

This is bug. AbanteCart team work on it.
Thanks.  :)

Offline denagpam

  • Full Member
  • ***
  • Posts: 103
  • Karma: +7/-9
    • View Profile
Re: Problem with bank transfer payment
« Reply #2 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
« Last Edit: April 24, 2014, 10:42:18 AM by denagpam »

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Problem with bank transfer payment
« Reply #3 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')));
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline denagpam

  • Full Member
  • ***
  • Posts: 103
  • Karma: +7/-9
    • View Profile
Re: Problem with bank transfer payment
« Reply #5 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
« Last Edit: April 25, 2014, 09:22:12 AM by denagpam »

gordontaylor

  • Guest
Re: Problem with bank transfer payment
« Reply #6 on: April 25, 2014, 09:30:38 AM »
Email is being discussed in another thread, please keep each thread to one subject.

Offline denagpam

  • Full Member
  • ***
  • Posts: 103
  • Karma: +7/-9
    • View Profile
Re: Problem with bank transfer payment
« Reply #7 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
« Last Edit: April 25, 2014, 09:51:57 AM by denagpam »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Problem with bank transfer payment
« Reply #8 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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline denagpam

  • Full Member
  • ***
  • Posts: 103
  • Karma: +7/-9
    • View Profile
Re: Problem with bank transfer payment
« Reply #9 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 ?
« Last Edit: April 25, 2014, 01:14:17 PM by denagpam »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Problem with bank transfer payment
« Reply #10 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>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Advisor

  • Jr. Member
  • **
  • Posts: 54
  • Karma: +7/-4
    • View Profile
Re: Problem with bank transfer payment
« Reply #11 on: May 03, 2014, 05:52:46 PM »
Thanks for the clarification.

Offline kwong

  • Newbie
  • *
  • Posts: 23
  • Karma: +1/-0
    • View Profile
Re: Problem with bank transfer payment
« Reply #12 on: May 07, 2014, 01:46:17 AM »
Hey guys,

This is really helpful. Thanks alot :)

Offline Nimish

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Problem with bank transfer payment
« Reply #13 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.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5795
  • Karma: +274/-2
    • View Profile
Re: Problem with bank transfer payment
« Reply #14 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

 

Powered by SMFPacks Social Login Mod