Skip to main content

Questions tagged [magento2]

Magento 2 is an eCommerce project facilitating the improvement of Magento Core products. Written in PHP-Zend Framework. Available under both open-source and commercial licenses via Adobe Commerce.

magento2
0 votes
0 answers
19 views

Magento 2.4 product details page my custom form submit then get errror

i am created custom module as per requirement.my details page add custom button when click then open popup and submit data. at time my data is save database and admin grid but email not send. i will ...
mohit vamja's user avatar
0 votes
0 answers
27 views

Caching Pages While Ignoring Specific URL Parameters

I am new to Magento and developing a website where certain URL parameters are unique, but do not affect the page content. For example: User 1 visits: example.com/product/view?id=123&example=xyz123 ...
Tadej's user avatar
  • 1
0 votes
0 answers
29 views

magento oauth request_token returns Net::HTTPRetriableError: 302 "Found"

I am using oauth 1 to connect allow users to authorize their Magento store. I keep getting Net::HTTPRetriableError: 302 "Found" when requesting a token. To confirm, site is our magento admin ...
monty_lennie's user avatar
  • 3,171
0 votes
0 answers
20 views

Magento 2 - Filterable product attribute in layered navigation visibility?

Is filterable product attribute visible in layered navigation in magento ONLY when all products have value set for that attribute? I have filterable select attribute which is not required and it is ...
Denis2310's user avatar
  • 1,061
0 votes
1 answer
36 views

I want to add a custom graph to a specific position on the admin dashboard in Magento 2.4, but it isn't working. How can I fix this?

I want to add a custom graph to a specific position on the admin dashboard in Magento 2.4? I have tried this but this does not work. <?xml version="1.0"?> <page xmlns:xsi="http:...
Noob dev's user avatar
0 votes
0 answers
15 views

Magento 2 - Custom product select attribute is not shown in layered navigation

I have created custom product attribute input type select with configuration below in code sample that is provided. After creating attribute I assigned added options to that attribute in magento admin ...
Denis2310's user avatar
  • 1,061
0 votes
0 answers
68 views

magento cloud version upgrade to 2.4.7 completed but getting failed to load component error on checkout page for all custom modules

magento cloud version upgrade to 2.4.7 completed but getting failed to load component error on checkout page for all custom modules. there are lots of error related to system upgrade / compatibility ...
Roshan Rakesh Yadav's user avatar
0 votes
1 answer
31 views

"InvalidCheckoutSessionStatus" Error while firing CompleteCheckoutSession GraphQL End-Point

I am working with Amazon Pay and Adobe Commerce integration. I have Amazon Version 5.14.1. I have integrated this in Headless architecture using GraphQL. I am able to redirect to Amazon page to enter ...
Amit Sankhala's user avatar
0 votes
1 answer
20 views

Changing the default Magento category ID: 2

I am working on a Magento 2 project and need to change the default root category ID, which is currently set to 2, to a different value. I have explored the Magento Admin Panel and database but have ...
user31 dev's user avatar
0 votes
0 answers
23 views

How to remove unused js and css from magento scandi pwa website

In website usually chunk css and js files will be generating while building. how to remove those unused css and js files from our sites to improve site performance. is there any ways to avoid them and ...
Anarghya Hegde's user avatar
0 votes
1 answer
46 views

Configure Docker, Traefik and Bitnami Magento2 for SSL / letsencrypt / certbot

I am trying to configure bitnami's docker implementation of Magento from GitHub to run with Traefik. I have these two files: docker-compose.yml # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-...
I.T. Navigate's user avatar
0 votes
1 answer
132 views

Magento 2 get categories path names from product

I am trying to get for each product the category paths with names and exclude the root category(id 1). I separate them with %% I use this code: <?php $categories = $product->getCategoryIds(); $...
G. G.'s user avatar
  • 281
0 votes
1 answer
28 views

How to upload product image label for all store in magento 2 when import product using csv

How to upload product image label for all store in magento 2 when import product using csv Now we need to add multiple row for same product when want to update images label so can we update using ...
abhishek singh developer's user avatar
0 votes
2 answers
35 views

Migrated from Magento 1.9.2 to 2.4.6-p5, after migration all category urls showing 404

Migrated from Magento 1.9.2 to 2.4.6-p5, after migration all category urls showing 404. Any Idea how to solve this issue? I have tried options like re-indexing, cache clear, setup:upgrade, di-compile, ...
sunil verma's user avatar
0 votes
1 answer
34 views

Influence of _cl tables on product import & incremental indexing

I use SQL Import functionality outside Magento 2 Bootstrap. It perfectly works, but I have a degradation. After 2M imported products daily import benchmark decreased in 3 times. After figuring out I ...
Serghei Topor's user avatar

15 30 50 per page