Explore ChatGPT’s multimodal capabilities, from real-time voice interactions to image understanding, and how these enhance creative workflow. Continue reading Multimodal ChatGPT: Working with Voice, Vision, and Images on SitePoint.
Daily Archives: October 4, 2023
Creating orders via REST no problem — similar to https://developer.adobe.com/commerce/webapi/rest/tutorials/orders/order-create-order/ Need to modify the shipping total either before (quote) or after (salesorder) and recalculate order totals — also via REST API. So far the best I can find is to manually recalculate everything and update the salesorder via POST to […]
Instead of edit page I am using a simple file upload form using a block: upload_form.phtml <form method="POST" action="<?=$block->getUrl("/test/uploadcsv");?>" enctype="multipart/form-data"> <input id="emailcsv_uploadform" type="file" name="upload_csv"> <button type="submit">Upload File</button> </form> That is loaded from this template: <?xml version="1.0" ?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <update handle="styles"/> <body> <referenceContainer name="content"> <block name="pcmagas.test.uploadform" class="PcmagasTestBlockAdminhtmlUploadForm" template="upload_form.phtml"/> </referenceContainer> […]
We want to display all the products information in single frontend url. So I followed link and done below configuration. but i did’t got from which url , we can able to get all the product’s information? I have only backend access. Step 1. Navigate to Stores > Settings > […]
In Magento 2, I need to get order collection filter by date range and product set id. I tried this way, not worked.
The order confirmation email was sent as shows in magento admin order page. Reference image. On the same order, it shows ‘Customer Not Notified’. Reference image. How to fix this & what’s the reason ?
I have recently got the idea of deploying a home NAS, since I got a used SAS disk online. But now I realised it’s a nearline SAS disk, and I preemptively bought a SAS controller for my desktop motherboard not knowing if the connection would work. The disk is a […]
Is there any FTP software (I currently use FileZilla on Windows) that hashes all files uploaded… so next time uploading a file os million files… it compares files to hashes and only upload changed/new? If the software supports command line that would be even greater but not a must for […]
I am using Google Chrome v. 117.0.5938.132 and Windows 11. Is there a way to reduce the font and icon size on Google Chrome BOOKMARK BAR ONLY? Just so i can show more bookmarks witout changing anythng else in Chrome nor Windows 11?