SilverCart Forum
We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?
You can help us helping you by providing detailed error messages, screenshots and logfile entries.
Page: 1 | ||
Topic Add to Cart | 4694 Views |
Add to Cart
17 November 2011 at 10:00pmIts been a while since i've done anything Js, it seems Add to Cart is created and formatted by Js but i can not find where. This is a screen display/appearance question.
thanks
Ben
Re: Add to Cart
18 November 2011 at 8:41amHi Ben,
the "add to cart" has no JS at all. You may find some CSS3 definitions, e.g. the round corners are done with CSS3. What exactly is your problem?
Cheers,
Roland
Re: Add to Cart
18 November 2011 at 9:15amHi Ben,
the forms are not created by JS. They come from our module "CustomHtmlForm". Maybe it looks like they are being injected by JavaScript since they do not show up in the template.
You can learn more about this awesome module here http://www.silvercart.org/documentation/techbase/develop/how-to-implement-a-customhtmlform/ and here http://www.silvercart.org/documentation/techbase/develop/how-to-extend-a-customhtmlform/
Cheers
Ramon
Re: Add to Cart
18 November 2011 at 8:58pmThanks both of you. that explains why i could not see it in the template and I dont know how I missed it in the css.