Blesta Addons Posted June 9, 2018 Report Posted June 9, 2018 It would be nice to allow using markdown or styling html in the offline gateway description . as now it show only text and break lines. that way we can show a notice message, alert boxes or even if some bootstrapped message . Michael and activa 2 Quote
Tyson Posted June 20, 2018 Report Posted June 20, 2018 The Offline Payment Gateway "Instructions" currently support Markdown syntax. It just doesn't show you that in the UI because we don't currently have a Markdown editor available. Michael 1 Quote
Blesta Addons Posted June 20, 2018 Author Report Posted June 20, 2018 3 hours ago, Tyson said: The Offline Payment Gateway "Instructions" currently support Markdown syntax. It just doesn't show you that in the UI because we don't currently have a Markdown editor available. i'm not talking about the editor, i'm referring to the displayed text in the payment page . if we enter a html markup, it rendered as a text . Quote
Tyson Posted June 20, 2018 Report Posted June 20, 2018 I'm not sure I follow. What's the URI to the page you're referring to? Can you include a screenshot? Quote
Blesta Addons Posted June 21, 2018 Author Report Posted June 21, 2018 23 hours ago, Tyson said: I'm not sure I follow. What's the URI to the page you're referring to? Can you include a screenshot? add HTML contents in the offline gateway editor, from client side, try to pay a invoice, then go until the last step, then you will see the result i'm talking about . Quote
Paul Posted June 21, 2018 Report Posted June 21, 2018 HTML and Markdown are different. I think Tyson is saying that Markdown is supported, but that's not the same as entering your own HTML. See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet for more on Markdown syntax. Michael 1 Quote
Michael Posted June 22, 2018 Report Posted June 22, 2018 Eg #Hi would be a header 1 in markdown. Paul 1 Quote
Blesta Addons Posted June 22, 2018 Author Report Posted June 22, 2018 22 hours ago, Paul said: HTML and Markdown are different. I think Tyson is saying that Markdown is supported, but that's not the same as entering your own HTML. See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet for more on Markdown syntax. To be clear the offline payment module should have some tweaks . 1 - Allow Html Tags . 2 - the text entered is shown in the place of the payment button (pull-right), i think is better to add a custom page that will be shown the text entered, or redirect to another page that show this info . as now the payment from client side is so ugly for the client , as no confirmation or the final step is shown , look at this screen Quote
Paul Posted June 25, 2018 Report Posted June 25, 2018 So you want to show the information, and then continue to show the confirmation page? Or continue to pay offline, and then show the confirmation page? I think it doesn't do that, because then it would have to register a transaction.. but maybe it should register a PENDING transaction.. so that as an admin, you know they selected that option and intend to pay. Then when they send payment, you can change the status from PENDING to ACTIVE. Thoughts? Michael 1 Quote
Blesta Addons Posted June 26, 2018 Author Report Posted June 26, 2018 16 hours ago, Paul said: So you want to show the information, and then continue to show the confirmation page? Or continue to pay offline, and then show the confirmation page? the second option is more logical . 16 hours ago, Paul said: I think it doesn't do that, because then it would have to register a transaction.. but maybe it should register a PENDING transaction.. so that as an admin, you know they selected that option and intend to pay. Then when they send payment, you can change the status from PENDING to ACTIVE. Thoughts? normally it shoudn't register any transaction even if it register as pending . i think if the module return null in success or activate fucntion it wouldn't register a transaction and that is the normal behavior . another option is to add field for url, so we can put a page url then when the client click pay offline button it redirect them to the page where we add offline payment information and/or a section to select from cms pages if installed could be nice also . activa 1 Quote
Paul Posted June 27, 2018 Report Posted June 27, 2018 On 6/26/2018 at 6:20 AM, Blesta Addons said: the second option is more logical . normally it shoudn't register any transaction even if it register as pending . i think if the module return null in success or activate fucntion it wouldn't register a transaction and that is the normal behavior . another option is to add field for url, so we can put a page url then when the client click pay offline button it redirect them to the page where we add offline payment information and/or a section to select from cms pages if installed could be nice also . We would have to look into it, but to have the checkout process work like normal, I think it would have to create a transaction of some type. This could be a good thing, because you know they are intending to pay and didn't just abandon cart. Then when they make payment, you could void the pending payment and record a new payment, or change its status. Do you see any issues with that? Quote
Blesta Addons Posted June 27, 2018 Author Report Posted June 27, 2018 3 hours ago, Paul said: Do you see any issues with that? With Offline Payment Yes, lf a client from client area try to pay with offline payment it would record s transaction, and if he try to pay again a new transaction will be recorded ... so maybe we can arrive with 10 transaction with only a client testing or trying to see info of offline payement . Quote
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.