How to make changes in the website created using theme without making changes in theme file by creating new extension

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

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 “

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

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