Author: Thara Gopi
Image name format in netsuite
In netsuite image format should give in the format in commerce -website list under image subtab given format Item Name/Number.
After deploy extension is not visible
When we change in an extension and deployed. After activation in netsuite the extension get disappear from extension list. To correct make the extension back change in manifest file in the extension “target_version”: {}. and deploy again and by selecting the extension activate again.
To change button click color
Give the style to the class: -webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation;
Extension to change the quantity validation message in PDP page.
CSS position styles
z-index The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky) and flex items (elements that are direct children of display:flex elements). Note: If two positioned elements… Continue reading CSS position styles
Floating point rounding
site builder PLP & PDP template
In site builder the templates can be in the Web Site Item/Category Templates, In the list find out the theme in the website . The PDP page template is New-Pure Care-Item Template. New-Pure Care is the theme used in the site.
An error occured while processing your credit card. Please contact the merchant for further assistance.
Scenario: When you encounter a Payflowpro Verisign Billing error message “An error occured while processing your credit card. Please contact the merchant for further assistance.” when creating Sales Order from their Webstore in the Release Preview environment, check if you have received an email with the subject “Verisign v3 Billing Failure” and the said error… Continue reading An error occured while processing your credit card. Please contact the merchant for further assistance.
Change text in website with new text using jquery
Use the three methods to set content: text() – Sets or returns the text content of selected elements html() – Sets or returns the content of selected elements (including HTML markup) val() – Sets or returns the value of form fields