robax wrote:
The process you have written is working fine. But I need to customize the NB_store module from it's source code.
I have opened the Source Code in Visual Studio and tried to compiled the application but getting errors.
Please help me fix it.
Regards
Solomon S.
Have a look at this page for information on adding custom fields to the checkout:Hi Robax,
https://nbstore.codeplex.com/wikipage?title=Custom%20fields%20in%20the%20checkout
There is also some info at the bottom of this page on inserting a date picker - Some people have trouble with this, usually due to what jQuery code is included in their DNN and/or the store. You'll need to know how to deal with jQuery:
https://nbstore.codeplex.com/wikipage?title=Custom%20Fields
To get the custom field into a specific place you would need to modify the module.. probably checkout.ascx.
Regards
ROb
The process you have written is working fine. But I need to customize the NB_store module from it's source code.
I have opened the Source Code in Visual Studio and tried to compiled the application but getting errors.
'NBrightCore' is not declared. It may be inaccessible due to its protection level.
'NBrightCore' is not declared. It may be inaccessible due to its protection level.
'NBrightCore' is not declared. It may be inaccessible due to its protection level.
in Reference folder it's showing NBrightCore & NBrightDNN dl are missing. I have googled for it didn't get any dll as such.Please help me fix it.
Regards
Solomon S.