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 $ is not defined | 2202 Views |
$ is not defined
1 April 2011 at 3:12amHi,
After successfully running dev/build I now get '$ is not defined' javascript error. I try adding jQuery to /silvercart/templates/Page.ss but now I get 'pixeltricks is not defined'. So there is a missing JavaScript reference somewhere? Do my module folders have to be named anything specific for SilverCart to work?
Thanks
Re: $ is not defined
1 April 2011 at 10:14amHi DaveO,
it seems like the module CustomHtmlForm is missing?
You can download the latest version right here: https://bitbucket.org/silvercart/customhtmlform/downloads
The module names should be like that:
customhtmlform
silvercart
silvercart_payment_prepayment
silvercart_payment_paypal
We are working on our documentation to provide more detailed information to the modules and an enhanced installation guide with screen casts.
Unfortunately we are not done yet.
I hope this hints can solve your problem.
Regards,
Sebastian
Re: $ is not defined
3 April 2011 at 11:07pmHi,
I figured it was becuase I had an old Requirements::clear() call in my Page.php.