Added product autocomplete view

This commit is contained in:
Karl Cordes 2014-04-21 18:23:54 +10:00
parent 156ec39115
commit 7db15ada3e

View file

@ -0,0 +1,5 @@
<?php
if(isset($products_json)) {
echo $products_json;
}
?>