This is a discussion on Purchase Without Account help within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi all, I've got a problem with PWA on my new site (not live yet - this is the change ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi all, I've got a problem with PWA on my new site (not live yet - this is the change from RC2 to the current version I am in the process of doing). When you enter your details on PWA (Order_Info.php) and submit, it goes to the Order_Info_Process.php page but redisplays the form. No errors are shown. When you submit that, it works and moves on to Checkout Shipping. I've gone through the code and something seems to be happening in checkout process around this block: Code:
// +Country-State Selector
if ($process) {
// -Country-State Selector
$error = false;
Any thoughts on why the checkout process isn't working as it should? Many thanks |
|
#2
| |||
| |||
| Ok, almost fixed but still need some help please... The problem is when I select a country the form sets the action to refresh and should reload but it isn't doing so. It is setting the action to refresh but not refreshing - any ideas why? Thanks. |
|
#3
| |||
| |||
| Solved! Sorry to have wasted anyone's time who read this but hopefully it will help the next person to have the problem... It wasn't refreshing because the function refresh_form in form_check.js.php was setting the value form.name.state.value which I didn't have on my form because I had removed it as I was in the UK! commenting out the statement //form_name.state.value = ''; works! thanks again. |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Purchase Without Account | michael_s | New osCommerce Contributions | 0 | 03-09-2009 01:00 AM |
| Purchase Without Account | michael_s | New osCommerce Contributions | 0 | 07-19-2008 10:00 AM |
| Purchase Without Account | michael_s | New osCommerce Contributions | 0 | 07-18-2008 11:51 AM |
| Purchase Without Account | michael_s | New osCommerce Contributions | 0 | 03-07-2008 01:11 PM |
| purchase without account please | jloyzaga | osCMax v1.7 Discussion | 1 | 11-12-2003 05:16 AM |