in product_info.php
find:
$this_Code = $product_info['products_model'];
$this_Product = $product_info['products_name'];
$this_Price = $product_info['products_price'];
change to this:
/*
$this_Code = $product_info['products_model'];
$this_Product = $product_info['products_name'];
$this_Price = $product_info['products_price'];
*/
save, upload.
in pricematch.php
find:
$this_Code = $_REQUEST['code1'];
$this_Product = $_REQUEST['product1'];
$this_Price = $_REQUEST['price1'];
change to this:
$this_Code = $product_info['products_model'];
$this_Product = $product_info['products_name'];
$this_Price = $product_info['products_price'];
find:
change to this:





LinkBack URL
About LinkBacks









Bookmarks