Search found 3 matches

Return to advanced search

Finally

After about 2 years of `getting around to it` I have finally managed to finish off implementing PHPCART on our site. I have found it excellent & very easy to modify. Implementing it via altering our existing HTML instead of having a fully fledged SQL databased driven site was a breeze. Here it i...
by spamzany
09-27-2003 04:06 AM
 
Forum: Our Customers Sites
Topic: Finally
Replies: 1
Views: 1204

More on this

Oooops I meant change it to :- //Check all fields have been filled out before submitting order if ( $action == "submit" ) { if (empty($name) or empty($email)) { $action = confirm; $alert = 1; (and I noticed the PHP button in the options to post :D)...
by spamzany
07-30-2003 03:24 PM
 
Forum: Anything Goes
Topic: Required field data
Replies: 2
Views: 159

Required field data

Hi Can I ask a quick question? In the main phpcart.php file under the comment // Check all fields have been filled out before submitting order the section of code reads if ( $action == "submit" ) { if (empty($name) or empty($email) or empty($address) or empty($postcode0)) { $name = rawurle...
by spamzany
07-30-2003 03:12 PM
 
Forum: Anything Goes
Topic: Required field data
Replies: 2
Views: 159

Return to advanced search

cron