Plugin Directory

Changeset 476264


Ignore:
Timestamp:
12/16/2011 07:46:02 AM (14 years ago)
Author:
1tui8
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-alicart/trunk/alicart_print_cart.php

    r476263 r476264  
    300300    }
    301301   
    302     if ($_POST['consignee']=="" || $_POST['address']=="" || $_POST['zip_code']=="") {
     302    if ($_POST['consignee']=="" || $_POST['address']=="" || $_POST['zip_code']=="" || !is_numeric($_POST['zip_code'])) {
    303303        echo  "<script>history.back();</script>";
    304304        die();
Note: See TracChangeset for help on using the changeset viewer.