New Post: Remove Shipping Options
Worked it out... Added this to the customstylesheet.css setting:/* Remove shipping selector radio button */ .AddressSelectorFieldset { display:none; }
View ArticleNew Post: Issue with payments
Any news regarding this issue? Or at least finding what causes it? This is really a show-stopper for us - over 90% of sales have to be fixed manually and that means until we fix them our customer can't...
View ArticleNew Post: Product Details Tabs.
Hi, I followed the instructions on the specificationstab.flag and I get the new tab in the products detail page but when I add in content in the rich text editor and save it the tab is empty, the...
View ArticleNew Post: Make phone required during checkout
Hello All, It might be easy to solve. Is it possible to make phone field required during checkout? Thanks Tadas
View ArticleNew Post: Make phone required during checkout
Have a look at the checkoutaddress.template in the back Office. You'll see in there how fields such as the first name are validated. Do the same for the phone field. Regards Rob
View ArticleNew Post: Product Details Tabs.
I've just checked to see if this feature still works and it's still fine. Just double check the steps... Copy the contents of specificationstabxml.template into productxmldata.template and save it....
View ArticleNew Post: Some URLs not working
Hello community, I just set up NBStore 2.3.8 on DNN 7.2.1. I followed the step by step guide including 7. set up tabs. But some of my buttons/links/images don't work. I am currently running on a local...
View ArticleNew Post: Some URLs not working
Hi, Go into the BO>Admin and do the store validation with the fix checkbox checked. When moving/importing store templates the DB image path keeps the old path. Doing the validation solves this. Also...
View ArticleNew Post: Products on Stock: Are there other ways to show the availability?
Is it possible instead of product quantity (available) show a kind of "traffic lights". e.g. red for 0%, orange for Little 30%, green for 100%, etc.? Best regards Siegfied
View ArticleNew Post: Some URLs not working
leedavi wrote: Hi, Go into the BO>Admin and do the store validation with the fix checkbox checked. When moving/importing store templates the DB image path keeps the old path. Doing the validation...
View ArticleNew Post: Some URLs not working
Peter From your answer above, it would appear that your web.config was set to Advanced. After changing the URL rewriter mode I would strongly recommend that you clear your browser cache and restart...
View ArticleNew Post: Some URLs not working
I am sorry Craig, still same. Web.config shows "humanfriendly". Deleted cache, restarted IIS even did a "Restart DNN Application" from back office. It still shows the same broken URLs. But thank you...
View ArticleNew Post: Products on Stock: Are there other ways to show the availability?
Yes, this feature is present in the module, but not present in the templates, so you have to do the HMTL and CSS yourself. Each product model has a stock and a max-stock field. Use the max-stock field...
View ArticleNew Post: Make phone required during checkout
Hello Robax, Nice to hear from you. I have missed that template somehow. Thanks for pointing me to the right direction. As always your support is perfect. Thanks Tadas
View ArticleNew Post: Products on Stock: Are there other ways to show the availability?
HiRob,thank you!You arereallythegreatest!Best regardsSiegfriedVon: robax [email removed]Gesendet: Mittwoch, 19. März 2014 07:40An: [email removed]Betreff: Re: Products on Stock: Are there other ways to...
View ArticleNew Post: Is this a script error?
If I edit products, then the system is very slow and after some time I get the message: A script on this page may be busy, or it is no longer responding. You can stop or continue the script now to see...
View ArticleNew Post: Logging IP Address
Hi, Great module you guys have done. One question though, I want every order to be stored with the IP Address where the order came from. This is to use if fraud is committed and the police want to...
View ArticleNew Post: Logging IP Address
Not sure if NBS supports that, but your DNN installation shd store the IP addr in its logfile and as it has a datestamp, you shd be able to match it up with the order that was made from that IP addr....
View ArticleNew Post: OPTIONTEXT - Textbox not shown
Hi, I have a template for productdetails that allows the customer to add three lines of text. There are two products that use this template. Product 1 has five options: Colour (Sort order 1) Symbol (2)...
View ArticleNew Post: OPTIONTEXT - Textbox not shown
Hi Michael, My first guess in this is that the product has some kind of option value, which if I recall correctly this turns off the textbox option. So I'd suggest you compare the options in the...
View Article