How to arrange the column display of values in a report

When we customize the reports by adding filters,the values columns will display in the order of alphabetics. So In this scenario the customer wants to see the profit centers in their website order. As per the standard listing in NetSuite, it will list alphabetically. Solution:If we edit those profit centers name by adding number like… Continue reading How to arrange the column display of values in a report

Products is not showing up on Magento2 subcategory

To show the product, check if the product following options: General->Status = Enabled general->Visibility = Catalog,Search Inventory->Qty > 0 Inventory->Stock Availability = In Stock Websites = checking your site Catgories = checking your category. If you want checking product to subcategory, go to Catalog->Manage Categories->Select your category, open tab Display Settings and change option “Is Anchor” to “Yes”. Save… Continue reading Products is not showing up on Magento2 subcategory

Published
Categorized as Magento

Magento 2 set locale programmatically?

If you want to use translation on external php script. You have to initialize translation using following code after $state->setAreaCode(‘frontend’);.

Published
Categorized as Magento

Commerce Redirect Page

Requirement: Whenever changes happen to item record URL Component (under Webstore subtab) or URL fragment in Category or Subcategory record changes we have to create Redirects (Navigation – Commerce>Hosting>Redirects) Risk Redirects are not Scriptable. Alternative Solution We can potentially use the import option for Redirect creation/Updation (Navigation – Commerce>Hosting>Redirects>Import). We will create a custom record… Continue reading Commerce Redirect Page

Error while Transforming Sales Order to Item Fulfillment

Error Message: Items you have requested in the record have been deleted since you retrieve the form Solution: 1. First, Do the Following: Clear Cache & History Change Browser Change Computer2. Then, check whether you might set an invalid value to a field?3. Also, You might try setting a non-available field’s value? Reason for the… Continue reading Error while Transforming Sales Order to Item Fulfillment

How to create a custom block in Magento 2

1. Add a new PHP class block. Create the file in the following location: and add the following code to it: \Magento\Framework\View\Element\Template — a class from which you inherit your own block that interacts with the template. 2. Add a template file (template .phtml file) Create this file: 3. Combine the PHP class block and the… Continue reading How to create a custom block in Magento 2

Automate Indirect Tax Calculations – NetSuite SuiteTax

SuiteTax is an indirect tax solution used to determine and calculate taxes across multiple tax jurisdictions (US, VAT countries, Brazil and India). Natively built on the NetSuite platform, SuiteTax drives efficiency by integrating transaction tax calculations and reporting functionality within the same suite that companies use for sales, billing, revenue recognition, payment processing, and much… Continue reading Automate Indirect Tax Calculations – NetSuite SuiteTax