Questions tagged [product]
Denotes a question related to the Magento products.
13 questions from the last 365 days
0
votes
3
answers
54
views
configurable product
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 ...
1
vote
0
answers
39
views
The live website is not updating with the changes on products
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?...
0
votes
1
answer
83
views
Magento 2.4.6 – Fastest way to create configurable products via API? Is a MAGMI-style DB importer safe?
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/...
0
votes
1
answer
49
views
Magento EE 2.4.7 : PDP & PLP page return Exception #0 (DomainException): Undefined factory none
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 ...
0
votes
0
answers
26
views
How to send each individual products Id of Grouped Products in Magento 2?
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 ...
0
votes
0
answers
38
views
Magento 2 : Delete product from Category using API
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 ...
0
votes
0
answers
30
views
Magento 2 : custom product type like bundle product
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. ...
0
votes
0
answers
38
views
Magento 2 admin product attribute custom validation on backend form
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 =&...
0
votes
1
answer
75
views
New custom product reviews not showing without cache flush
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.
...
0
votes
1
answer
77
views
admin product editing then loader is Infinite loading in magento 2
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.
0
votes
0
answers
44
views
How to create a product viewer using pCon data like this furniture shop?
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 ...
0
votes
0
answers
34
views
Issue with Scheduled Product Export – Need Multi-Sheet CSV
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 ...
0
votes
0
answers
37
views
How can I add multiple product links to the Short Description of product?
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?