Retrieve WooCommerce consumer key and consumer secret

Sign in to your WooCommerce account. Navigate to WooCommerce > Settings > API > Keys/Apps Click Add key. Add a description and select the WordPress user for which you want to generate the key. Choose the level of access for this REST API key. Access levels include Read access, Write access, or Read/Write access. Click Generate API key and WooCommerce will generate REST API keys for the selected user. Now that keys have… Continue reading Retrieve WooCommerce consumer key and consumer secret

Show Child Matrix Item Name in Item Saved Search

When creating Item Saved Searches, the Name field displays the parent matrix item name before the matrix child, e.g. Parent Item : Matrix Child. To display the Child Matrix Item Name only, formula text can be used in the search: Under Column sub tab of Results tab, Field: Add Formula (Text) Formula: Enter case when {‌parent} is null then {‌name} else {‌feedname} end Now the search… Continue reading Show Child Matrix Item Name in Item Saved Search

Sublist Action Group

To add Sublist Action Group in workflow, Open the respective workflow, where sublist action group to be added. Double click on the respective state New window opens, click on New Sublist Group 4. Add required fields and condition if necessary. 5. Select “Items” from sublist under parameters tab and click Save 6. Again, double click… Continue reading Sublist Action Group

Cash Sale to Invoice

To replace references to “Cash Sale” with “Invoice” in customer-facing documents (email, pdf forms, etc). Select the transaction form that corresponds to the Cash Sale. Under Printing Fields, select Form Tile and tick the checkbox next to it. Name the label as Invoice and save it. Now Email and PDF template associated with Cash Sale… Continue reading Cash Sale to Invoice

Suite Script Analysis

Suite Script Analysis helps identify potential issues, inefficiencies, and best practices within Suite Script codebase. Select the type, name, context to view performance of specific scripts. Navigation : Customization > Performance > SuiteScript Analysis Filter the scripts with Type, Name and Date SuiteScript details displays data such as the total number of users, logs, and… Continue reading Suite Script Analysis