New Post: Using NB Store as a Quote engine
Hi I have installed NB store and I am really enjoying it. What I want to do however is not to display prices, I just want to be able to add to cart / wishlist. Then the 'shopper' fills in a contact...
View ArticleNew Post: Using NB Store as a Quote engine
Assuming your customers are fully aware that they don't get to see the final price on screen at checkout, id say u could just add zero as price to all the items. When an order is sent, u will access it...
View ArticleNew Post: Page load exception
Hi Dave, I am getting these errors as well. What sort of information you need to find out more and hopefully solve it? Franco
View ArticleNew Post: Dashboard Report Addition Troubles
NBStore 2.3.4 on DNN 6.1.4 Hello, I am trying to a add a new report to the dashboard and having issues. I created a report and it's ref is: Daily_Summary In the dashboard.text I added a token to...
View ArticleNew Post: Dashboard Report Addition Troubles
Resolved! The report wasn't showing up because I had Form parameter inputs. In the SQL, I had set up that if the parameters where null to use a default date range, but apparently, the Dashboard didn't...
View ArticleNew Post: Add column to Admin Orders view?
I would like to add a calculated column to the Admin Orders view. Is there a template way to do this or other means that doesn't access code behind type code that needs to be compiled? I can modify a...
View ArticleNew Post: Word ''from'' before price
Hello. Question. There is a has models/has options TAG TEST in productdetail and productlist template, which shows word ''from'' before price number. But – if models have same price, ''from'' is not...
View ArticleNew Post: Facebook og:image from product
Hi Dave I'm just wondering if ant progress was made on this? I would love to be able to include this feature in our store... Thanks Bryan
View ArticleNew Post: Facebook og:image from product
alwoodjs, has a solution, I've asked him to post it on the thread...http://nbstore.codeplex.com/discussions/326478#post1213366
View ArticleNew Post: Product CSV Import - issue with summary and Description text
I've just checked the code for this...you don't need the CDATA, the import code automatically adds the CDATA for you....hence your error...it has 2 CDATA in the same field. I can't see any reason for...
View ArticleNew Post: product detail lightbox image overlap
Hi Guys, could you help me? I don't know why, but when I click on the image on product detail to see the image, it seems wrong.......
View ArticleNew Post: product detail lightbox image overlap
Try #jquery-overlay{z-index: 999 !important;} #jquery-lightbox{z-index: 1000 !important;} Regards Rob
View ArticleNew Post: Adding Facebook 'Like' button to each product
Dave asked that I post this as it may help someone with the open graph tags. So here goes. I created a new template that I called opengraphheader.template In that template I have the...
View ArticleNew Post: Issue with importing Options
I'm attempting to import options using XML, generated by a program I've written to extract data from my Quote Software (QuoteWerks). As far as I can see, the XML looks fine, but it's only importing the...
View ArticleNew Post: Issue with importing Options
Just saw what could be the issue.... Have <O> </O> inside another <O> </O>
View ArticleNew Post: Adding Facebook 'Like' button to each product
Thanks Jim!!! You have saved me a huge amount of foot stomping and hair pulling. I have implemented your instructions and now have this up and running on my site. Your instructions are nice and clear...
View ArticleNew Post: Phantom Shopping Carts
I'v got an issue where I'm getting a new cart created on one of my websites every 3 minutes. No user registration, no products in the cart (nothing in cartitems table). I'm running IISPeek on the...
View ArticleNew Post: Import with update note removing Models and Options
I noticed if you do an import with update (xml), it doesn't remove models or options that are not part of the new import. Is this by design? Is there a way to remove these without having to go through...
View ArticleNew Post: Show dealer's prize in model tab only for Dealers
David, sorry, I am not really the great jQuery programmer, but how can I do it? I now made the templates in the way that the td-tag of the dealer cost column has a style class named "DealerCost", as...
View ArticleNew Post: Show dealer's prize in model tab only for Dealers
OK, got it - I have to hide the column by default and add a script to display it in the productdetails template - this is really a hack, I would like to get a better method, because no one will...
View Article