This is more a “Is it possible to do it” instead of “How to do it” type of question. I have a custom module where I use the Magento 1.9 cache system to store the path of certain files. For example: Mage::app()->getCache()->save("path/to/file.txt", "MY_CACHE_ID") So, in my cache, I have something […]
Magento
So I’m trying a fresh installation of Magento but I’m getting the following error when installing via composer. It does not prompt me for credentials or anything. Can anyone help?
I am using Magento 2.4.5p1. I have set up Google Analytics 4 via Google Tag Manager and implemented Google Tags. Connection is there, visits and number of purchases are being measured. But value of purchases is not measured. Would this here be the correct setting to measure purchase values in […]
Our product cost change over time, is it posible to save the product cost in the order. Just as the order save the price. This way I can make reports and know the actual cost and revenue of the order. Ideally then calling something like this: foreach ($order->getAllItems() as $orderItem) […]
I have a Porto theme and I would like to adjust filter a little bit. Is there an easy way with some settings, or I should do it completely bespoke? In following picture you will find what I would like to acchieve.
How to define details array in the below request: query{ results( id: "56", details: { name: "yamini", bloodGroup: "AB+" age:25 } ) { message } }
I am required to pass json object in GraphQL Query. Is there any alternate way to do this currently GraphQL support Json as String.
I am trying to create a country dropdown for a custom product attribute. This is the error message: Error: Call to undefined method MagentoDirectoryModelConfigSourceCountry::setAttribute() in /var/www/html/vendor/magento/module-eav/Model/Entity/Attribute/AbstractAttribute.php:652 This is my install: $eavSetup->addAttribute( MagentoCatalogModelProduct::ENTITY, 'countries', [ 'group' => 'Countries', 'type' => 'text', 'frontend' => '', 'label' => 'Countries', 'input' => 'multiselect', 'class' […]