I am new bee in API development and need to save bulk products in my Magento using API. Do I need to create custom API module or is there any default API to save the products in magneto2? What are the steps I need to follow?
Magento
I’m working on Magento 2.4.x and I want to integrate Magento’s native CAPTCHA functionality into a custom frontend form for better security. I’ve seen CAPTCHA being used on the customer login and registration forms, but I’m unsure how to implement it in my custom form. Here’s what I’ve done so […]
from yesterday, suddently we are facing the issue due to razorpay payment gateway in magento2. (function anonymous( ) { debugger }) checkout got messedup and had to disable it? Any solution?
I need to add groups fieldset or bundle fieldset with “Add Row” section. like – $form = $this->_formFactory->create(); $form->setHtmlIdPrefix('custom_'); $customerId = $this->_coreRegistry->registry( RegistryConstants::CURRENT_CUSTOMER_ID ); $storeid = $this->_storeManager->getStore()->getId(); $fieldset = $form->addFieldset( 'base_fieldset', ['legend' => __('Details')] ); $fieldset->addField( 'percentage', 'text', [ 'name' => 'percentage', 'data-form-part' => $this->getData('target_form'), 'label' => __('Percentage'), 'title' => […]
I’m using Magento 2 Commerce (EE) on Adobe Commerce Cloud and want to issue refunds to a customer’s store credit balance programmatically via the REST API. While I know that store credit functionality is supported natively in Magento Commerce (e.g., refunds to store credit through the admin panel), I’m unable […]
I want to change the background-color from the input field, that works. Also for the .search-autocomplete. But if I go onmousover or click at mobile it will be shown with white background and I can’t find this parameter. Could you help? What I did. –> _extended.less input[type="text"], textarea { background-color […]
I have faced an issue below code i have removed the below code then working filter fine but the page reload. protected function _construct() { parent::_construct(); $this->setId(‘bliss_grid_products’); $this->setDefaultSort(‘entity_id’); $this->setDefaultDir(‘ASC’); $this->setUseAjax(true); if ($this->getRequest()->getParam(‘entity_id’)) { $this->setDefaultFilter([‘in_products’ => 1]); } else { $this->setDefaultFilter([‘in_products’ => 0]); } $this->setSaveParametersInSession(true); }
I have created custom column in sales_order_grid table if I save data in that column not saved but it was saved in sales_order table
I need help with this code I’m writing for GNRE in Espirito Santo, using the SOAP standard (version 1.2), I’m programming in PHP (version 7.2.24), and it’s giving this error: SOAP Error: SOAP-ERROR: Parsing WSDL : Couldn’t load from ‘http://schemas.xmlsoap.org/wsdl/’ : failed to load external entity “http://schemas.xmlsoap.org/wsdl/” follows the code: […]