Skip to content

Magento js validation

I want to have the validation for my Html code, I have added the related code to it, but still does not work, please help. <div class=”component-wrapper”> <div class=”field”> <label class=”label” for=”email”><span data-bind=”i18n: ‘New Customer'”></span></label> <div class=”control” data-mage-init='{“validation”:{}}’> <input name=”customername”… Read More »Magento js validation

How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3?

can you please help me How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3 ? I have tried below command but it’s displaying the 2.4.3-beta1 version. composer require “magento/magento-cloud-metapackage”:”>=2.4.3-p3 <2.4.5″ –no-update composer update

Magento Translation

Can Anybody Please tell me when we should use %1 or {0} in the Magento Translation? In my opinion, I think One is used for the guest and the other is used for the Login Customer.

Admin Edit Page tab add button

I create Admin Edit Page tab for customer use this tuturial https://www.rakeshjesadiya.com/create-tab-in-admin-customer-edit-page-in-magento-2/ How to add button ‘edit’ to populate my table from as admin i use template <div class=”fieldset-wrapper customer-information”> <div class=”fieldset-wrapper-title”> <span class=”title”><?php /* @escapeNotVerified */ echo __(‘Information for… Read More »Admin Edit Page tab add button