Website search

Searchandising augments the existing search techniques with additional features to create an enhanced and profitable product search experience.  Search Synonyms:  With synonyms, shoppers can use familiar search terms and receive expanded results. A search for a term, also searches for that term’s synonyms. Therefore, synonyms eliminate the need for you to try and include all… Continue reading Website search

Debounce function for type-ahead search results in suitecommerce advanced

You can use the debounce function for type-ahead search results. When a user begins to type a keyword to search for, requests are sent automatically after the third character is entered. As the user types keywords, more requests are sent. This can lead to a potentially high number of unnecessary requests.  For example, if the… Continue reading Debounce function for type-ahead search results in suitecommerce advanced

Search to Get the Percentage of Fulfilled Quantity Out of Ordered Quantity

1. Navigate to Lists > Search > Saved Searches > New > Select Transaction. 2. Under Criteria tab, set the following:Type is Sales OrderDate is (specify a specific period)Main Line is falseTax Line is falseCOGS Line is falseShipping Line is false*Set other criteria needed. 3. Under Results tab, set the following:   NumberNameQuantityQuantity Fulfilled/ReceivedFormula (Percent) > Formula = nvl({quantityshiprecv},0)/nullif(nvl({quantity},0),0)4. Enter a Search Title.5. Hit Save & Run