New Post: Customize NB_store through source code
is it possible to modify / customize the source code and published it as module to use it in DNN ? and how ?
View ArticleNew Post: How to customize DNN NB_store Checkout Module
I have a requirement of adding a new field called Delivery Date in 2nd step of NB_store Checkout Module and that should be required field as well as delivery date should be more than today. I need the...
View ArticleNew Post: How to customize DNN NB_store Checkout Module
Have a look at this page for information on adding custom fields to the checkout:https://nbstore.codeplex.com/wikipage?title=Custom%20fields%20in%20the%20checkout There is also some info at the bottom...
View ArticleNew Post: How to resize product detail view image size?
Hi, I set List view image size as 244 and detail view image size as 522 in product list module settings. List view image size display at the size of 244. but detail view image also display at the size...
View ArticleNew Post: Currency symbol not shown?
Hi, I need to display Israel currency symbol in nbstore.. i changed merchant.culture value ---------- he-IL currency.culture value ----------------------- "#0.00" currencyisocode.convert...
View ArticleNew Post: How to resize product detail view image size?
If you have not modified the default templates then the details view image sizing should work as you expect. Is the site visible online? Rob
View ArticleNew Post: CSV Import error
I'm trying to get the import running but get an error which I can't seem to solve: System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleNew Post: How to customize DNN NB_store Checkout Module
Thanks Robax for your quick reply. I am looking at the code now.
View ArticleNew Post: Display price and Discount price....
In my both product list and detail view I need to display selling price and if the product have any discount means need to show discount price also. While creating product I set the selling price. I...
View ArticleNew Post: Display price and Discount price....
Hi there The default store templates already work like this and the demo store is using them. If you are creating your own templates, you can use the complete pricing section from the default...
View ArticleNew Post: Missing NBrightCore & NBrightDNN dll when modifing the source code...
Hi everybody. 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...
View ArticleNew Post: How to customize DNN NB_store Checkout Module
robax wrote: Have a look at this page for information on adding custom fields to the checkout:https://nbstore.codeplex.com/wikipage?title=Custom%20fields%20in%20the%20checkout There is also some info...
View ArticleNew Post: Missing NBrightCore & NBrightDNN dll when modifing the source code...
You must be using v2.4 Alpha, have a read of the NBrightBuySetup setup document here..http://nbstore.codeplex.com/releases/view/120284 Keep in mind that v2.4 is counted as not stable and will not be...
View ArticleNew Post: Missing NBrightCore & NBrightDNN dll when modifing the source code...
leedavi wrote: You must be using v2.4 Alpha, have a read of the NBrightBuySetup setup document here..http://nbstore.codeplex.com/releases/view/120284 Keep in mind that v2.4 is counted as not stable and...
View ArticleNew Post: Missing NBrightCore & NBrightDNN dll when modifing the source code...
The document I pointed you too explains how to setup dev environment and compile.
View ArticleNew Post: Missing NBrightCore & NBrightDNN dll when modifing the source code...
leedavi wrote: The document I pointed you too explains how to setup dev environment and compile. Okie Thanks Leedavi. If further assistance required I'll let you know. Regards Solomon S.
View ArticleNew Post: Filter by price from / to
Hi All, Is there a possibility to filter by price? It is possible to filter by price high to low and vice versa. But what I would like to filter by price from / to. This may be via a URL or anderes. Or...
View ArticleNew Post: Filter by price from / to
Hi Ray In the current store you can sort by price, ascending and descending by query string. The dropdown at the top of the product list uses this. Use that and look at the URL. The only other way to...
View ArticleNew Post: PayPal AutoReturn ERROR
HI, I am encountering the standard PayPal AutoReturn ERROR on a site that has been operational for several years, and has had no DNN updates - still sitting at 5.06.08. The windows server it runs on...
View ArticleNew Post: Unable to hide pay by cheque
Hi Guys, I unticked standard on checkout settings but pay by cheque still remains. Please help? How else can I hide? I tried to restart store app and clear cache
View Article