Recently we faced an issue that while updating the quantity of the “saved for later items” items in website,getting an error message in the items of cart as below. So, Understood that this field has values greater than its maximum number allowed. Inspected the console and checked the network tab and checked payload. So understood… Continue reading Showing error message in the cart items while updating the quantity in website for “saved for later” items
Author: Dilma Joy
Show custom product for special customer
Requirement is to show custom product only for special customers. The item should not be available for any other customer and also it should not available in logout condition. So for that we created an item field and in that field we can add the customer name , so the customer which is mentioned in… Continue reading Show custom product for special customer
Show different placeholder text for mobile and desktop
Requirement is to make the placeholder text different for mobile as well as desktop. Example: The placeholder that need to show in the mobile device is “” and in the desktop need to be “”. For that first get the screen width in the JavaScript file and pass that value to ‘getcontext’ and then update… Continue reading Show different placeholder text for mobile and desktop
PROPOSAL FOR CHANGING THE CHILD ITEM DETAILS ON PDP PAGE
Proposal Summary This proposal covers the development of showing the child item details on PDP page of the website based on the selected option in the Cleerline website. Requirement When selecting any option in the PDP page, the corresponding details of that child item need to show in that page. Our solution If we are… Continue reading PROPOSAL FOR CHANGING THE CHILD ITEM DETAILS ON PDP PAGE
Show available quantity on Quickview page
Requirement is to show available quantity in the quickview popup Javascript entry point file
Adding condition in Email template
We have met a scenario where we need to take the difference between two field and convert that answer in to 2 decimal points Here the two field are ‘transaction.shippingcost’ and ‘transaction.custbody_srtipesubtotal’. So taking the difference between these fields and assigning that two a variable ‘shippingcostvalue’ .Then checking whether the variable ‘shippingcostvalue’ has content. If… Continue reading Adding condition in Email template
Add link in Advanced PDF template
Show a link in advanced pdf if the field has value. Sample code is adding below. <#if record.custbody_jj_stripepaymentlink?has_content>click here</#if> so, it will check ‘record.custbody_jj_stripepaymentlink’ field has value or not. If there is value, then it will show the field in the template.
Solution for minicart issue in the home page
Recently we faced an issue that the cart in the home page is not working. Deactivated all the extensions and used base theme but still the issue was there. The issue was due to SMT. In SMT, for the botostarpa and all, we used external link. Due to the external link the cart was not… Continue reading Solution for minicart issue in the home page
Show category based on domain
If category needs to show based on domain, then we can achieve it by using extension in SCA. Create a field in the commerce category to select the domains. And by using saved search get the categories belong to the given domain. Then extend the Categories’ in ‘suitescript’ to show the result categories in the… Continue reading Show category based on domain
Proposal For Display Linked Accounts In Website
Proposal Summary This proposal covers the scope of making, Display Linked Accounts in Website in the Second Source website domains Requirement The Linked Accounts should show up on the Website like they do in Customer Center. Our Solution We have analysed the requirement and we don’t have any default features to achieve the solution. The… Continue reading Proposal For Display Linked Accounts In Website