New Post: Add Item into Cart by SQL Insert
Thanks, so it make more sense to add the Reference to NBStore Assembly and use the NEvoweb.DNN.Modules.NB_Store Assembly and use the AddItemto Cart Methode to add Items by Code. Is this the best way?...
View ArticleNew Post: popup box close button
hi rob/fahad, I have the same problem and this is not caused by nbs, its been a problem I've had in dnn7 for a long time. i haven't seen a solution on the dnn site either. regards, Geoff
View ArticleNew Post: Add Item into Cart by SQL Insert
If that method offers what u need, id say that's the way to go; Because the more u can do/reuse in the logic layer and avoid setting up new connections to the db layer, the better u preserve the...
View ArticleNew Post: popup box close button
ok, it looked similar to the jQuery UI conflict I had with the store in DNN6 and wasn't able to fully resolve. I'll check it in a moment and just see if there's something I can do for the release.
View ArticleNew Post: sage pay with nbstore
Hi, Is this a gateway your writing or one you've downloaded? Dave.
View ArticleNew Post: sage pay with nbstore
If it's one your writing then look t the documents on building a payment provider....https://nbstore.codeplex.com/releases/view/34143
View ArticleNew Post: popup box close button
Hey Geoff, Its only happening with pages that have the product list added to it. It would be great if there is a solution for it. I am also checking other solutions to see if I can find a work around....
View ArticleNew Post: Productdetail as popup
Hi, is there a way to show the product details as popup? I have to port this website to dnn and NB_Store:http://trendley.com And the product details should show up as you can see...
View ArticleNew Post: Add Item into Cart by SQL Insert
So, this works fine, I can add Items to the cart. But when I go into the Cart all Items are deleted. What do I have to do to keep the items in the cart for checkout process? Thanks in Advance
View ArticleNew Post: NEvoWeb.Modules.NB_Store.CurrentCart.AddItemToCart
Hi, NEvoWeb.Modules.NB_Store.CurrentCart.AddItemToCart this method works fine, I can find my items in the database table but when I go to the Cart Page all Items will be deleted. What do I have to do...
View ArticleNew Post: NEvoWeb.Modules.NB_Store.CurrentCart.AddItemToCart
Hi, I think this is due to the cart working on cookies, your cookie is not existing or not matching the cart and hence it clears the cart. I can't remember off the top of my head but if your logged in...
View ArticleNew Post: cart Cleanup schedule
One thing I noticed is that the real sproc, contrary to what listed in this page https://nbstore.codeplex.com/wikipage?title=Scheduled%20tasks , has a portalid as input and the query includes the...
View ArticleNew Post: Summary Styling (HTML)
Is there a chance to add html in the summery field? This will be a great enhancement. This is the old thread from Charlenehttps://nbstore.codeplex.com/discussions/238868 Thanks Bernd
View ArticleNew Post: Summary Styling (HTML)
Hi, The reason for the textbox and not HTML, is that the summary field is designed to be used as a known content (i.e. Text), so that we can display it easily with tokens in the templates and reports,...
View ArticleNew Post: Summary Styling (HTML)
Note that you can use line breaks in the summary, so long as your template has the [SUMMARYHTML] token in it. And you can of course put some styling and formatting tags around it in the templates if...
View ArticleNew Post: unique properties for products
Hi, I am looking to use NBStore for selling a product which is date based. For example, you can buy the product for 5$ a day from "date_start_ to "date_end". It's not like a rental where the product...
View ArticleNew Post: unique properties for products
You could add a single product with multiple models, one for each number of days... e.g. Days: 1,2,3,4,5,10,20 or whatever is typical. Each model gets its own price. Then add a custom field with a date...
View ArticleNew Post: unique properties for products
robax wrote: ...... Then add a custom field with a date picker to select the start date. The end date would be assumed to be the start date plus the number of days of the model chosen. ........ Thanks...
View ArticleNew Post: unique properties for products
Go through the info on this page:https://nbstore.codeplex.com/wikipage?title=Custom%20Fields There's a note about date pickers at the end. Rob
View ArticleNew Post: Summary Styling (HTML)
Hi, The summary is also used for seo as well, html in alt tags for images and metadata etc. Regards, Geoff
View Article