Recently a client reported an issue that When an instock items ordered through webstore, the order has placed as backorder quantity item. solution: Check if a location is entered on the Sales Order. If not, then a location must be assigned to the Sales Order so that the system will know where to source the… Continue reading Back order issue for instock items
Author: Dilma Joy
Display Barcode Number on eCommerce Site
Client would like to include the barcode number for each item on the eCommerce site, so customers can easily access it. Solution: Create an extension for shopping and myaccount domain Extend product detail full view file and display barcode in the pdp page Make change in the corresponding template
Error while adding matrix item to cart
When a shopper adds a Matrix Item to the cart, an error “Sorry, there is a problem with this Item and can not be purchased at this time. Please check back later.” will pop-up and item cannot be added. One of the possible causes of the issue is a misconfiguration of the Transaction Item Options associated for the Matrix Item. Solution To… Continue reading Error while adding matrix item to cart
Issue with product name in the SCA website
Some of the items name is showing incorrectly with HTML code in the webstore as below image. Solution: Inspect the code and find the class name and search it in the theme. In the theme the code might be having only 2 {}.For example the code might be as follows. For HTML the code changed… Continue reading Issue with product name in the SCA website
Personalized catalog views
PCV enables you to group your customers and give each group access to a tailored selection of items.If we want to show particular items for a set of customers then we can use PCV. To enable personalized catalog views: Go to Setup > Company > Setup Tasks > Enable Features (Administrator). Click the Items & Inventory subtab. Check… Continue reading Personalized catalog views
Add promotion using extensibility API
Applies a promotion to the cart. If the promotion code is valid and successfully applied to the order, the promotion appears in the cart automatically and the order total is updated. Returns a Deferred object. If the promise resolved, it returns a Promise object. If the promise is rejected (because the promotion could not be… Continue reading Add promotion using extensibility API
Remove out of stock items from cart
The REquirement is to remove out of stock items from cart. We have an option in the frontend API. Adding the code below.
Creating an intelligent Handling fee on site
Requirement Creating an intelligent Handling fee on site Handling fee should be implemented at the item level, based off of vendor, and item cost (not selling price) Example: SKU Cost Value $10 SKU with vendor (vendor name: Coilhose) needs a handling fee of $15 on any order below $100. Person purchases said SKU with units… Continue reading Creating an intelligent Handling fee on site
Proposal For Script to populate our Marketing Category field with the category
Proposal Summary This proposal covers the development of Script to populate our Marketing Category field with the category Requirement The Second Source RX-US would like to populate the marketing category field with the category field value. Also, they want to know the items belong to each category. “We essentially have the same issue with the… Continue reading Proposal For Script to populate our Marketing Category field with the category
Limiting ‘out-of-items’ to cart
The requirement is ‘out-of-stock’ items should not be added to the cart. By using the client script this can be achieved. So ‘out-of-stock items will not be added to the cart from any pages. clientscript 1.0