New Post: All products to have a single url
Hi, I have been using NBStore along with the DNN masters URL re writer which as a combo works very well. There is one issue I have which I have spent a lot of time researching around duplicate content....
View ArticleNew Post: error 404 in backoffice
you seem to be missing "Default.aspx?", the default NBStor edoesn;t do anything with url re-writing, so I'm a little unsure what your seeing. Have you got only the humanfriendly url rewriter active?...
View ArticleNew Post: Problem "Payment not verified", Very Important
Hi lifecup, how do you have solved this issue? Please help. Thank you.
View ArticleNew Post: Paypal showing Status "Payment not verified"
It could be your url rewriter, have you got advanced on?....if so then you might need to specify the actual url, not the humanfriendly veriosn, it all depends on how the re-writer works! Try...
View ArticleNew Post: Paypal showing Status "Payment not verified"
I have to used this in paypal.gateway template or in IPN url in paypal. I am using same url http://www.domain.com/tabid/107/stg/4/Default.aspx in both place.
View ArticleNew Post: Paypal showing Status "Payment not verified"
That's not the same url......it's the re-written version for "humanfriendly", the advanced url re-writer doesn't work the same and may not pickup the params. If you use the raw url I posted above you...
View ArticleNew Post: Paypal showing Status "Payment not verified"
ok.. when i changed url of paypal.gateway then no paypal button image showing with "submit query".. when we click it showing below error: Error: PLEASE NOTE: Your credit card charge will appear as...
View ArticleNew Post: Paypal showing Status "Payment not verified"
um!!...I think the & is breaking the XML, try www.domani.com?stg=4&tabid=107 or even try removing the "ReturnNotifyURL" setting in NB_Store and relie on the paypla setting.
View ArticleNew Post: Paypal showing Status "Payment not verified"
When removing <ReturnNotifyURL>http://www.domian.com?stg=4&tabid=107</ReturnNotifyURL> from paypal.gateway template.. paypal image showing but when we click image it showing below...
View ArticleNew Post: Paypal showing Status "Payment not verified"
Please help.. my client get frustrated doing again live paypal payment.
View ArticleNew Post: Paypal showing Status "Payment not verified"
make you & escapes, the editor hid that...& =& amp ; without the spaces
View ArticleNew Post: Paypal showing Status "Payment not verified"
My payapl.gateway template url is like :<ReturnNotifyURL>http://www.domain.com?stg=4&tabid=107</ReturnNotifyURL> IPN in paypal is :http://www.domain.com/Default.aspx?stg=4&tabid=107...
View ArticleNew Post: Paypal showing Status "Payment not verified"
My payapl.gateway template url is like : <ReturnNotifyURL>http://www.domain.com?stg=4&tabid=107> IPN in paypal is : http://www.domain.com?stg=4&tabid=107 But i get status "Payment not...
View ArticleNew Post: Paypal showing Status "Payment not verified"
Send me a PM with a login and I'll see if I can see the problem.
View ArticleNew Post: Paypal showing Status "Payment not verified"
Oh...when you tried to remove the "ReturnNotifyURL", you didn't remove the entire node did you?...you just need to make it blank!
View ArticleNew Post: Paypal showing Status "Payment not verified"
I have used below url in IPN:http://www.domain.com?stg=4&tabid=107
View ArticleNew Post: Paypal showing Status "Payment not verified"
Seems like some IPN url is wrong
View ArticleNew Post: Paypal showing Status "Payment not verified"
Please help how to resolve this issue.
View ArticleNew Post: How to get a cart items total weight
Hi Dave, I used the cart controller to get the current cart, but for the weight i used the GetShippingRateByObjID method in the ShipController. At least it's how nb_store calculates. Thank you for the...
View ArticleNew Post: Set Maximum Weight
Hi, Is it possible to set a maximum weight for an order? Regards, David
View Article