I am trying to embed product on static html page. But i keep getting error javascript TypeError: e.indexOf is not a function
trying to embed on home page. my installation is at .com/store and trying to embed at .com
can anyone help??
Only feature for which i opted to abantecart over woocommerce was ability to embed products on static pages.
Looks like made wrong choice of using this cart system.
Post url with problem or html source so others can see and help
solved it after hours of racking of brain.
e.indexOf error in console screwed me and i dwelled into the javascript.
and the problem was because of css.
.fade:not(.show) {
opacity: 0;
}
Changed 0 to 1. and it is working as it should.
Thank you jitu1977 for posting solution