Description : Need to create a new tab on the PDP page. Solution First we need to create a filed in the item field To display the value of an item field on the PDP page, we need to add the field to the detail section of the fieldsets. To add a new tab to… Continue reading Things to be noticed when creating a new tab on the PDP page.
Month: May 2023
Mainframe Testing
The mainframe is a multi-user, high performance and high-speed computer system. The mainframe is the most reliable, scalable, and secured machine systems. In other words, we can say that these systems are used for the intend of larger-scale computing, which involves great availability and safety. The mainframe systems are mostly used in various subdivisions such… Continue reading Mainframe Testing
Redirect Navigation to category page after Log in
As per the default SCA behavior, the My Account Overview page will be displayed after logging into the site. So we have to create an extension to perform this customization, which requires some more time and effort. We can start the development of the requirements after getting your confirmation.
Testing Tips and Hacks to follow :
1.Test Planning -Before you start, establish precise testing objectives and a scope. -Make a test strategy or plan that specifies the testing methodology, resources, and timeframes. -Determine the application’s target market and the setting in which it will be used. 2.Test Design -To choose test cases, use methods like equivalence partitioning and boundary value analysis.… Continue reading Testing Tips and Hacks to follow :
Mastering the Art of Video Editing in Premiere Pro: Unleashing Your Creativity
Introduction:Video editing is a powerful tool that can transform raw footage into a captivating visual story. Adobe Premiere Pro, one of the industry’s leading software, provides a vast array of features and functionalities to help you bring your vision to life. Whether you’re a novice or an experienced editor, this article will guide you through… Continue reading Mastering the Art of Video Editing in Premiere Pro: Unleashing Your Creativity
How to revert a commit pull request in Git
To revert a specific commit using Git commands in the comments section, you can follow these steps: Open your Git client or terminal: You can use the command prompt, Git Bash, or any other terminal emulator that allows you to run Git commands. Navigate to your project directory: Use the cd command to navigate to… Continue reading How to revert a commit pull request in Git
New gulp commands added In 2023.1 SCA Release
With the 2023.1 release, the following updates were made: The following gulp commands have been added and can be used with extension and theme developer tools: gulp reactivate – triggers a reactivation process of all the extensions and themes installed on your website gulp reactivate –async – triggers a reactivation process of all the extension… Continue reading New gulp commands added In 2023.1 SCA Release
How to get Magento 2 customer group ID
To get logged in customer group id directly in phtml without using Dependency Injection, You can use the object manager to get group id in your phtml file. Using Dependency Injection app/code/Vendor/Module/Block/CustomBlock.php Now, you can use the functions in your phtml file as follows. <?php $customer= $block->getLayout()->createBlock(‘JJ\LoggedOut\Block\CustomerGroupId’); $group = $customer->getCustomerGroupId();?>
How to Convert ship method into abbreviated form for displaying in the SCA website.
In the NetSuite the ship method values contains 2 or three words in it for example: “3rd party FedEX” so if any client wants to display on the the abbreviation or a single word we can use the following javascript for converting the ship method. Example: “3rd party FedEX” can be converted into FEDEX and… Continue reading How to Convert ship method into abbreviated form for displaying in the SCA website.
How to set Default Location in Purchase order form.
We can set the default location in a purchase order which is considered as the preferred location. This can be set by Go to Go to Setup → Accounting → Accounting Preferences → Order Management Under the Purchasing subtab, set the Default Location for Purchase orders This can be done only for a single location… Continue reading How to set Default Location in Purchase order form.