I’m trying to update a magento2.3.4 store to magento2.3.6-p1 using composer, composer-1 require magento/product-community-edition=2.3.6-p1 What could it be? any help is appreciated… update: I edited all the composer.json file with the correct specifications to magento2.3.6-p1, and when a run composer-1 update it returns:
Magento
I displayed a custom text filed under order comments. But i am unable to save that value using observer. I tried lot but couldn’t able get that text value. I checked the network call there it sends the value to the controller. Pls help
Im not sure what is going wrong. Im using 3 websites for 3 different domains on Magento 2.4.2 Everywebsite working correct. But in log file I see everytime: {"0":"The store that was requested wasn't found. Verify the store and try again.","1"
I’m trying to make some minor tweaks to two files within the PayPal_Braintree module. I’ve added them to my custom theme, but they do not seem to take. I think my file path is correct … but maybe not? /app/design/frontend/VENDOR/default/PayPal_BraintreeCore/web/js/view/payment/adapter.js The code that I want to modify: /** * Setup […]
When I try to login to the admin panel, I get the following error: ‘An error has happened during application run. See exception log for details.’ After cleaning the cookies, the error disappears and it turns out to go to the admin panel. How can this be fixed?
So I’m trying to create dependent field, that would appear if the respective drop-down value will be chosen. My widget.xml looks like this: <widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Widget:etc/widget.xsd"> <widget id="DemoWidget" class="DemoDemoWidgetBlockWidgetDemo" placeholder_image="Demo_DemoWidget::logo.png"> <label translate="true">Demo Widget</label> <description translate="true">Demo widget</description> <parameters> <parameter name="is_enabled" xsi:type="select" visible="true" sort_order="10"> <label translate="true">Is Enabled?</label> <options> <option name="1" value="1"> <label>Yes</label> […]
Hello i’m trying to install a plugin with composer in Magento 2.4.4 but how can i fix following error? Thanks
I’m trying to use Chroma library in Magento and so far I did the following two things: Created a app/design/frontend/Vendor/Theme/requirejs-config.js with the following content: var config = { deps: [ 'js/chroma.min', 'js/_sample', ] }; and a _sample.js file in app/design/frontend/Vendor/Theme/web/js/_sample.js with the following code: chromaColor = chroma.random(); A pretty straightforward […]