python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Magento 2 - Custom rest api endpoint for PDF download - net::ERR_HTTP2_PROTOCOL_ERROR 200
I have created custom rest api endpoint in magento for downloading pdf file.
When testing it locally: From separate react JS project I am sending request to that endpoint and file is downloaded succ...
Denis2310
Votes: 0
Answers: 1
I created the Dynamic row in Product edit page using DataProvider. But It not save data. How we can save the data on product edit page?
Want to save these value on save in Product edit page backend. Is there any one who can suggest me the solution
manish negi
Votes: 0
Answers: 0
magento 2 admin form ui component
I want to create ui component with tabs.
I want to my base data shows in general tabs and additional in next.
ui component
<?xml version="1.0" encoding="UTF-8"?>
<form xml...
user2217288
Votes: 0
Answers: 1
Warning: count(): Parameter must be an array or an object that implements Countable in Magento 2.4.3
protected function _saveAppliedTaxes(
Address $address,
$applied,
$amount,
$baseAmount,
$rate
) {
$previouslyAppliedTaxes = $address->getAppliedT...
Keval Chauhan
Votes: 0
Answers: 1