all i have an old 2013 intel macbook with o/s upgraded to macos 11.5 (big sur) i just installed virtualbox 7.1.6 and installed the developer SDK (prompted for this, i chose “y”) Now, it looks like the Downloads directory permissions are changed and i cant execute “ls” any more from […]
Blog
I am currently building a custom mouse cursor set, and want to figure out how to do a couple of things. First and foremost, I want to make the link select cursor actually change when I click, at the moment it stays static unlike the default hand which will grab […]
Magento, an open-source eCommerce platform, is known for its flexibility and scalability. A major reason for Magento’s popularity is its… Continue reading on Medium »
In today’s competitive digital landscape, having a robust and scalable eCommerce platform is essential for business success. At Amigoways… Continue reading on Medium »
I have created a custom API endpoint for adding products to a specific customers cart. When running it through postman I get this error: Invalid state change requested This is my code: declare(strict_types=1); namespace SulmanTransferBasketModel; use MagentoCatalogModelProductFactory; use MagentoCustomerModelSession; use MagentoQuoteApiCartManagementInterface; use MagentoQuoteApiCartRepositoryInterface; use MagentoStoreModelStoreManagerInterface; use MagentoCustomerModelCustomerFactory; use SulmanTransferBasketApiTransferBasketInterface; class […]
i’m trying to change the column data type from int to decimal for this table – magento_reward (This table is exclusive for Enterprise edition) for the column called – points_balance , so this is how the below column structure in core file looks like (originally) – <column xsi:type="int" name="points_balance" unsigned="true" […]
I’m trying to create an invoice using the Magento REST API (/rest/default/V1/order/{orderId}/invoice) and I’m getting the following error: "message": ""%fieldName" is not supported. Correct the field name and try again.", "parameters": { "fieldName": "AdditionalData" } Here’s the payload I’m sending: { "appendComment": true, "items": [ { "order_item_id": 144, "qty": 1.000000, […]
I recently tried to cleanup partitions on my hard drive and to learn about their use for my windows and linux operating systems. However I am puzzled with a specific partition on my hard drive and whether it can be deleted. Gparted shows the partition in question as an unmounted […]
I have old IDE DVD drive in my laptop. I have to add caddy in its place to attach additional internal hard disk to laptop. When I searched IDE caddy, I did not find it over internet to ship it to India. What should I do to use DVD drive […]