| |
Could anyone here please kindly advise how I can pass the billing address into PayPal Express? Currently, all our users have to enter at least 3 times addresses (billing address, shipping address, paypal billing address), which seems a bit complicated for users.
Any help will be much appreciated! Thanks.
Best regards, Eric
Posted On:
Monday, August 16, 2010 4:39 PM
|
birdren@gmail.com wrote:Hi, I followed what you told - replace the AjaxToolkit.dll file with the orignal dll file, it is still not working.
I am using Nop1.6 at Arviex as well.
Thanks. I also had the same issue with Arviex. I finally found the reason after read a lots of articles, in my case, I also replaced AjaxToolkit.dll with the original one, still not working:
Not sure if everyone went through the same procedure as what I did. Basically, if you go to Control Panel -> open a Website -> do an update by clicking the button, after then your web.config file will be changed. In my case, the <handlers> section has been removed completely under <system.webServer>, so in this case, add the follow section back to web.config:
<handlers> <remove name="WebServiceHandlerFactory-Integrated"/> <remove name="ScriptHandlerFactory"/> <remove name="ScriptHandlerFactoryAppServices"/> <remove name="ScriptResource"/> <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="PricelistHandler" verb="*" path="pricelist.csv" preCondition="integratedMode" type="NopSolutions.NopCommerce.BusinessLogic.ExportImport.PricelistHandler, Nop.BusinessLogic"/> </handlers>
Try to double check your web.config file once you find all AJAX behaviours are not working (for me, all tabs, e.g.: My Account at front-end, and Global Settings at back-end, etc., are all NOT working).
Let me know how you getting on.
Eric www.gecigarette.com
Posted On:
Thursday, August 12, 2010 4:01 PM
|
I am hosting nopCommerce 1.60 at Arvixe, I can tell that the host is really good, very fast in both site performance and support.
I originally hosted my webiste at GoDaddy that I found it is tooooooo slow to open the site at the first time (as ASP.NET worker process shuts down after 20 minutes idle time - also, I do not think GoDaddy supports Ping function as I set a cron job to ping the site every 10 minutes - still no joy!!!) and even worse that the site goes down every morning at 9:30am in UK time, for at least 20 minutes, after that, it required at least 3 minutes loading time.
I read a lot of reviews and also recommendations here, finally I chose Arviex although at the beginning I was a bit concerning to host at USA for UK customers. Also, while I was doing mirgration to Arviex, their online support team was really helpful, they restored database for me in just a few minutes.
The same as above, I am not advertising at all, just to share my own experience.
Hope it helps!
Eric www.gecigarette.com
Posted On:
Thursday, August 12, 2010 3:53 PM
|
Thanks for your comments, Mike.
Yes, I am still in the middle of setting up all social communities, will update links soon.
Thanks :-)
Posted On:
Saturday, July 31, 2010 12:04 PM
|
Hey guys,
We recently launched our website at www.gecigarette.com. Genesis is an UK based electronic cigarette store specialised in selling premium range of electronic cigarettes and E-liquid at affordable prices.
Thanks to NopCommerce team and this great product, it gives us a lot of business solutions.
Comments welcome!!!
www.gecigarette.com
Posted On:
Saturday, July 31, 2010 10:33 AM
|