Tips
Tutorials and technical solutions for developers, designers, marketers and other specialists.
Shopify Speed Optimization
Here you will find a way to speed up the Shopify website. To optimize the work of pages, you will need to connect a collector to the project (in our example, this is Gulp). Create a directory in the root of your project (for example ./src). And further inside ./src create directories for images – /img, for JS files – […]
How to add refunds and returns policies. Shopify
To provide comprehensive information and ensure customer satisfaction, it is essential to have a well-defined refund and return policy in place for your Shopify store. Follow these steps to add a detailed policy that addresses the concerns and expectations of your customers: Log in to your Shopify store using your credentials. Once logged in, navigate […]
Distributions in Drupal
In Drupal, a distribution refers to a convenient package consisting of Drupal core, contributed modules, themes, and configurations. It allows for effortless installation, enabling the creation of specific types of websites quickly. Distributions are specifically designed for various use cases, such as building news websites or e-commerce platforms. Examples of popular distributions include: Drupal Commerce: […]
Mastering Local Theme Development with Shopify CLI
Shopify CLI is a powerful tool that empowers developers to create and customize Shopify themes locally, enhancing their workflow and efficiency. By utilizing the command-line interface, you can seamlessly set up and modify themes on your local machine before deploying them to your live store. In this article, we will guide you through the step-by-step […]
Drupal modules to create feedback
In Drupal, there are several modules that can be used to create feedback forms and surveys. Some popular options include: Webform This module allows you to create forms and surveys using a drag-and-drop interface, and it includes a wide range of form elements and options. The Webform module in Drupal allows site administrators to create […]
Git Version Control for Shopify Development
Shopify is a popular e-commerce platform that allows businesses to create and manage their online stores. As with any software development project, it’s essential to use version control to manage changes to the codebase effectively. In this text, we’ll explore the steps involved in using version control, specifically Git, to manage Shopify development work. By […]