Indian Rupee symbol in advanced pdf template

When missing any symbol from the advanced PDF template, we need to check the fonts established in the PDF. If it’s a standard NetSuite font then the symbols will work. In the case of Chinese font, we need to import new fonts by using TTF file uploading. So we require fonts that support the indian… Continue reading Indian Rupee symbol in advanced pdf template

2FA Authentication verification code not received.

User with 2FA authentication code not received, is usually connected to some problem with app, or Mobile Phone that had to undergo a hard reset, and lost all data. Administrator can try to proceed with 2FA reset for the affected user, under: Setup > User/Roles > Two-Factor Reset Tool, but that will generate following error: You cannot reset the 2FA… Continue reading 2FA Authentication verification code not received.

Limit tags to a pre-defined list in bbpress?

Create a plugin using the code below: <?php /* Plugin Name: Restrict Topic Tags Description: Restricts tags to a pre-defined list. Author: _mr_raptor_ Version: 0.1 */ $allowed_tags = array( ‘test’, ‘test2’, ); function restrict_topic_tags_form( $args = null ) { $defaults = array( ‘topic’ => 0, ‘submit’ => __(‘Add »’), ‘list_id’ => ‘tags-list’ ); $args =… Continue reading Limit tags to a pre-defined list in bbpress?

Published
Categorized as Wordpress

Custom segment and brand customization

For the item record copy-making process for the custom role of Demand Planning Coordinator. Despite inactivating the workflow, the Brand value continues to be set as “General.” We have also created items by making copies from different roles, but the Brand is not being updated. When we tested with the Administrator role the brand was… Continue reading Custom segment and brand customization

Solutions to the Cloudways Server CPU hike

Verified the issues on the server and added some bot blockers to avoid website traffic. Added Robots.txt file exceptions which include having the following permissions 1. Disallow: /app/ 2. Disallow: /bin/ 3. Disallow: /dev/ 4. Disallow: /lib/ 5. Disallow: /phpserver/ 6. Disallow: /pub/ This is included in the basic theme of Luma here we have… Continue reading Solutions to the Cloudways Server CPU hike

Published
Categorized as Magento

Adding Translated Content in Advanced Printouts

nstranslation.load – loads strings for specific keys of specific collections for specific locales. The locales parameter is optional. If not defined, the current locale from FreeMarker is used.In the example that follows, strings with the keys GREETINGS and INTERVAL_1_TO_2 load from the custcollection_testcol collection for the cs_CZ and en_US locales. The translation for cs_CZ contains “Ahoj” and translation for en_US contains “Hello” “collections”:[{“alias”: “myAlias”,“collection”: “custcollection_testcol”,“keys”:… Continue reading Adding Translated Content in Advanced Printouts

3D printing low-run injection molds

This article discusses the use of 3D printing to print molds for low run injection molding. Design considerations, materials, molds configurations and a comparative case study are all included Introduction Injection moldingĀ is the most common method for mass producing plastic parts. It is ideal for producing rapidly very large numbers of identical parts with tight… Continue reading 3D printing low-run injection molds