Magento 2 – How to add WYSIWYG editor in admin configuration options?
How to add WYSIWYG editor with textarea in the admin system configuration options?
How to add WYSIWYG editor with textarea in the admin system configuration options?
I am looking for the cart .phtml file. I can edit an image line in there or a static block for my storeviews like in below picture: I cannot locale the file to edit. Which location do I need to… Read More »Cart phtml file magento 2
In GraphQL, if we enter wrong field name in search, its will suggest the alternative fields in the response. It creates some security issues in production. So we plan to disable that feature. unfortunately adobe commerce not having the out… Read More »Magento2: Disable / Modify GraphQL Field Suggestion
I have created a custom block on my Product Edit admin page by adding this to product_form.xml: <fieldset name=”my_custom_fields”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”label” xsi:type=”string” translate=”true”>My Custom Fields</item> <item name=”sortOrder” xsi:type=”number”>30</item> <item name=”collapsible” xsi:type=”boolean”>true</item> <item name=”opened” xsi:type=”boolean”>false</item>… Read More »Tie dynamic fields from custom phtml block to Product Edit Save request
I have a custom extension that displays item stock status in order confirmation and invoice emails. Now I want to remove the stock status only from the invoice email. The problem is that they both use the same default.phtml template… Read More »Hide item stock status in email if email is invoice and not order confirmation
I need to move the stripe_payments_apple_pay inside the available paiment methods list. Can someone help me ? Here the xml code inside the checkout_index_index.xml : <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”checkout.root”> <arguments> <argument name=”jsLayout” xsi:type=”array”> <item name=”components” xsi:type=”array”>… Read More »Put Apple Pay method inside the payment list
I am experiencing a problem with Magento 2.4.4: I have created two customer groups: Bronze and Bronze_Vies (for European customers with valid VAT number). The Bronze_Vies group should be tax-free, but: New users: They are not always correctly assigned to… Read More »Magento 2.4.4: Bug in the tax calculation for customers with a VAT number
In a custom module in etc/schema.graphqls, I declared my query : type Query { getAvailableCountries: [Country!] @resolver(class: “\Vendor\Module\Model\Resolver\getAvailableCountries”) @doc(description: “Get list of country allowed on magento’s side.”) } There is my resolver code : public function resolve(Field $field, $context, ResolveInfo… Read More »GraphQL – Schema generated remove not null indication when in an array
I’m trying to call a block in the template notifying me that an order has been placed in the store, but the value of order or orderId is not passed through so I can’t retrieve the Order object in the… Read More »Block used in new order email template does not pass data
I have a magento 2.4.7-p3 instance and I faced a strange bug. Here is how I reproduce it. 1- Add something to the cart, as a guest and not logged in 2- In checkout/cart click on Paypal button, in the… Read More »Paypal Express No such entity with cartId = 123456789 in checkout