Skip to main content

Questions tagged [product]

Denotes a question related to the Magento products.

0 votes
3 answers
54 views

I want to create a configurable product to choose different options and created with the following video: https://www.youtube.com/watch?v=eE77HiN4QsU&t=212s Also when I open now my categoriesite ...
haiflosse's user avatar
1 vote
0 answers
39 views

I'm facing an issue while updating the products. The changes are not saved and reflected to the live website. I have tested all cache and flushes, and still no changes on the website. Can anybody help?...
SA_dev's user avatar
  • 11
0 votes
1 answer
83 views

I’m working on a Magento 2.4.6 project where the ERP sends product data to Magento through a custom REST API endpoint. Our current workflow is slow because Magento’s product creation API (/rest/V1/...
Aniket Singh's user avatar
0 votes
1 answer
49 views

Magento EE 2.4.7, PDP & PLP page return Exception #0 (DomainException): Undefined factory none My home page is working fine but the PLP (Product Listing Page) & PDP (Product Details Page) are ...
zus's user avatar
  • 43
0 votes
0 answers
26 views

I need to be sent the individual product IDs of Grouped Products. By default, Magento sends a grouped product ID for all individual products. Here, how to get individual product IDs of Grouped ...
zus's user avatar
  • 43
0 votes
0 answers
38 views

How can I delete a product from category using API? I tried with: rest/V1/categories/&{category_id}/products/&{sku} and usually works fine. But sometimes I get err msg: "The category ...
Sini's user avatar
  • 11
0 votes
0 answers
30 views

I am making a module Petka/BundleOverride. I want to make a new product type from it. I already made something but, the problem that is doesn't have "Add Options" under the Bundle Items tab. ...
Marko's user avatar
  • 1
0 votes
0 answers
38 views

I have created 2 attributes of product using patch, type : decimal input : text Also created one mixing is file and added my custom rule there but when I tried to add validation using validate_rules =&...
Yogita's user avatar
  • 784
0 votes
1 answer
75 views

I have a module with a custom entity (product reviews) that is responsible for adding reviews to the product and rendering them on the product page in an additional tab. Service contract is present. ...
Dramorian's user avatar
0 votes
1 answer
77 views

When I editing a simple product this time not any issue, but When editing a big product (many Customizable Options) then loader is Infinite loading. I use cloudways server.
Rubel Parvaz's user avatar
0 votes
0 answers
44 views

Summarize the problem: I want to implement a 3D product viewer similar to the one on https://www.bueromoebel-experte.de/. They seem to access and display pCon planner data, which is a standard in the ...
Mart Thomas's user avatar
0 votes
0 answers
34 views

I am facing an issue with scheduled product export in Magento 2. Since CSV files support only 10 lakh rows, I need to split the export into multiple sheets. I have built a custom export model that ...
Jancy Abraham's user avatar
0 votes
0 answers
37 views

I have a product which contains multiple items and would like to add in the links to each of the items web page in the short description section - is this possible?
Jasmine Wu's user avatar