New Post: Payments - COD
Hi Jure , The main credit goes to Dave for the store, and he will point you in the right direction with this query, however you need to start new threads with new questions, even if they are about the...
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi there, I use the Methode AddItemToCart and it works fine, the Methode add the Product to the cart. My User is logged on, but when I Redirect to Cart all Items will be deleted in the table. Cookies...
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi, I think the problem you have here is a process order issue. The cart check for a cart cookie, which should have the a cartid (GUID I think), it then search for the cart in the DB and displays it....
View ArticleNew Post: Add Item into Cart by SQL Insert
FYA: In version 3 we do intend to address this type of requirement, but I don't think we'll see a stable release of that for at least 3 months.
View ArticleNew Post: Payments - COD
Hi, On this page...https://nbstore.codeplex.com/releases/view/34143 you will find these examples... HowToCreatePaymentProvider.pdf ExampleGateway_source.zip ExampleGatewayCSharp_WithNotifyProvider.zip...
View ArticleNew Post: Import model problems
Hi, It's a long time since I did any importing like this, so I can't remember off the top of my head. But if your trying to "Add" another model, then the original existing model should be there, I...
View ArticleNew Post: cart Cleanup schedule
um!!....yes it does sound different! I'm at a bit of a loss to explain it, but it does sound more like a problem with DNN scheduler not calling the process. The first thing the process does on being...
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi, is there a way to create this cookie by code as well or can I get a look how it will me managed in existing NBStore components? Sincere Guido
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi, so maybe it is a way to look in an other direction. Is there a other way to add items into the cart or is it possible to create that cookie in a artifical way? Sincer Guido
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi, In the CurrentCart.vb there is a functioncalled setCartID Private Shared Sub setCartID(ByVal PortalID As Integer, ByVal cartID As String) Dim CartCookieName As String = "NB_Store_Portal_" If...
View ArticleNew Post: Payment Gateway - Cardnet
Hi, Creating a gateway always depends on what the other side is doing, and sometimes it's a little odd how some gateways work. So it's difficult to give constructive advice without spend a few hours...
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi Dave, sorry for my interruption again. Thanks, I got this code snipped running. But my cart is still empty. In the Page Load Event of Checkout.vb class there will be checked for request Parameter...
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi, I checked the cookie, the CartiD match with record in the NB_Store_Cart, this works fine as well.
View ArticleNew Post: Add Item into Cart by SQL Insert
Hi now it works, I checked the difference between my created Product Item in the Table and the created Item by the Catalog Template. The difference was ProductURL and OptCode,the columns were empty...
View ArticleNew Post: 'Export' exporting product list..
Hi there, I am trying to export a product so I could change its details and bulk import the products. The exported xml thought does not contain any of the product information... just generic details....
View ArticleNew Post: Add Item into Cart by SQL Insert
I appreciate your assistance in this issue. Thanks Guido
View ArticleNew Post: 'Export' exporting product list..
Hi, Looks like your trying to export the product from the DNN settings, and hence getting the module settings export. You need ot go into the Back Office and use the export function in there. Dave.
View ArticleNew Post: 'Export' exporting product list..
Hi Dave, Thanks for that. So it tried Backoffice -> Utilities -> Export I cant find an option to just export one product(including images). So, do I export all the products and then manually...
View ArticleNew Post: 'Export' exporting product list..
Hi, Create a category, move the product into it and only export that category by using the dropdownlist of categories. Dave.
View Article