magento2 Questions
2
I have created category "Bag" in Magento 2. having filter attribute:
color
Size
I'm trying to get Filterable Attributes from category "Bag".
I have already done this in Magent...
Karlkarla asked 19/12, 2016 at 11:57
5
I am developing a Magento 2.3 site which was working but has stopped. When I try to get a page up, I get a blank screen. Although it looks empty, it actually contains a little content:
<!docty...
8
Solved
Magento has its own json encode and decode functions:
Mage::helper('core')->jsonEncode($array);
Above code in depreciated in Magento 2. So how to use jsonEncode, what I have to extend to use...
20
Solved
When installing Magento 2.0.2 via composer getting this error:
Problem 1
- Installation request for magento/product-enterprise-edition 2.0.2 -> satisfiable by magento/product-enterprise-editio...
Spermatium asked 5/3, 2016 at 14:37
3
I tried to install extension from the magento market place but I got incompatibility error..
Problem 1
magento/composer-root-update-plugin is locked to version 1.0.0 and an update of this package ...
Wildee asked 28/12, 2020 at 13:39
3
I'm using Magento 2.4.1, installed Social Login Extension and getting below error while login to Instagram, I'm using Hybrid auth libraries to login.
"error_type": "OAuthException&q...
Renaldo asked 30/1, 2020 at 10:53
2
I'm struggling with a big issue, the magento deployment command failed.
php bin/magento deploy:mode:set production
return the following error:
Command returned non-zero exit code:
/usr/bin/php7...
Caritta asked 21/7, 2017 at 20:22
5
Solved
So i've gotten magento 2 working all running fine, I've even started on my own theme, but i've tried to install the sample data after I've installed magento. And it has returned 'Area code not set:...
Spectrochemistry asked 1/2, 2016 at 11:54
16
I want to install sample-data after successfully Magento setup. What is the process of installing the sample-data after Magento installation in Magento2?
Herculie asked 19/9, 2015 at 12:59
5
Solved
Clone fresh Magento 2 instance;
2.Run composer:install
Fatal Error:
PHP Fatal error: Uncaught Error: Undefined class constant 'PRE_COMMAND_RUN'
Creek asked 28/3, 2020 at 6:17
1
I set up new environment on a new computer and installed magento cloud cli. And try to login to cloud account by running magento-cloud login but the link for http://127.0.0.1:5000 always return
Th...
0
override fun submitSupportTicket(createSupportTicket: MutableLiveData,
question: String,
details: String,
department: String,
filePath: String) {
var getSupporttUrl = "https://xxxxxxxx/V1/ecom...
7
In my Magento 2.1.1 shop with 2 custom modules some of my admin content pages are not loading.
(Widget, theme and shedule are loading fine - others not :-( )
For all of these I get "Not registered...
4
Solved
I had an issue when we add a product attribute as a Media Image type. I created the attribute successfully through the backend.
But it is not displaying in the Add Product page in the back end. I ...
Intransigeance asked 4/12, 2015 at 6:48
6
I have created a custom variable from Magento 2 admin (System > Custom Variables). My custom variable code is "test_var".
How can I get that value in a phtml file?
2
Solved
Problem:
When my magento2.3 application redirects user to payment gateway, i can access all the session data. but when it returns backs from there it do not have checkout session data or any sessio...
4
I am trying to customise the admin sale order grid collection.
I have created an custom sale_order attribute store_manager. These store managers are the admin users eg: 'manager1', 'manager2'.
1) ...
Subsidy asked 16/5, 2017 at 12:46
1
I made a module for uploading images in frontend. Magento 2 saves files in a special way. For example:
uploading file - file.png,
path to file - pub/media/[module_folder]/f/i/file.png.
How to ...
Cyclograph asked 16/2, 2016 at 9:52
2
Solved
I try to override
vendor\magento\module-multishipping\view\frontend\templates\checkout\addresses.phtml
I create the layout
app\code\My\CustomModule\view\frontend\layout\multishipping_check...
Yepez asked 8/2, 2016 at 13:52
11
Solved
I have spent a lot of hours trying to remove "My Wish List" and "Compare Products" blocks from Luma template. Besides, I need to change and remove some of the bottom links.
I cannot find where to ...
Carve asked 8/1, 2016 at 1:39
2
Solved
I'm trying to install a module from github using composer, but every time I'm getting same error,
[InvalidArgumentException]
Could not find a matching version of package Worldpay/Worldpay-Magento...
Imprescriptible asked 15/5, 2019 at 11:15
2
Solved
i want to add custom script just after the start of head tag.
like.
<head>
<script>console.log("I'm loaded!");</script>
i tried to add code in default_head_blocks.xml
<ref...
5
Solved
Goodmorning Stackoverflow,
I'm customizing the checkout onepage in Magento 2. Now I'm trying to display placeholders instead of labels in the shipping-address form, but no success till now. I hope...
Frenchman asked 15/2, 2016 at 10:5
14
Solved
Recently I started developing magento 2 projects.
First I tried on Windows with xampp and it was a mess... every refresh page was a nightmare, about 30-40sec to load the page. I read about it, tha...
Mesomorph asked 13/10, 2016 at 10:10
2
Solved
I am trying to do a very basic query via React with Apollo.
When I do this query in GraphiQL I nicely get my results back but in my app I get an undefined data object. And a error with a message: ...
© 2022 - 2025 — McMap. All rights reserved.