We want to make changes in the website but the changes shouldnt be made in the theme files than we need to create extension and in that extension we need to make changes first, we need to create extension, then we need to create template file in in extension. than we need to copy template… Continue reading How to make changes in the website created using theme without making changes in theme file by creating new extension
Author: S Hemanth Sai
How to slove issue with Newsletter, “email not subscribed “
IN the newsletter filed , when we try to subscribe new email . than we are uanble to subscribe new mails to the feild it shows an error message ” sorry unable to subscribe mail” . This issue occurs due to permission not enabled in the NetSuite, so to enable the permission Steps go to… Continue reading How to slove issue with Newsletter, “email not subscribed “
How to clear this issue ” Drop down disappering after clicking on it bootstarp datatoggle=”Dropdown issue” “
How to customize the order confirmation email generated from company’s web site
How to convert Date function to different time zones using javascript
I am looking for a function to convert date in one timezone to another. It need two parameters, date (in format “2012/04/10 10:10:30 +0000”) timezone string (“Asia/Jakarta”)
How to fix issue with search bar
I have face issue with when a user inputs a value in the search bar and click the button it either throws an error in the console (Uncaught (in promise) SyntaxError: Unexpected token U in JSON at position 0) and the value passed to the handleSubmit is undefine,than try to create search using this script… Continue reading How to fix issue with search bar
HOW TO FIX “ENOTFOUND” ERROR IN NODE.JS
The ENOTFOUND exception occurs in Node.js when a connection cannot be established to some host due to a DNS error. This usually occurs due to an incorrect host value, or when localhost is not mapped correctly to 127.0.0.1. It can also occur when a domain goes down or no longer exists If we get this… Continue reading HOW TO FIX “ENOTFOUND” ERROR IN NODE.JS
By using accordion button to hiding large text and retreving data
<div class=”accordion”> <div class=”accordion-item”> <div class=”accordion-item-header”> Why is Enlighten better than my budget whitening system? </div> <div class=”accordion-item-body”> <div class=”accordion-item-body-content”> Web Development broadly refers to the tasks associated with developing functional websites and applications for the Internet.</div> </div> </div> <div class=”accordion-item”> <div class=”accordion-item-header”> How Do I Know My Dental Practice Is Right For Enlighten? </div>… Continue reading By using accordion button to hiding large text and retreving data
Add a button to a list page to trigger custom functions
USING JAVASCRIPT
How to add product image zoom on hover using html and css
We can add product image zoom on hover using html and css and it can be responsive CSS code Html code <div class=”row”> <div class=”Product-block col-md-4″> <a href=”> <h3>precision praka jacket</h3> <h2>jackets</h2> <h4<color=”product-image”> <img src=”” class=”zoomover”> </div> </a> </div> <div class=”product-block col-md-4″> <a href=” “> <h3>rommerandamp;seekers</h3> <h2>sumit praka javket</h2> <h4>color:green</h4> <div class=”product-image”> <image src=” ”… Continue reading How to add product image zoom on hover using html and css