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

input html link in "Bank Transfer Instructions"

Started by smallfish, March 19, 2015, 01:05:18 AM

Previous topic - Next topic

smallfish

How can I add a html link in the "bank transfer" extension in backend (Bank Transfer Instructions) textbox and allow the html link to show at the checkout confirmation page?
The customer can click the link and go to online bank to transfer the money.

Basara


smallfish

Quote from: Basara on March 19, 2015, 07:27:11 AM
Hello.

You need to modify bank_transfer extension code something like this http://forum.abantecart.com/index.php/topic,2134.msg8813.html#msg8813

OK, thank you! I solve it. ^^

file public_html/extensions/default_banktransfer/storefront/controller/responses/extension/default_banktransfer.php
line 47 :
$this->view->assign('instructions', nl2br($instructions) );
change to
$this->view->assign('instructions', html_entity_decode($instructions) );

Forum Rules Code of conduct
AbanteCart.com 2010 -