Author: Team HiddenTechies (page 2 of 58)

How to Create a Custom PrestaShop Module

Creating a custom module in PrestaShop allows you to extend its functionality without modifying the core files. In this tutorial, we will go step by step to create a basic custom module for PrestaShop 1.7 and later versions. Step 1: Create the Module Folder and Files Navigate to the modules directory of your PrestaShop installation…

How to Comply with the EU General Product Safety Regulations (GPSR) in PrestaShop Ecommerce Stores

For ecommerce businesses operating in the European Union (EU), ensuring compliance with the EU General Product Safety Regulations (GPSR) is a crucial step to protect consumers and avoid legal issues. If you’re running a PrestaShop store, adhering to these regulations will help you maintain product safety standards, which is not only a legal obligation but…

GPSR Compliance for PrestaShop: What You Need to Know & Why It Matters

With the evolving regulatory landscape, ensuring compliance with safety regulations is a top priority for online businesses. The General Product Safety Regulation (GPSR) is a new EU framework designed to enhance product safety across the European market. Here’s why every store owner needs to be aware of GPSR and how it benefits your business. What…

Best Google analytics 4 (GA4) PrestaShop Module For Prestashop Store

The latest version of Google’s web analytics platform is known as GA4, and it offers more features and tools to track and evaluate website performance than its predecessor. This module is designed to integrate Google Analytics 4 – GA4 and Google Tag Manager with PrestaShop 1.7.x and PrestaShop 8.x.x version, providing a comprehensive and adaptable…

What’s new in Magento 2.4.3 | Big Bang from Adobe!

Every new release comes with features that make the E-commerce platform better in various aspects. Magento 2.4.3 introduces enhancements to performance and security plus significant platform improvements. Upgrade to the latest Magento 2.4 version NOW to leverage the features mentioned here! What’s New in Magento 2.4.3? Now let’s devote some more attention to what’s new…

Special Sale on Etrend – High Converting Theme, Additional 20% OFF!

As a PrestaShop & Magento merchant, you probably spend a lot of time thinking about how to scale your business and generate more sales. You could buckle down on advertising, social media or launch a referral program to promote your brand to new audiences. But instead of trying everything, why not try the fundamental ideas…

Magento 2 – How to Set Default Values for System Configuration Fields

In this post I am going to explain how to Set Default Values for System Configuration Fields in Magento 2. First we will make one “system.xml” file at below path. Path: app/code/<vendor>/<module>/etc/adminhtml/system.xml <?xml version=”1.0″ ?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Config:etc/system_file.xsd”> <system> <tab id=”ht” translate=”label” sortOrder=”999999″> <label>HT</label> </tab> <section id=”mymodulesection” translate=”label” type=”text” sortOrder=”30″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″> <class>separator-top</class> <label>My…

Top 10+ Free PrestaShop Themes for 2021

Today we are introduce a 10+ best PrestaShop Free themes for 2021, which all are responsive, easy to use and easy to customize. This all Free PrestaShop Themes are a very useful for growing your ecommerce websites. You can create the best online store with this Free PrestaShop Themes. Check out this excellent collection of…

How to Add Readonly Field in ui_component Form in Magento 2

In this post I am going to explain how to add readonly field in ui_component form in Magento 2. Check the below example code snippet to add readonly field in ui_component. <field name=”identifier” formElement=”hidden”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”dataType” xsi:type=”string”>text</item> <item name=”label” xsi:type=”string” translate=”true”>Identifier</item> <item name=”formElement” xsi:type=”string”>input</item> <item name=”source” xsi:type=”string”>identifier</item> <item name=”dataScope”…

Magento 2 – How to Get Creditmemo Details by Creditmemo Id

In this post I am going to explain how to get creditmemo details by creditmemo id in Magento 2. Using below code snippet you can get creditmemo details by passing creditmemo id. 1. Using Dependency Injection Add below code snippet in Block class. protected $_creditmemoRepositoryInterface; protected $_logger; public function __construct( \Magento\Framework\View\Element\Template\Context $context, \Magento\Sales\Api\CreditmemoRepositoryInterface $creditmemoRepositoryInterface, \Psr\Log\LoggerInterface…

Older posts Newer posts