Plugin Directory

Changeset 2874062


Ignore:
Timestamp:
03/03/2023 05:05:12 AM (3 years ago)
Author:
intolap
Message:

Patched for woocommerce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • country-code-selector/trunk/public/class-country-code-selector-public.php

    r2783738 r2874062  
    147147                    utilsScript: "<?php echo esc_url( plugin_dir_url( __FILE__ ) .'js/wc-utils.js' );?>",
    148148                });
     149
     150                jQuery('#place_order').click(function(){
     151                    jQuery('[name=billing_phone][type=hidden]').val(jQuery('#billing_phone').val());
     152                });
    149153            }
    150154        </script>
Note: See TracChangeset for help on using the changeset viewer.