Update the “i” in lowercase on the all the iPhone models.
Author: Dilma Joy
Clearance Sale – Cart , Chekcout, Myaccount
Display the badge for the items in the Myaccount, cart and checkout when the item added under the sale category
Based on the customers subsidiary, display different price for customers in webstore
Display the price in the webstore based on the customers subsidiary. If the customers subsidiary is “OX Tools USA” then display the price level “US 50% OFF” in SB webstore. Other vice, the default behavior should work
Display the item name based on subsidiary
The item name will be displayed based on the subsidiary of the logged in customer. If the customer subsidiary is AU and NZ, use the value from the field “Sales Description”.If the customer subsidiary is USA , use the value from the field “American Description”For all other subsidiary, use the default field value.If no value… Continue reading Display the item name based on subsidiary
Error : ENOSPC : system limit for number of file watchers reached
The error arised when running local server. solution:Enter the following command to resolve this issue: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p