Added product autocomplete view
This commit is contained in:
parent
156ec39115
commit
7db15ada3e
5
app/views/products/autocomplete.ctp
Normal file
5
app/views/products/autocomplete.ctp
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
if(isset($products_json)) {
|
||||||
|
echo $products_json;
|
||||||
|
}
|
||||||
|
?>
|
||||||
Loading…
Reference in a new issue