How to get this https://prnt.sc/HE4LFsRji9fs Customizable option data in a phtml file. I want to data in like in this format… <div class="field required"> <label class="label" for="select_69"> <span>Options</span> </label> <div class="control"> <select name="options[69]" id="select_69" class=" required product-custom-option admin__control-select" title="" data-selector="options[69]" aria-required="true"><option value="">-- Please Select --</option><option value="192" price="30">straight charge +£30.00</option></select></div></div>
Magento
I am following below link to add custom field in page builder image element only. How to use custom field in the HTML of Magento 2 pagebuilder? But it’s not saving the value. When I click on the save button and the page reloads, it shows an empty field. How […]
We have upgraded to M2.4.7 and have had some issues on the checkout page caused by csp blocking scripts loading from Cloudflare. Failed to find a valid digest in the ‘integrity’ attribute for resource ‘https://www.xxx.dk/static/version1714545269/frontend/Magento/luma/da_DK/requirejs/require.js’ with computed SHA-256 integrity ‘VODlv7gms2iTofiNaOF9GqKvi4P0WL3J8UuH2UaX7rE=’. The resource has been blocked. The solution was to disable […]
When I try to run setup:upgrade or any other command in the terminal it says: Class “Swissup CoreHelperComponent” not found#0 C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryCompiled.php(150): And more other things that we can see in the print In the debug logs it says: main.CRITICAL: Error: Class “SwissupCoreObserverBackendFetchNotifications” not found in C:xampphtdocsmagento2vendormagentoframeworkObjectManagerFactoryAbstractFactory.php:121 This is what line […]
Preconditions and environment Upgrade Magento version from 2.4.5-p1 to 2.4.6-p3 Magento version 2.4.6-p3 Steps to reproduce 1 – In production environment Place order with braintree creditcard or braintree Paypal 2 – We are getting an error of “Exception message: Your payment could not be taken. Please try again or use […]
I’m not sure how this happened, but while doing an audit of our site I noticed we have over 92 404 errors and they all are from the same product. Most of the paths are strange as I never added this product to any of these category pages. Does anyone […]
I have a multi-website setup in my Magento. Here i want assign all products from a not-default storeview (german) to my new website (austria) When assigning one products (Products -> Choose product -> “Assign to website”: I’m offered the possibility to choose what website i want to copy the data […]
Since upgrading to 2.4.7 I can no longer print any order pdf’s, which is obviously problematic. Exception log below but I am not technical enough to know how to fix it! main.CRITICAL: Error: Call to undefined function MagentoFrameworkFilePdfImageResourcetmpfile() in /home/1125497.cloudwaysapps.com/fxfdjhhsew/public_html/vendor/magento/framework/File/Pdf/ImageResource/ImageFactory.php:69 I am not technical enough to know how to fix […]
I am currently developing an extension for Magento 2 but am facing an issue when I add an editor in the dynamic field. Reference: https://developer.adobe.com/commerce/php/tutorials/admin/create-dynamic-row-configuration/