In PLP quick view by selecting the item options the add to quote button will get active. BY clicking add to quote button a popup will show .The parent item will added the Quote request with the selected quantity. A link to request the quote is given in the pop up message as “Quote Request… Continue reading Quotes functionality in website
Tag: sca
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
Item PDP shows Error: Item No Longer Available
Resolving Item No Longer Available issue
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
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.