bleroy / Nwazet.Commerce

Idiomatic commerce module for Orchard CMS.
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

Order.cshtml Editor Template needs jQuery Included #34

Closed bleroy closed 8 years ago

bleroy commented 10 years ago

Originally reported by: Jeffrey Olmstead (Bitbucket: ems, GitHub: ems)


Nwazet.Commerce / Views / EditorTemplates / Parts / Order.cshtml needs the following included at line 6:

#!c#
Script.Require("jQuery");

Here is the exact file: https://bitbucket.org/bleroy/nwazet.commerce/src/14283cd581389140b2e2ecf71e7f90d1104044cc/Views/EditorTemplates/Parts/Order.cshtml?at=default

Without the change you cannot add Activities.


bleroy commented 10 years ago

Original comment by Bertrand Le Roy (Bitbucket: bleroy, GitHub: bleroy):


Thanks, it's fixed.