You can see people browsing your website under Customers -> Now Online. Control elements The Customers Now Online screen offers only several control elements. You don’t have either a standard search field on the top left above the grid or a dropdown with actions below. However, the top right area above the Customers Now Online grid lets you apply filters, switch… Continue reading Customers Now Online
Month: April 2022
Getting Product image from product Id -magento 2
Here is an example how to get the product image from the backend to frontend website page. This is the code you can use in your phtml file to get the image from the _product collection. In the head section we have to add two lib- For additional sections you can also add some custom… Continue reading Getting Product image from product Id -magento 2
To create a product feed file for upload to a shopping search engine:
Go to Commerce > Site Builder > Marketing / Upsell > Product Feeds Select a product feed from the list. The data for your product feed displays on the results screen.NetSuite provides the basic required fields. However, if you want to add additional fields, or you need to provide information specific to the products you… Continue reading To create a product feed file for upload to a shopping search engine:
How to create workflow to send email upon order approval for orders from webstore?
Created a work flow and give the basic details name,idSelect record type as transaction and sub type as sales order.Event type as Approve.Here we want to set context as user interface and we need to check whether this order is created from website. for this we give condition whether that sales order source the the… Continue reading How to create workflow to send email upon order approval for orders from webstore?
SWYFT-203-Link for inbound Shipments in Purchase Order
Çustom Button to print the pdf in the invoice record.
Requirement of the client is to print the packing slip in the invoice record. For that a custom button have to be added in the invoice record. Then pass the suitelet id in clientscript. UserEventScript to create a custom button in the invoice record to print the packing slip. Clientscript to passing the script id… Continue reading Çustom Button to print the pdf in the invoice record.
Inventory Workflow
The goal of inventory management is to get your product to your customer in the shortest amount of time and at the lowest cost. This helps maintain quality and customer service. One means to achieve this goal is continuous examination of inventory workflow processes and acting on your analysis. The diagram below illustrates the processes… Continue reading Inventory Workflow
Proposal for EFT file format
RequirementPure care currently uses ACH Coastal but wants to switch to the electronic bank paymentsNetSuite app as the Coastal option is soon obsolete. The bundle for electronic bank paymentshas already been installed.Pure care pay vendors by direct deposit into their bank account and take funds from theircustomer’s bank accounts by EFT and deposit the funds… Continue reading Proposal for EFT file format
Drop down arrow in select boxes
By default there is a drop-down arrow present in Html <select> tag,but some times HTML select boxes do not show the drop down arrow.To resolve this issue we can use the below code in the SCSS file. select { -webkit-appearance: listbox !important; } Note:It will affect all the <select tags>
Deployment error in elbrus
Error in terminal while deploying to elbrus version of SCA This is solved by enabling the authentication for older versions.Follow the same steps mentioned here http://jobinandjismi.in/enable-token-based-authentication-montblanc-vinson-elbrus-and-kilimanjaro/