New Post: Downloadable products are always downloadable.
Hi Brian, I can’t check anything without admin access. But looking at what you have I would say you’ve change the default template, but failed to use the correct template test tag to check if a...
View ArticleNew Post: Multilingual website
Hi Fabio, thank you for reply I'm a little bit scared to do this again( had to restart from fresh DNN installation and fresh catalog....) First time issue happened due to page content localization. So,...
View ArticleNew Post: Search engine for custom xml fields
Hi I need to make a new product catalog where each article have 30 external field and a different category have different field... Have you made something similar. I need to make a search engine that...
View ArticleNew Post: Data sheet PDF format
Hi my Nbstore friend. One of my client need to download a PDF datasheet directly from the page article. But the datasheet must be runtime made with the value fields of the article. Than i think to make...
View ArticleNew Post: Downloadable products are always downloadable.
Dave, I really appreciate the time you've spent trying to help me out with this. I'm in the process of uninstalling and re-installing the NB Store module. (Basically, I thought I had reverted all of...
View ArticleNew Post: using nvarchar(max) replacement for ntext
Hi, I second that, I have to run a query concatenating categorydesc and message (back into message) but they are incompatible types. Or can I safely alter the table to convert message to nvarchar(max),...
View ArticleNew Post: using nvarchar(max) replacement for ntext
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: using nvarchar(max) replacement for ntext
Yep, I must have missed this somewhere along the line!...it's probably legacy stuff from when I developed in SQL2000. I think it should be altered, not sure on the impact though?
View ArticleNew Post: using nvarchar(max) replacement for ntext
Can somebody try on a test environment? I better not do that on a live db, I guess ;-) Franco
View ArticleNew Post: using nvarchar(max) replacement for ntext
Hi, I've just tried this ont he demo store... ALTER TABLE NB_Store_ProductLang ALTER COLUMN [Description] nvarchar(max) ALTER TABLE NB_Store_SettingsText ALTER COLUMN [SettingText] nvarchar(max) ALTER...
View ArticleNew Post: Search engine for custom xml fields
Hi, Extra field option of the product shoudl create your fields, but you'll need to change the SPROCS to filter on them!https://nbstore.codeplex.com/wikipage?title=Custom%20Fields I word of warning,...
View ArticleNew Post: Data sheet PDF format
very tricky, you'll need to do some coding, I have got a html to PDF creator example in this project...it might give you some ideas...https://nbrightespace.codeplex.com/ but it's very basic, getting...
View ArticleNew Post: using nvarchar(max) replacement for ntext
Hi Dave, thank you for that, but I was referring to table nb_store_categorylang, column [message[. Could you try that as well, please? Franco
View ArticleNew Post: NBStore multilingial and seo-url-performance-provider module
Hello, i'm about to enable second language on my website (hope with noissue with store and wrong duplicate url) Then, if all was ok, wish to use seo-url-performance-provider from...
View ArticleNew Post: Multilingual website
Hi, Add in DNN languages the languages you want to use in the store You will see the additional flags when your skin support this. Translate the NB-Store core application in...
View ArticleNew Post: NBStore multilingial and seo-url-performance-provider module
Hi, Have a look at OpenUrlRewriter for NB_Sttore Regards, Sacha
View ArticleNew Post: NBStore multilingial and seo-url-performance-provider module
Hello,thank you for reply.Installed module and NBStore provider.made this changes in web.config:<modules><add name="RequestFilter"...
View ArticleNew Post: I installed NB Store but I have a problem
good morning to all. I installed NB Store but I have a problem. Error: NB_Store_ProductList is not currently available. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to...
View ArticleNew Post: importing custom fields (xml data)
On Categories, and the XML IMportIn your XML it doesn't matter what category ID you use, as long as it's consistent within your import file. In the categories section at the end of the file, this...
View Article