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

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

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