I don’t have Java installed in my main Docker, but I’m using ElasticSearch v6.8.3 in another instance. curl -XGET 'http://localhost:9200' Am I vulnerable against Log4j even not running ElasticSearch inside of the same instance?
Magento
Magento 2.4.2-p1 Smartwave Porto theme Amasty extensions I have many Errors in my log files in: /public_html/var/log Some of these log files are getting quite large so I thought if I rename them, the system would just generate a new file? I would also want to do this after correcting […]
I want to get order information using soap API $wsdlUrl = 'http://website.com/soap/default?wsdl=1&services=salesOrderRepositoryV1'; $serviceArgs = array('searchCriteria' => array('filterGroups' => array('filters' => array('field' => 'increment_id', 'value' => '000000002', 'condition_type' => 'eq') ) )); $context = stream_context_create($opts); $soapClient = new SoapClient($wsdlUrl, ['version' => SOAP_1_2, 'stream_context' => $context]); $soapResponse = $soapClient->__call('salesOrderRepositoryV1GetList', $serviceArgs); can anyone […]
The eav_entity_type table contains 4 ‘proper’ EAV entities (customer, customer_address, catalog_category, catalog_product), but also some entities that are not ‘proper’ EAV entities, in the sense that they don’t have their own [x]_entity_varchar/int/text/datetime tables and their models do not implement the MagentoFrameworkApiCustomAttributesDataInterface. Why are these entities referenced in this table?
The total price doesn’t include the tax price. I tried to change the tax settings in admin->stores->configuration->sales->tax. But it’s not working.
I need to show the special_price field on the backend with 4 decimal and without rounding. When I put 4 decimal value in speical_price text field it saves in DB same as I put on the text field but after saving the product it changes into 2 decimal and round […]
Magento Data patches have been highly used and most of the time I don’t see it as required, so I would like to know when it’s a good scenario to use it from your point of view. Bad usage Client manually creates and deletes CMS pages or CMS blocks and […]
I got the shipping address from the customer IP and set it to Quote. And the total price includes the tax price. But I don’t know how to get the tax price. Please let me know.
Situation: Magento 2.4.2 p1 (but was also like this on earlier versions) We have Magento multistore. So example. I create a configurable product from our imprts (emagic manager(. I set ‘manage stock’ for default value of the configurable product to ‘no’ Now as ‘manage stock’ is a global setting I […]