New Post: NB_Store_Checkout.xml Settings Not Working?
The xml file only provides the initial settings for the module. To change them after, go into the module settings. Regards Rob
View ArticleNew Post: NB_Store_Checkout.xml Settings Not Working?
Thank you Rob. That did it! Forgot about looking for settings in the standard module settings. Was looking in the Admin sections.
View ArticleNew Post: checkout confirmation stage and paypal payment not verified
Hello. I've been checking any letter of the code, trying all possible combinations in clicking speed, with auto return or not, but the results are always the same: summarizing, it seems that it's not...
View ArticleNew Post: Issue with payments
Hi, @chadwixk, In theory if you have IPN working there should be no need of forcing the client back to the site. @537mfb, Um!!...yes maybe that email sent was triggered by you editing the order. But...
View ArticleNew Post: Issue with payments
Hello, I posted yesterday this, and I'm moving my open thread here, since it is just the same issue... I've been checking any letter of the code, trying all possible combinations in clicking speed,...
View ArticleNew Post: checkout confirmation stage and paypal payment not verified
Hello I move it here:https://nbstore.codeplex.com/discussions/472056 thanks
View ArticleNew Post: product id number
Hello, Is it possible to change the product id number. I imported products from one installation to another and the product id numbers changed. Thank you for your help.
View ArticleNew Post: product id number
Hi, No the productid is linked to the DB and will always change on import. You should use the productref, this is static across systems and is used to update products during import. Dave.
View ArticleNew Post: Adding a checkbox during checkout, is it allowed?
Hello, I want to make users accept ToS during checkout process. So I thought adding an extra checkbox and a rfvalidator on the checkout template - similarly to adding a custom field but without...
View ArticleNew Post: Adding a checkbox during checkout, is it allowed?
Uncomment the code in stg3form.template and read the help text below the text box. Regards ROb
View ArticleNew Post: Adding a checkbox during checkout, is it allowed?
Rob Thanks, it appears that I have an outdated version and stgXXX are empty. I will try the update first. Thanks again!
View ArticleNew Post: "Add" button not localizable in AdminReportList.ascx
Hi Dave! In AdminReportList.ascx there is an "Add" button to create a new report, but the ResourceKey reference does not exist in the resource file. (lines 25-26):<asp:LinkButton ID="cmdAdd"...
View ArticleNew Post: There is an error 404 for URL Encoding
Yes, you are right, I change url in web.config to "humanfriendly" and it has been resolve. thank you dave.
View ArticleNew Post: Bad Request - Invalid URL returning from PxPay
I'm getting an error 400, Bad Request, Invalid URL when returning from PXPay. Any ideas?
View ArticleNew Post: Bad Request - Invalid URL returning from PxPay
Found what caused this. Late last week I changed:<friendlyUrl defaultProvider="DNNFriendlyUrl"> <providers> <clear /> <add name="DNNFriendlyUrl"...
View ArticleNew Post: Bad Request - Invalid URL returning from PxPay
I tried changing the return URL to Cart/stg/5/PxPayExit/RETURN/Default fromCart/stg/5/PxPayExit/RETURN/Default.aspx but this didn't work.
View ArticleNew Post: Adding a checkbox during checkout, is it allowed?
ok, the problem is in the way the store doesn't overwrite any of your existing setting or templates when an upgrade is applied. So even if you upgrade to the latest version, the stg3form.template will...
View ArticleNew Post: Bad Request - Invalid URL returning from PxPay
Hi, Do you mean you change from "advanced" to "humanfriendly" and then it stopped working or "humanfriendly" to "advanced" ? There are some known issues with "advanced" urls, are you saying you have an...
View ArticleNew Post: Bad Request - Invalid URL returning from PxPay
Oops. got it wrong way around. When I changed it to advanced, the return from PxPay stopped working.
View Article