Questions tagged [get]
The get tag has no summary.
23 questions
0 votes
2 answers
156 views
Form submit is not working post mode in the magento 2.4.5
I have phtml file which has submit. I am going to submit with post mode. But get mode is working continuously. Why is the reason? <form id="publication_reg_frm" method="POST" ...
0 votes
1 answer
2k views
Create a REST API to get the data from the custom table in magento 2
I create a database table 'computergames' . Now the table display in postman by get request
1 vote
1 answer
3k views
How i can pass js variable to php file?
i need to pass a variable from file.js to my model.php with rest API in particular get method
0 votes
1 answer
58 views
Admin input value is not accessible after adding the order increment ID while executing the command
I created a custom CLI command where I have to delete the order Items using the Order Increment ID, Item SKU. I used the ask() method after executing the command php bin/magento webkul:orderDelete ...
0 votes
1 answer
168 views
Magento 2 : How to get hreflang from address url?
When i have the address: <link rel = "alternate" hreflang = "de" href = "..." />. I would like to take the hreflang value from this address, meaning "de"....
1 vote
2 answers
3k views
Magento 2: How get All products (2000 products) using Rest API?
I use Magento2. I have 2000 products. I try to get all products, using Rest API. My request str.: GET https:///rest/default/V1/products?searchCriteria[pageSize]=1000. But this is not enough because ...
0 votes
0 answers
67 views
"error": [{ "code": 404, "message": "Request does not match any route."}] error magento1.9
for custom get api request i am getting "Request does not match any route." error api.xml <route_entity> <route>/servicebms/outgoingcall/:k_number/:agent_number/:...
0 votes
1 answer
55 views
How To Get Product Quantity?
I have tried using this code, but it doesn't return the product's quantity private $registry; public function __construct( Template\Context $context, Registry $registry, array $data = []...