Print Page | Close Window

order verify page

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=2921
Printed Date: 25-July-2025 at 10:57am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: order verify page
Posted By: JWL
Subject: order verify page
Date 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.



Replies:
Posted By: Hamish
Date 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.


-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code



Posted By: JWL
Date 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


Posted By: Hamish
Date 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. 

-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net