Skip to content

magento man

Adding TinyMce EDitor in Magento 2 through Phtmls

<script type=”text/javascript”> require([ ‘jquery’, ‘mage/adminhtml/events’, ‘mage/adminhtml/wysiwyg/tiny_mce/setup’ ], function (jQuery) { jQuery(document).ready(function () { var editor; editor = new wysiwygSetup( ‘additional-description’,{ “width”:”99%”, “height”:”200px”, “plugins”:[{“name”:”image”}], “tinymce4”:{“toolbar”:”formatselect | bold italic underline | alignleft aligncenter alignright | bullist numlist | link table charmap”,”plugins”:”advlist autolink… Read More »Adding TinyMce EDitor in Magento 2 through Phtmls

serious trouble with clients abuses

we are having serious trouble mainly with our hosting providers from clients hosting mainly Child pornography on their hosting accounts and … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1891468&goto=newpost

PAYMENT GATEWAY ERRORS

I am trying to integrate a payment gateway into my Magento 2 store, but I keep getting an error during the checkout process. What steps can I take to troubleshoot and fix this issue?