Learn how to build your first Chat Plugin for ChatGPT using JavaScript and Express and have a working plugin within 5 minutes Continue reading Build Your First JavaScript ChatGPT Plugin on SitePoint.
Daily Archives: May 23, 2023
I’ve created a module to notify the customer when a custom carrier has been added. I’ve used an observer on the sales_order_shipment_save_after event but the tracking info and items ordered are empty in the shipment email. I’m guessing I need to load the tracking info and order items into the […]
I’ve installed the SquareUp payment method, but there’s an issue with the theme I’m using where the form code is injected before the window.checkoutConfig code (which is required for the checkout) and as such the form doesn’t display on the frontend due to the JS errors. How do I move […]
I want to show different header and footer for the guest users and default one for the logged-in users. What is the right way to do so ? AND using the custom module to achieve this.
How to add more order statuses to orders grid bulk actions drop down to update one or more orders status at a time by selecting the check box of orders.
I need help on to correct my implementation on validating the email if it’s already exists. Anyone knows what’s wrong with my code? It is not validating this part. It will save even if the email already exists in db. if ($existingFeedback->getId()) { $result = ['success' => false, 'error' => […]
I realized that the audio jack connectors in front of my case don’t work. After opening the case, it’s obvious, there is no cable connected. The motherboard is a Gigabyte Z87P-D3 and the case a Fractal Design R2. I’d like to buy that cable but I couldn’t figure out its […]
I absolutely can not stand this feature. If I cant easily remove it, I will probably end up switching to open office. I don’t like seeing annoying pop ups, PERIOD. Why can’t microsoft design software for sensitive people instead of amateurs that need silly features like this that are annoying? […]
I work for an apparel company. We have image boards containing all seasonal designs, and a matching excel grid containing other useful information. Here is a small board with images: The order of the board images is important, so I need to be able to sort my excel grid by […]