How select button is visible on the Magento admin side?

In the XML file, we need to add the following code. example in which file this should be added, Homepage->ImageUpload->view->adminhtml->ui_component->homepage_imageupload_image_listing.xml And in BannerActions.php Screenshot :

Published
Categorized as Magento

The Major Role of SEO in Boosting Your Online Presence

Using SEO to gain a competitive edge over your rivals is an important factor to consider in a competitive market. This can be achieved by having a professional SEO service that can optimize your website and boost your online presence. This will help you gain more exposure and make your business more successful. SEO is… Continue reading The Major Role of SEO in Boosting Your Online Presence

How to insert ‘&’ in Pdf template

Scenario There are scenarios where users want to include the ‘&’ symbol in their Advanced PDF Template. This can be achieved by using a specific line of code. Solution Navigate to Customization > Forms > Advanced PDF/HTML Templates Preferred Advanced PDF Template: Click Edit Upper right corner: Toggle Source Code Source Code: Add the following code in the preferred part of the template:  Replace … Continue reading How to insert ‘&’ in Pdf template

How to get product collection by product SKU in Magento 2?

You can get product data by product SKU in Magento 2 by below code snippets, <?php namespace Rbj\Training\Block; class Product extends \Magento\Framework\View\Element\Template { /** * Constructor * * @param \Magento\Framework\View\Element\Template\Context $context * @param array $data */ public function __construct( \Magento\Framework\View\Element\Template\Context $context, \Magento\Catalog\Api\ProductRepositoryInterface $productRepository, array $data = [] ) { $this->productRepository = $productRepository; parent::__construct($context, $data); } /** *… Continue reading How to get product collection by product SKU in Magento 2?

Published
Categorized as Magento

How to write HTML code inside

You can do like HTML in PHP : Or You can write like. PHP in HTML : <?php /*Do some PHP calculation or something*/ ?> Means:You can open a PHP tag with <?php, now add your PHP code, then close the tag with ?> and then write your HTML code. When needed to add more PHP, just open another… Continue reading How to write HTML code inside

Published
Categorized as Magento

HealthCare Domain Testing

Healthcare Domain Testing is a process to test healthcare application for various factors like standards, safety, compliance, cross dependency with other entities, etc. The purpose of healthcare domain testing is to ensure quality, reliability, performance, safety and efficiency of the Healthcare application. Basic knowledge of Health Care Domain The entire health care system is weaved with… Continue reading HealthCare Domain Testing