New Post: cart Cleanup schedule
Um!...does it work if you call the sproc, not just run the code? If so then I think it can only be the GetAllPortals() function that is not returning the correct portal data. It does search for all...
View ArticleNew Post: cart redirection to default language
Well those buttons are standard link buttons with a resource key .. resourcekey="cmdBack" so if they are not working it's either the resx file is wrong or DNN bug on localization!
View ArticleNew Post: nb store product sorting....
There's no feature like that in the store. Regards Rob
View ArticleNew Post: cart redirection to default language
Note that that particular key is in the DNN shared or global resource file. Rob
View ArticleNew Post: Multiple catalogues on the same site
One thing that could make it more simple, is to have multiple product lists, one for each category/product type and then you could use a different product template for each.
View ArticleNew Post: Multiple catalogues on the same site
Yes, definitely, multiple listings is indeed the approach we are taking.
View ArticleNew Post: NB Store Cart table grows
Ah!....yes I forgot about that thx for pointing it out, Franco. @Jake, did you check this?
View ArticleNew Post: NB Store Cart table grows
Yeah I saw Francos comment ealier today so I went in and checked and it seems I got the right one. :-) Also when I started it manually yesterday, it ran smoothly and reduced the cart table even further...
View ArticleNew Post: NB store Product detail visibility issue
Hi I have just configured a store and my product detail tab ishttp://development.gfmdesign.co.nz/carly/EveryBodysStool/tabid/2269/ProdID/552/EveryBodys_Stool_LIMITED_EDITION_COLLECTION__THE_SHEL.aspx...
View ArticleNew Post: How to configure NBStore when DNN is installed in a subfolder
Hello, I've installed DNN (7.0.3) with NBStore (2.3.4) under a folder that isn't the root folder. Example : http://myapp.com/website/default.aspx So the DNN root is "/website" instead of the common "/"...
View ArticleNew Post: How to configure NBStore when DNN is installed in a subfolder
Hi epiraux, To answer some questions for you.... in the Mini Cart, the checkout button redirects to /tabid/98/Default.aspx (instead of /website/tabid/98/Default.aspx) __the template for the mini cart...
View ArticleNew Post: NB store Product detail visibility issue
Hi esolpro, have you chacked to see if the 'tabbedcontent.flag' and 'specificationstab.flag' are checked to 'yes'? If this is not the problem check with google chrome (for example) that the pages are...
View ArticleNew Post: How to configure NBStore when DNN is installed in a subfolder
There is no reason I can think of that NB_Store won't work in a subfolder, as long as you do what Geoff has stated, but it is designed and tested to run in a parent portal. So if possible I would avoid...
View ArticleNew Post: Payment On Delivery Gateway
Hi jsvetina, It looks like this is just like any other payment gateway. What to do is to look at the 'Mollie iDEAL' payment gateway (also from Stefan) https://nbstoreidealmollie.codeplex.com , the...
View ArticleNew Post: How to configure NBStore when DNN is installed in a subfolder
And we tell people not to:https://nbstore.codeplex.com/wikipage?title=System%20requirements
View ArticleNew Post: NB store Product detail visibility issue
You won't need the 'specificationstab.flag'. That's just some sample code that can be used to enable an additional rich text field and tab. Like Geoff says - check the 'tabbedcontent.flag' and all the...
View ArticleNew Post: NB Store Cart table grows
As promised, a summary after monitoring the site and its db for a couple of days.Issue: The cart table were growing and the scheduler failed when trying to clean it up. Resulting in the db getting...
View ArticleNew Post: NB store Product detail visibility issue
Thank you Geoff and Rob for the guidance. Yes it was tabbedcontent.flag not set. 1 more quiestion please I have set shipping and but on cart page unable to view shipping country and shipping method...
View ArticleNew Post: NB store Product detail visibility issue
When you create a shipping method, there are checkboxes on the right to make them visible to dealers and non-dealers.. check those Rob
View ArticleNew Post: NB Store Cart table grows
OK thx for the feedback Jake. Al we need now is a cast iron method of stopping robots creating carts :-)
View Article