Discover how to use the plugin Icons8 Background Remover to quickly and easily remove backgrounds from images in Figma Continue reading Quick Tip: Removing the Background from an Image in Figma on SitePoint.
Monthly Archives: March 2023
New to setting up AWS CloudFront? Follow our step-by-step tutorial, including common pitfalls and important config settings for Amazon’s CDN. Continue reading AWS Cloudfront Tutorial: Setup and Configuration on SitePoint.
Kubernetes is great when it works, but there’s lots of gotcha’s. We cover 14 common problems from monitoring to persistent storage and unauthorized access errors. Continue reading Troubleshooting Kubernetes: Unauthorized Access and More on SitePoint.
We compare Kubernetes and Docker based on performance, ease of deployment, scalability, security and cost-effectiveness. Continue reading Kubernetes vs Docker: Key Engineering Considerations on SitePoint.
Learn how to configure Vue.js for the first time, 10 best practices, and common Vue.js pitfalls in this popular JavaScript framework. Continue reading Vue.js Tutorial: Getting Started & 10 Best Practices on SitePoint.
I have an attribute product that is a multiple select. I need to fill it with many operation options to select from, like a thousand or more. Is there the possibility to put this multiple selection in a modal using a grid or some kind of filter so that it […]
I’m new in magento 2, my question is how to send parameters with results responses to another url whenever i click “Place Order” and before proceeding to success page. Using event and Observer. Please help. Thank you in advance.
We have added some additional sortable / filterable columns to sales order grid using some basic joins. This would be the relevant code regarding data app/code/Vendor/Module/etc/di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoFrameworkViewElementUiComponentDataProviderCollectionFactory"> <arguments> <argument name="collections" xsi:type="array"> <item name="sales_order_grid_data_source" xsi:type="string">VendorModuleModelResourceModelOrderGridCollection</item> </argument> </arguments> </type> <type name="SinapsisOrderGridModelResourceModelOrderGridCollection"> <arguments> <argument name="mainTable" xsi:type="string">sales_order_grid</argument> <argument […]
I’m looking for a possibility in the catalog to display the item prices gross for non-registered and standard users, and net for the dealer customer group. Is there any way at all? Best regards