Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 Checkout Looping back to customer details
Author « Topic »  

KevinRobson
Advanced Member

USA
245 Posts

Posted - 05/04/2021 :  08:09:27  
I have had repeated issues with customers getting stuck on check out where when they put in demographics and go to payment it will not let them, it just goes back to blank demographics where they have to re enter it all over again. Every person has either been on their phone or a tablet.

I place test orders with my iPad and Droid and am not able to duplicate the issue. Any ideas why some customers are having this issue?

dbdave
ECT Moderator

USA
10277 Posts

Posted - 05/04/2021 :  09:14:00  
Hi, what version of the cart is this?
Recent versions save the customers details, so they should not be having to enter their info again.
To address the issue of redirecting, I would check to see what's set for the store URL in the admin main settings for both http and https.
Do you use any caching on the site?

It's difficult to troubleshoot when you can't recreate the problem.

Thanks,
David


Edited by - dbdave on 05/04/2021 09:15:03

KevinRobson
Advanced Member

USA
245 Posts

Posted - 05/04/2021 :  15:26:00  
The cart version is Ecommerce PlusASP v7.2.3

dbdave
ECT Moderator

USA
10277 Posts

Posted - 05/04/2021 :  16:11:37  
Hi, Do you use any caching on the site?
Are you redirecting any URL's via a web.config file?

David

KevinRobson
Advanced Member

USA
245 Posts

Posted - 05/07/2021 :  12:02:18  
I don't know about the caching, https://FloridaBoysCaladiums.com

The web.config file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<compilation debug="true" />
<customErrors mode="on" />
</system.web>
<system.webServer>
<security>
<authorization>
<remove users="*" roles="" verbs="" />
<add accessType="Allow" users="*" />
</authorization>
</security>
<httpErrors errorMode="Detailed" />
<directoryBrowse enabled="false" />
<defaultDocument>
<files>
<clear />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="Default.cshtml" />
<add value="index.php" />
<add value="index.html" />
<add value="Index.asp" />
<add value="index.pl" />
<add value="default.html" />
<add value="Default.aspx" />
</files>
</defaultDocument>
<rewrite>
<rules>
<rule name="CanonicalHostNameRule1" enabled="true">
<match url="(.*)" />
<conditions>
<add input="{HTTP_HOST}" pattern="^www\.floridaboyscaladiums\.com$" negate="true" />
</conditions>
<action type="Redirect" url="https://www.floridaboyscaladiums.com/{R:1}" redirectType="Permanent" />
</rule>
<rule name="Force HTTPS" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" url="https://www.floridaboyscaladiums.com/{R:1}" redirectType="Permanent" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
<system.net>
<mailSettings>
<smtp>
<network host="localhost" />
</smtp>
</mailSettings>
</system.net>
</configuration>

Sinbad
ECT Moderator

USA
65936 Posts

Posted - 05/07/2021 :  13:24:25  
That looks like a normal web.config, I just tried on phone and desktop and got all the way to the credit card screen both times. You have had this site for a few years yes, did this just start happening?

They don't call us Flori-Duh for nothing

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

Vince
Administrator

42470 Posts

Posted - 05/08/2021 :  02:23:18  
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000