ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - order verify page
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

order verify page

 Post Reply Post Reply
Author
Message
JWL View Drop Down
Senior Member
Senior Member


Joined: 15-August-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote JWL Quote  Post ReplyReply Direct Link To This Post Topic: order verify page
    Posted: 04-August-2009 at 4:15am
where does this input button read the url from:
<input id="submit" src="images/pc/pc_button_continue.gif" name="Complete Order" value="Save order" type="image">

This is the next button that takes you to the payment page, where is it drawing the url path from, I need to change it, thanks.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 04-August-2009 at 6:23am
Hi JWL, I would strongly caution against doing so unless you really know what you are doing - I don't see any good reason for not running SaveOrd  and lots of reasons to NOT change it.
 
The submit button triggers the form to submity and sends the info to the given file which in this case is SaveOrd.asp :-  

<form method="post" action="SaveOrd.asp" name="hForm" class="pcForms">
Changes to the checkout process will have to be reworked or abandoned when you upgrade to V4 in the future which will have a one page checkout.
Back to Top
JWL View Drop Down
Senior Member
Senior Member


Joined: 15-August-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote JWL Quote  Post ReplyReply Direct Link To This Post Posted: 04-August-2009 at 10:13am
hey, you misunderstood - I didn't want to mess with the saveorder... I figured out what I was looking for though, I had to edit the settings.asp file to change the https: domain - got it worked out.

however, on the order confirmation page, the continue shopping button - where is it pulling the store URL from?!  I don't think it's the settings.asp file, because I changed it there and it affects other places on the site but not that particular button
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 04-August-2009 at 12:05pm
Hi, Phew :-)
The reference in the form just points to saveord.asp, so it should not change the rest of the URL, in other words it will stay with http / https, whichever, but don't forget saveord.asp will itself then link to the next page and it's probably that one that is the issue in your case. 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.