In small screen devices, when the cart has quite a lot of items in it, a customer scrolls down and edits to update or removes an item, then item will automatically goes all the way to the top of the list again. Stop it from going back to the top of the list. It should… Continue reading Prevent scroll to top functionality in Cart page
Author: Shekha E K
Issue when 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.So after configuring… Continue reading Issue when adding matrix item to cart
Solve Error: System limit for number of file watchers reached , while fetching the theme.
Solution: In the terminal run the code echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p This fixes the error and allows the theme fetch.
Proposal For Check the Possibilities for Box Quantity (Order Quantities in lots)
JIRA : THRD-364 Proposal Summary This proposal covers the possibility for box quantity. Requirement The requirement is to add an option to purchase a definite quantity for the item. The quantity should the multiple of the box quantity. For example: if the box quantity of the item is 2 then the item will be purchase… Continue reading Proposal For Check the Possibilities for Box Quantity (Order Quantities in lots)
Show barcode in wishlist page
Show barcode for each item in wishlist page. JS file Template file : add the variable in the place where required <p class=”wishlist-barcode”>{{wishlistBarcode}}</p>
Proposal For Login Only Works For One Region
Project: THR-436 Requirement Need to work out how to make it so that one login can only be used for one region, therefore so currency & range changes does not confuse the customer if they log into wrong region. customize the login of website so that the customers can login only to their assigned website. … Continue reading Proposal For Login Only Works For One Region
Rename “my list” to “my order form” in the header and my account menu tree
Project: PAPL
Workflow for password resetting
Project: THR-354Add a custom checkbox to the customer record.Create a workflow . In the workflow check if the custom checkbox created is checked. If checked then check the give access Checkbox in the Access subtab of customer record. Then also check the Manually assign or reset password and set a test password. After that send… Continue reading Workflow for password resetting
Proposal For Adding Nickname For Credit Card In Website Checkout Page, My Account Page And Save To Netsuite
Cleerline Technology Group Requirement We are needing a field added to the website checkout page where you can name the different cards you have stored in your customer record. For example: Card ending in 1004 Nickname: Rob Work Card ending in 1111 Nickname: Testing Only Display nickname field on the website checkout page and my… Continue reading Proposal For Adding Nickname For Credit Card In Website Checkout Page, My Account Page And Save To Netsuite
_.find() in Underscore.js
This is the Undescore.js library function that allows us to iterate over your collection and finding the value in that collection based on the algorithm implemented. Following is the way we can use this function. output [2, 4]