Creating a Tax Code

Tax codes determine how much tax our company must bill and pay on each transaction line item.  However, we should review the codes to make sure that the properties on each are set correctly. We can edit the properties in the tax codes, rename the tax codes, or create new tax codes.  The following steps… Continue reading Creating a Tax Code

How to add custom font in Magento 2

Add font files to your local theme directory. For example, app/design/frontend/<your_vendor_name>/<your_theme_name>/web/fonts. To add external fonts, configure the font app/design/frontend/<your_vendor_name>/<your_theme_name>/web/css/source/_typography. The mixin generates the CSS, which includes the font. The following example shows how to generate CSS for the Open Sans font in the Blank theme: @font-face {font-family: ‘Open Sans’;src: url(‘../fonts/opensans/light/opensans-300.eot’);src: url(‘../fonts/opensans/light/opensans-300.eot?#iefix’) format(’embedded-opentype’), url(‘../fonts/opensans/light/opensans-300.woff2’) format(‘woff2’), url(‘../fonts/opensans/light/opensans-300.woff’)… Continue reading How to add custom font in Magento 2

Published
Categorized as Magento

Manufacturing Module Features

Manufacturing processes help organizations create finished goods from raw or semi-finished materials using some combination of labor and machinery. Finished goods are then sold, at a profit, to other manufacturers, wholesalers, or retailers who then sell them to consumers. NetSuite integrates your manufacturing workflow from the sales order and process planning to building goods, tracking… Continue reading Manufacturing Module Features

Get User Information in SCA

UserProfile() Description The UserProfile component enables you to retrieve information about the current web store visitor. The information available depends on whether the visitor is currently logged in, is a registered user but is not logged in, or is an unregistered user. Create an instance of this component by calling container.getComponent(“UserProfile”).

How to change mobile menu breakpoint in Magento 2

Replace style in web\css\source _navigation.less in your custom theme. For Desktop to (your custom width) And for Mobile to (your custom width) Remember one thing you have to add max-width is -1 from min-width. The JS for the menu that has that functionality can be found in lib/web/mage/menu.js First create the folder structure in your theme ex: [Namespace]/[theme_name]/web/mage/ And copy menu.js from lib/web/mage/menu.js to [Namespace]/[theme_name]/web/mage/menu.js And change to

PROPOSAL FOR INVENTORY AGING REPORT

Proposal summary JCurve Solutions would like to create new a report to retrieve data from Purchase orders and Item receipts with getting details from inventory item Lot/ Serial item that are still available on date recall report. In case an item in one purchase order has an item receipt more than one time, it will… Continue reading PROPOSAL FOR INVENTORY AGING REPORT

Possibility of Stay visible search bar for Second Source Rx-USA-NS/SCA

Requirement  Search Bar – Is it possible to have the search bar stay visible, rather than have the customer need to click the magnifying glass?  If so, we would like to make this change.  Solution and Comments  As per the requirement, we’ll make the search visible every time. And it’ll not be needed to click… Continue reading Possibility of Stay visible search bar for Second Source Rx-USA-NS/SCA

Proposal Product Marked with Enquire Button Thermogard-NZ-SCA

Proposal Summary  This proposal includes the possibility of updating the Product Marked with Enquire Button Thermogard-NZ-SCA.  Requirement  Add the same enquire now button that we had at a category level, at an individual item level  Solution and Comments  We can create or update the extension to add this functionality to the PDP page. We assume… Continue reading Proposal Product Marked with Enquire Button Thermogard-NZ-SCA

npm Error on Implementations

In some implementations of Denali R2, the npm install command returns an error. As a result, the installation cannot continue. This error occurs due to a version mismatch with the request HTTP client. You must change the version of the request client to correct the error. Step 1: Modify package.json If you have not already done so, create a… Continue reading npm Error on Implementations