New Post: Cart ID Session related Order record anywhere, anyway?
Hello, I was reviewing the section about the cookies that NB Store writes and I noticed that there is one that contains the Cart ID. I checked the database, specifically the NB_Store_Orders table and...
View ArticleNew Post: How to enable or integrate Authorize.Net For DNN 7
Thanks Rob, I have configured the a.net as per steps mentioned in readme.txt. I am facing issues with success and fail message on emptyskin checkout module page, I have created a skin with contentpane...
View ArticleNew Post: How to enable or integrate Authorize.Net For DNN 7
This is the issue with enabling the multiple gateways. In my case i have enable PayPal and Authorize.Net as a payment option that's why the success and fail messages for the a.net was not working, I...
View ArticleNew Post: How to enable or integrate Authorize.Net For DNN 7
hi maniazi, I had the same problem with multiple gateways, the solution for was... In the url string getting passed back from the gateway after sucecess or failuer, you must place the "ORDID" var in...
View ArticleNew Post: How to enable or integrate Authorize.Net For DNN 7
Thanks gmBarlow, My issue was just before this confirmation message, that was just to show the message as per auth.net processing (success/fail), NB_store checkout module on emptySkin page should...
View ArticleNew Post: Problem building the source code
Is there a solution to this? I think I've done everything as documented and I have this same error. I've checked and the file exists in the controls directory. I can run the website that this is...
View ArticleNew Post: How to enable or integrate Authorize.Net For DNN 7
It has to be ORDID and Not ORDERID or the return for multiple gateways won't work properly. See the following post:https://nbstore.codeplex.com/discussions/441524 Regards, Geoff
View ArticleNew Post: How to enable or integrate Authorize.Net For DNN 7
Hi Geoff, As per Authorize.Net gatways module for Nb_Store ReadMe.txt steps, it requires to create two templates one for PamentOK and other for PaymentFail and both templates contains the link as <a...
View ArticleNew Post: Localizing the breadcrumb URLs
Hi, I was able to solve the problem by "detaching" the nb_store category module and assigning a dedicated "Tree Title Html" link, although I am not even using the tree view. Not sure that's the rigth...
View ArticleNew Post: Is there an option to set the backoffice notification emails (eg....
Hi everybody Anyone aware of the possibility to define a language (eg. EN) for all backoffice emails? Currently the products within the backoffice order emails always have the customer's shop language....
View ArticleNew Post: Is there an option to set the backoffice notification emails (eg....
Hi reto, I don't know if this helps but there is an option in the backoffice for merchant.emial and merchant.culture. Merchant email : bo > utils > Settings > notifictions Merchant culture: Bo...
View ArticleNew Post: Is there an option to set the backoffice notification emails (eg....
Hi Geoff Thank you for your response. - Unfortunately it does not fix my problem. Yes I am aware of these settings. The email text labels are all in the desired language, but the product names are not....
View ArticleNew Post: Custom CalcTaxInterface provider Initialization throws exception
Hello, I'm trying to inject some custom tax calculation by way of the CalcTaxInterface and running into a type initializer exception. It is setup like so: namespace:...
View ArticleNew Post: Sorting on xmldata fields
Hi Franco, I think to do this you'll need to change the SPROC.
View ArticleNew Post: Cart ID Session related Order record anywhere, anyway?
The cookie saves the guid on the cart table, this is encrypted on the cookie. When the cart is made into an order the orderid is placed on the cart. Be careful what your doing here with the cart table,...
View ArticleNew Post: Is there an option to set the backoffice notification emails (eg....
hi Reto, I don't know of the top of my head, but it might be the order email of the manager is only using the customer language to display the products. It'll need someone to look into the code and...
View ArticleNew Post: Custom CalcTaxInterface provider Initialization throws exception
Hi, AFAIK as long as you inherit the calctaxinterface and implement... getCartTotals(ByVal PortalID As Integer, ByVal CartID As String, ByVal objCartTotals As CartTotals, ByVal CountryCode As String,...
View ArticleNew Post: Use taxapplies list for tax per county within US state?
The tax list is flexible, you might be able to change this around to do what you need.
View ArticleNew Post: How do i set COD option in NB Store?
Use the "payment by cheque" option and change the templates and text to suit. there are some discussions on this I think, have a look for them.
View ArticleNew Post: Problem building the source code
Hi, It could be that the "NB_Store.vbproj" file is in VS2010 format. I'm not sure if this is backward compatible?? you might been to check all the references and the location of files. I've not used...
View Article