Questions tagged [data]
The data tag has no summary.
106 questions
0 votes
0 answers
20 views
2.4.7-p7 Uncaught TypeError: locations.each is not a function
Is there available patch on 2.4.7-p7 version? Here is the issue: Here is the possible core code: vendor/paypal/module-braintree-core/view/adminhtml/web/js/system.js Tried to apply this solution but ...
0 votes
1 answer
75 views
How to scrap image from Magento script type="text/x-magento-init"
I'm using simple_html_dom.php function to scrap data to specific Magento site. I am able to scrap all of the things but can't able to find additional images which are comes from script type="text/...
0 votes
1 answer
74 views
PIM Integrated with Magento Using Customizable Options NOT Configurable Products
I'm looking for PIM or some product data management tool that integrates with a Magento 2 store and utilizes the customizable options (sometimes 30+ options per base SKU), NOT one that uses the ...
0 votes
1 answer
233 views
Can you restore old Magento catalog and product data?
our Magento catalog database has undergone an update which mixed items together and caused chaos. Can we somehow extract old product data (product numbers, categories, which products were contained in ...
0 votes
5 answers
4k views
Magento 2.4.x: How to pass custom variable from controller to phtml file?
Is there a way to pass a variable from controller to a phtml file without using registry? I tried this: Magento 2 pass data from Controller to Block and display in Template but it is not working.
2 votes
4 answers
6k views
Insert data into custom table in magento 2
I have created a custom table in database of magento 2. I want to insert some data into this custom table. I want to pass this data from controller to the custom table in magento 2.4. Please can any ...
0 votes
2 answers
46 views
Get Customer Data By update At Field
we try to get customer data By (Updated_At Field), rest/V1/customers/search?&searchCriteria[filter_groups][0][filters][0][field]=updated_at&searchCriteria[filter_groups][0][filters][0][value]=...
0 votes
1 answer
68 views
How to run the Data Migration Tool with everything except for customer orders?
Magento 1.9.4 --> Magento 2.4.2p1 I mistakenly thought I could run the normal transfer of the Data Migration Tool and then run the delta command just to update the changes done on the original (...