News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Problem with bank transfer payment

Started by denagpam, April 23, 2014, 12:09:51 PM

Previous topic - Next topic

denagpam

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

Basara

Hello.

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

denagpam

#2
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

abolabo

file public_html/extensions/default_banktransfer/storefront/controller/responses/extension/default_banktransfer.php
line 32
$this->view->assign('instructions', $this->config->get('default_banktransfer_instructions'));

replace to
$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

abantecart

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

denagpam

#5
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

gordontaylor

Email is being discussed in another thread, please keep each thread to one subject.

denagpam

#7
But Mr gordontaylor

Please read carefully from the above

this is absolutely different from the thread you refers to

abantecart

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

denagpam

#9
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 ?

abantecart

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

Advisor


kwong

Hey guys,

This is really helpful. Thanks alot :)

Nimish

Hello Guys. I am facing trouble while editing the default bank transfer extension. On clicking the edit button it displays error message as attached.

Basara

Quote from: 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.

Hello.
Please post error from AbanteCart error log

Forum Rules Code of conduct
AbanteCart.com 2010 -