OvalMedia
OvalMedia
The formbuilder is hardcoding either PUT or POST. From what I understand the PATCH method is preferred to PUT. Maybe this could be somewhat optional?
During the index process the catalog ist empty and products reappear when done. There are no errors or anything. But since indexing does take a while (lots of products) it...
I have created a category from which I would like to load it's containing products in a custom block using a product collection. Unfortunately my collection does not use the...
### Summary (*) Even though the paypal configuration option "Transfer Shipping Options" is set to yes the options will not be sent to paypal unless the catalog prices exclude taxes....
### Preconditions (*) 1. Magento 2.4.1 2. PHP 7.3 ### Steps to reproduce (*) 1. Create blog posts with image(s) 2. Generate sitemap ### Expected result (*) 1. Sitemap gets...
Using the WYSIWYG field generates HTML (obviously). This is a shortcode generated: `{{widget type="My\Module\Block\Widget\Wysiwyg" body_text="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore...
I am using jquery-2.1.4. (Although 1.11.1 yielded the same result). `` ``` jQuery(document).ready(function ($) { $('#clock').countdown('2020/10/10', function(event) { $(this).html(event.strftime('%D days %H:%M:%S')); console.log(event.strftime('%D days %H:%M:%S')); }); }); ``` The html() function...
In my composer.json I have "msp/security-suite": "^2.1". When I try to update magento from 2.2.8 to 2.2.9 I get this error: ``` Problem 1 - Installation request for msp/security-suite ^2.1...
Magento 2.2.8 When opening a category for editing I get this error message once I open a tab that contains a wysiwyg editor: error: error in [unknown object].fireEvent(): event name:...
I would like to create my own theme for the editor. How would I add it? Thank you