How to change the color to gray for all the previous dates including the disabled dates and highlight the present day in the Customized jQuery date picker.

By importing CSS link, it is possible to change the color to gray for all the previous dates including the disabled days and highlight the present day so the customer will not confuse to select the date.As we are using jQuery date picker we need to add this link in the extension and add the… Continue reading How to change the color to gray for all the previous dates including the disabled dates and highlight the present day in the Customized jQuery date picker.

How to use the pattern attribute, to specify regular expression to input value

The pattern attribute, when specified is a regular expression which the input value must match the value of pass constraint validation it must be a valid JavaScript regular expression as used by the reg exp type.The pattern attribute specifies a regular expression form control’s value should match. If a non-null value doesn’t conform to the constraints set by the pattern value,… Continue reading How to use the pattern attribute, to specify regular expression to input value

without extending in the entry file how to display the item description from the view file.

without using the extend method we can create a data view and using the data view from the view files we can display the item description by using this method. We will get the matrix parent and child item details using the code given below initialize: function (options) {var self = this;this.options = optionsthis.pdp =… Continue reading without extending in the entry file how to display the item description from the view file.

How to Create Expandable boxes with Plus and minus on accordion using the java script

In the NetSuite when we give the Product information from the tab data for an item it will be displayed in the website for the particular item.  The Product information will be displayed here under the product details section.  When we click on the “+” button the Product information will be expendable and show the… Continue reading How to Create Expandable boxes with Plus and minus on accordion using the java script

How to add pay now button for making payment in the My account invoice.

Created a new extension as invoice pay now button and extend the view and template .    Added the button in the template and created the pay now button.   Stored the link in a variable and passed the link to the button.  Made the invoice ID dynamic by getting the invoice id and stored in… Continue reading How to add pay now button for making payment in the My account invoice.