Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-Cart 8.00 Issues
 Issue with order button
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

apswater
VP-CART Super User

444 Posts

Posted - April 26 2017 :  16:17:55  Show Profile  Visit apswater's Homepage  Reply with Quote
I started 8.0 under BETA.mysite.com. I got most of it setup and needed to go to SSL for paypal pro. I reconfigured the server to change the ,com name to https://BACKUP.mysite.com since that name had an ssl. When I go to the cart all works great except when I hit the order button, the form action is coded as "beta.mysite.com". I cleared cache and even brought it up on another browser and the same thing happens. I cant find anywhere that I entered beta.mysite.com in the set up. Anyone have a suggestion?

Edited by - apswater on May 08 2017 13:16:03

apswater
VP-CART Super User

444 Posts

Posted - April 26 2017 :  17:59:16  Show Profile  Visit apswater's Homepage  Reply with Quote
Solved. The .com name is stored in the shop$config.asp under "my site". Now it works just fine.
Go to Top of Page

danielrichardson
VP-CART Super User

Australia
276 Posts

Posted - May 25 2017 :  05:43:26  Show Profile  Reply with Quote
I thought it is "const xssl",

anyway, if you want to redirect http to https, i have some code for web.config as below:

<configuration>
<system.webServer>
<httpErrors errorMode="Detailed">
</httpErrors>
<rewrite>
<rules>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

Edited by - danielrichardson on May 25 2017 05:56:21
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00