New Post: Check out Remember Address function no showing
Hi Rob & Andre, This seems to work for me. What I did was to add the line: input{position:relative !important;visibility:visible !important;z-index:0 !important} at the bottom of my skin css and...
View ArticleNew Post: Get just the list of category on the first display
Hi Pino, By setting the category module to "static" the module will only show the default category you have selected. If you don't the category menu will change to the category you are viewing for sub...
View ArticleNew Post: Check out Remember Address function no showing
I had removed it - and was trying other things that didnt work. i've re-added it now. it works for the page it's supposed to but if you browse other products they have duplicate checkboxes
View ArticleNew Post: Check out Remember Address function no showing
ok cool. It is likely that there will be some oddities still present such as excessive gaps between input fields and labels. If you find any, let me know and I'll fix that too. I'm going to use this in...
View ArticleNew Post: Addresscollector
Hi Rob, Just working on the site and in the "Page management" for example, it now shows double checkboxes. Regards, Geoff
View ArticleNew Post: Check out Remember Address function no showing
I have the same problem, in the "Page management" for example, the checkboxes are now duplicated. Regards, Geoff
View ArticleNew Post: Check out Remember Address function no showing
OK I've placed it in - if you check my cart or other products they have duplicate check boxes or option boxes.
View ArticleNew Post: Javascript Access to NB_Store?
I am creating a DNN website for a music library that will have many product options (I will create my own linked table to accommodate these parameters in conjunction with the NB_Store products table)....
View ArticleNew Post: Display RRP on product list/detail
Hi Guys, I was wondering if this is possible and what the best approach would be to demonstrate this? Thanks, Andre
View ArticleNew Post: Custom payment gateway
Hi Fahad, I'm having a similar problem with a custom payment gateway. It's working on one site, but in a new one it's giving me an error when i try to go to the payment phase, and redirects me to the...
View ArticleNew Post: Addresscollector
For more info on this please check out this discussion:https://nbstore.codeplex.com/discussions/440049 Geoff
View ArticleNew Post: Display RRP on product list/detail
I'm not sure exactly what you need here, but have a read of this...https://nbstore.codeplex.com/wikipage?title=Custom%20Fields Dave.
View ArticleNew Post: Javascript Access to NB_Store?
Hi JK, You could try using the token system to inject data into in-line js script, but it's not something I've ever tried with the store. I think the problem your going to have is that the original...
View ArticleNew Post: Resize AuthorizeNET Image in checkout page
I'm not sure what image your talking about here, I don't think the gateway itself adds any images, so if you talking about an image displayed after the post to the gateway you'll need to ask them. If...
View ArticleNew Post: AuthorizeNET Redirect Problem
I've just looked at the code and I can't see any obvious reasons why it shouldn't work?? You might need to setup a debug system and trace through the code in Visual Studio in order to find out the...
View ArticleNew Post: Custom payment gateway
Hi Fahad, Thank you for the quick response. I was already wondering if it would be related with some error from the custom provider, since that part of the work that needs to be done is made, but the...
View ArticleNew Post: Display RRP on product list/detail
Normally one would use a custom field to display the RRP, seeing as it is just for informational purposes and doesn't get used in calculations by the store. Rob
View ArticleNew Post: Check out Remember Address function no showing
Ok, put this in either the skin.css or portal.css .dnnRadiobutton,.dnnCheckbox{display:none} input{position:relative !important;visibility:visible !important;z-index:0 !important} That should drop the...
View ArticleNew Post: Get just the list of category on the first display
yes, and now I'm also getting why it is working, thank you again... :) since you used this module in very different and creative ways, let me ask you: is there anyone that tried to use NSstore engine...
View ArticleNew Post: Check out Remember Address function no showing
Hi Guys, I tried Geoff's suggestion first - that didn't work on IE / Firefox for me. I then tried Rob's suggestion and pasted the code into the css override and it worked fantastically on the 2...
View Article