New Post: Printing orders
Yep. that's it. I thought that with a simple ctrl-click it would enable pop-ups, but no, one needs to add to the exceptions etc., e.g.: https://support.google.com/chrome/answer/95472?hl=en Thanks Franco
View ArticleNew Post: Request for quotations
Hi Dave, I cannot use the standard only template because I cannot get rid of the 'select payment method' and another text inside. I read somewhere in the forum that they cannot be eliminated, or am I...
View ArticleNew Post: PayPal Issue - don't see option to checkout WITHOUT creating...
chadwixk, I may have a work around for the tax issue. If after setting up the no tax in the states you change the PayPal.gateway template...
View ArticleNew Post: Downloadable products are always downloadable.
Dave, Other than a small change I made to the checkout layout to eliminate the check payment option, I'm using the standard templates. Brian
View ArticleNew Post: PayPal Issue - don't see option to checkout WITHOUT creating...
What you've got there would seem to be fine for US-only stores. I can't see any easy way around the issue unless DNN implements cascading countries>states into the core profiles. The hassle with the...
View ArticleNew Post: Request for quotations
All text in the store is somewhere and can be changed, so don't make your choice based on that. Text is either in the back office settings and templates, or it is in the module resx files in the module...
View ArticleNew Post: Sorting on xmldata fields
Hi Dave, what's the name of the sproc you are suggesting to modify, pelase? Thanks Franco
View ArticleNew Post: Sorting on xmldata fields
Found it: NEvoweb_NB_Store_Products_GetListHere is how we patched it in case others have a similar need. We chose to 'filter' it on a particular portalid, I guess there might be better ways. if...
View ArticleNew Post: Third party API call on Order placement
Does NB store have any event that I can hook onto to make a third party API call on a successful order placement? I need to do an HTTP post to an order fulfillment service once an order is placed so...
View ArticleNew Post: Third party API call on Order placement
This is the checkout code... Case "4" ' AUTO run return for bank objGateway.AutoResponse(PortalId, Request) If Not InternalUpdateInterface.Instance() Is Nothing Then...
View ArticleNew Post: Third party API call on Order placement
Ok it sounds like you are saying I need make a custom payment provider? Just to be clear, I'll need to process the payment via Authorize.NET and ALSO do a HTTP POST to a third party web service for...
View ArticleNew Post: Third party API call on Order placement
Well, you can just use the interfaces, and create a bespoke provider for the interface. There is no real need to create a bespoke gateway provider. But if you are only ever going to use 1 payment...
View ArticleNew Post: Downloadable products are always downloadable.
Hi Brian, I take it you've gone through the setup documentation?https://nbstore.codeplex.com/wikipage?title=Downloadable%20Products&referringTitle=Documentation
View ArticleNew Post: Checkout and pay by email
Hi Guys, I seem to have lost the ability to pay by email. Can you please point me in the right direction so I can rectify this? When I set the settings of the checkout module, it is just blank, Thanks...
View ArticleNew Post: Increase size image in list layout
Hi Robax Thank you for reply Now it fit's perfect! Thank you!
View ArticleNew Post: CONTENT LOCALIZATION ISSUE
Hello, my website is multilingual Italian - english When try to click on english flag on shop page get this error: Shop is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException:...
View ArticleNew Post: CONTENT LOCALIZATION ISSUE
Hello created new website importe products and settings in nbstore activate english language (but not localized content so no page created) Installed Apollo (mm haven't idea of how to use it...) Now...
View ArticleNew Post: CONTENT LOCALIZATION ISSUE
imported products haven't english content Is it possible to import it? Used import function on BO...
View ArticleNew Post: CONTENT LOCALIZATION ISSUE
latest update: same error when click on english flag.... If you want to take a look... Rodolfo
View ArticleNew Post: CONTENT LOCALIZATION ISSUE
Ah!!...my guess here is that the DNN localization created 2 NB_Store modules, one for each language, so you then had 2 sets of data, instead of 1 set of products data with the 2 languages. I think...
View Article