m0hamedessam Posted October 13, 2014 Report Posted October 13, 2014 im recently upgrade to 3.3 but i see Offline Payment doesn't support html anymore is it bug or what ? Quote
0 Michael Posted October 13, 2014 Report Posted October 13, 2014 Never knew it did to be honest. Quote
0 m0hamedessam Posted October 14, 2014 Author Report Posted October 14, 2014 i always use it but now after upgrade html not work please i need fix patch badly Quote
0 Cody Posted October 14, 2014 Report Posted October 14, 2014 The offline payment gateway is only intended to support Markdown text. See Markdown syntax Here's an example: # This is a heading This is a paragraph - List item 1 - List item 2 1. Number list 1 2. Number list 2 [Text to link](http://google.com/) Produces: <h1>This is a heading</h1> <p>This is a paragraph</p> <ul> <li>List item 1</li> <li>List item 2</li> </ul> <ol> <li>Number list 1</li> <li>Number list 2</li> </ol> <p><a href="http://google.com/">Text to link</a></p> Michael 1 Quote
0 m0hamedessam Posted October 14, 2014 Author Report Posted October 14, 2014 Markdown syntax not support iframes please we need it badly how can we use html code even give us fix patch Quote
0 Cody Posted October 14, 2014 Report Posted October 14, 2014 Update /components/gateways/nonmerchant/offline/views/default/process.pdt. From: <?php echo $this->TextParser->encode("markdown", $this->Html->ifSet($meta['instructions'])); ?> To: <?php echo $this->Html->ifSet($meta['instructions']); ?> But I HIGHLY RECOMMEND you clone the offline gateway and rename it to create your own custom gateway if you need iframes. This offline gateway only supports Markdown text. Quote
0 m0hamedessam Posted October 14, 2014 Author Report Posted October 14, 2014 thanks its works now Quote
Question
m0hamedessam
im recently upgrade to 3.3 but i see Offline Payment doesn't support html anymore is it bug or what ?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.