Month: November 2023
Search both non inventory item or an inventory item and either dropship/ special order
Search both non inventory item or an inventory item and either dropship/ special order
Pinterest Event data-Post
Following function can be used to send event data
Setting a custom list as a facet field
The user wants to create a facet field that sources the options from a custom list that they created. Create a Custom List Navigate to Customization > Lists, Records, & Fields > Lists > New Name: Add name depending on user’s preference Values sublist: Add list items depending on user’s preference Fill out other fields as needed ClickSave Create the Item field to be displayed on the web store… Continue reading Setting a custom list as a facet field
Sending Purchase Order to Vendor via Email
A solution is provided by NetSuite to fulfill the specific requirement of dispatching purchase orders to vendors via email during the creation process. This functionality is readily available through a standard feature, ensuring seamless communication with vendors as part of the standard NetSuite capabilities. To enable this capability, follow these simple steps: Navigate to the… Continue reading Sending Purchase Order to Vendor via Email
How to update Product Review Attributes
Product review attribute settings are used to define individual review components for an item. If you do not define any product review attributes for an item, only an overall rating will be displayed for the item on your website. Note Product review attributes cannot be set for Assembly/Bill of Materials items. To define product review… Continue reading How to update Product Review Attributes
Hide Item from a Customer segment
User needs to hide item from a customer segment, such as client segment A, but make it visible to other customer segments, such as client segment B. Solution Navigate to Commerce > Content Management > Commerce Categories Select View beside the Commerce category with the item you want to hide Under Items tab, take note of all the items Go to Lists > Accounting… Continue reading Hide Item from a Customer segment
Create Customer in Shopify using Postman.
Login to the Shopify account.Create a store in shopify. Created a new app , by going in to settings >Apps and sales channels>Develop Apps. Save the API key and Password in a file, Get the Admin access token and save it in a secured file. Go to the postman app or website and the create… Continue reading Create Customer in Shopify using Postman.
Solution for Bulk email sending to all active customers in NetSuite.
The efficient solution for bulk email sending to all active customers in NetSuite is the ‘Mail Merge’ feature. This can be utilized when a common email needs to be sent to all customers, typically containing current offers or other relevant information. In this approach attachment files can also be included with the email. To access… Continue reading Solution for Bulk email sending to all active customers in NetSuite.
Show category image programmatically in magetno 2
There are two options on the Magento to show the category image on the description page In your layout.xml file add below After creating a new file this file add the ViewModel folder and add the code below.file name is CategoryList.php and your template file add the below code. file name is template.phtml 2nd option… Continue reading Show category image programmatically in magetno 2