New Post: Issue with payments
Source code available here: https://nbstorepaypal.codeplex.com/
View ArticleNew Post: Show category only for cetain user role
The only way you can do that is to mark the category as hidden and then create an html link to the category/s and place it in an HTML module secured to the role. ROb
View ArticleNew Post: Product detail issue
Thanks, now i've only to improve my HTML and CSS skills. Have a nice day Andrea
View ArticleNew Post: Big error 404 file not found
Yes, I think I saw this on a test system, as I recall updating the web.config to “humanfriendly” solved it for me…do you find that doesn't work?? what url is it?
View ArticleNew Post: Big error 404 file not found
Can I send you a private admin user? can you tell me the modify you have made to the man friendly on the web.config in my web.config I don't have humanfriendly key?!? The error appear when:In the...
View ArticleNew Post: Big error 404 file not found
Look for the following in the web.config:<friendlyUrl defaultProvider="DNNFriendlyUrl"> <providers> <clear /> <add name="DNNFriendlyUrl"...
View ArticleNew Post: Product price dislpayed in another HTML module
Hi, as i wrote, i would display the product price, in another HTML module (on another page) in addition to the store area, to create a sort of dynamic table eg: like a product dedicated page. I wanna...
View ArticleNew Post: Big error 404 file not found
Hi Technica thanks but your solution don't solve my problem! I think that isn't a url problem.....
View ArticleNew Post: Big error 404 file not found
You may have to clear the browser cache when changing the urlFormat for the change to work.
View ArticleNew Post: Big error 404 file not found
If you change the %2f in the url parameter to / does that solve the 404 error? for example enter the following in your...
View ArticleNew Post: Big error 404 file not found
oh! my god I find the solution and i don't understand why but last week i try to enlarge the maximum upload for the file to 30Mb i modify the web config adding in...
View ArticleNew Post: Big error 404 file not found
I think maybe changing the web.config caused a clearing of all cache and started the humanfriednly url.. I have this on my dev website ..<httpRuntime shutdownTimeout="520" executionTimeout="1900"...
View ArticleNew Post: Product price dislpayed in another HTML module
It's technically possible by using the XmlConnector to make a ajax call, and setting up the required feeder.settings and reports. But I don't think any examples exist for it. You'll need to review the...
View ArticleNew Post: Product price dislpayed in another HTML module
Well, in this case i don't know where to start. First cause i don't know where i can find the XmlConnector, and after cause i don't know how make an ajax call. I thinked to (maybe i'm saying a giant...
View ArticleNew Post: How can I edit the template for checkout steps 1 and 4
OK thanks for that advice :-) Regards, jeanet
View ArticleNew Post: Product price dislpayed in another HTML module
I don't know what you're really trying to do, but the product list module uses templates for list and details views and there are tokens for the price... couldn't you just make a custom details...
View ArticleNew Post: Product price dislpayed in another HTML module
What i need to do is: I've got a product in nb store, the same product has a dedicated page on the site. Now, i would like to link the price, description ecc....some fields, of the product page in nb...
View ArticleNew Post: Product price dislpayed in another HTML module
It sounds like you could do like I suggested.. create a custom store template that shows what you want.. e.g. the table, and use the product list module with that template applied as the details...
View ArticleNew Post: Product price dislpayed in another HTML module
Ok, i'll try to do as you suggest. Thnask for the answer, have a nice day. Andrea
View ArticleNew Post: Paypal IPN don't work! (DNN7.2.1 NDStore 2.3.8)
Hi Leedavi, thanks for source code version! I've debug on DNN 7.2.1 and solved at least on testing site! The problem is that it is not conclusive change the IPN url on Paypal webste from...
View Article