By extending the View File from an entry point file of an extension, you can transfer a new variable to the associated template file. Sample code shown below
Month: January 2022
How to add,inactivate and delete customer status.
For adding new status: Setup> Sales>Customer status> New For inactivating or deleting status: Setup> Sales>Customer status. From the list of status, click on the desired one and edit. Check the inactive box for inactivating. From action button, we can select delete option. Click save.
How to create a blog in Magento 2?
Blog is a great thing to implement on your Magento 2 website. It helps you to create a source of traffic and a free place to promote your store.By creating a blog on Magento 2 you build trust and improve customers’ experience on your website. Magento doesn’t have the blog feature by default. So you need… Continue reading How to create a blog in Magento 2?
Adding Captcha to site via Amasty module
General Settings To get the access to the ‘Invisible Captcha’ settings, please go to Stores → Configuration → Amasty extensions → Google Invisible Captcha and expand the General Settings section. We have to generate scre key and site for every domains, we must fill a form to get those keys. Site Key and Secret Key – enter the values of both keys… Continue reading Adding Captcha to site via Amasty module
Git setup in local and live server
If multiple members are simmontenniously working on a project in Magento, it feels difficult to work together so we need a tool to manage the files when multiple members work on the same files or file system. So we use GIT as a solution for the same. Git management in Magento2 projects. Install magento in… Continue reading Git setup in local and live server
The report to show sales rep actual sales VS target
We can assign sales quota for each sales rep(Transaction>Quota/ Forecast > Establish Quotas) for a fiscal year and compare that with actual sales. The Sales Forecast vs. Quota report ( Reports > Forecast > Forecast vs. Quota.)shows each sales rep’s quota for the period you define in the footer of the report. The calculated forecast and… Continue reading The report to show sales rep actual sales VS target
Calling Suitelet from PDF
Create a suitelet script with the required details and return the results. Update PDF with suitelet link and pass the values
Nested Grouping Item list based on the Custom fields
The impact on customer records when the fields names and dropdown values are changed
Impact: We can change the field name, then the new name will replace the old one in the records. We can add new dropdown values. But cannot delete a dropdown value, already used in records. The below given warning message will show. But we can rename the dropdown value
If the G/L Account has currency (other than Bank a/c)
If we provide a currency in a G/L account, then you cannot post transactions into this account in any other currencies. we can only post the transactions related to that particular currency which is specified in the G/L account (COA). For Example, when we select a currency in the journal, the system will list the… Continue reading If the G/L Account has currency (other than Bank a/c)