Francisco Carlão Posted June 3, 2009 Share Posted June 3, 2009 Breadcrumb, does not show full link in after search, if you browse a cat until getting to the product you wil get at the top of the page all the categories and last the product, but if you make a search an click on a product in the search result , you will only get the product and the main page, does anyone know how to make it always aper the full cat linkage??? Link to comment Share on other sites More sharing options...
Patric Posted June 3, 2009 Share Posted June 3, 2009 Isn't it because the product's "Default category" field is set to "Home" in Back Office >> Catalog ? Link to comment Share on other sites More sharing options...
Francisco Carlão Posted June 3, 2009 Author Share Posted June 3, 2009 thanks.. its was that , i wish it was not , i have already more than 3500 products ..... Link to comment Share on other sites More sharing options...
Patric Posted June 3, 2009 Share Posted June 3, 2009 So I mark the topic as [solved]. Link to comment Share on other sites More sharing options...
Francisco Carlão Posted June 3, 2009 Author Share Posted June 3, 2009 yes ... its done , if anyone made my error here is the query for the solution :$query_Recordset1 = "SELECT * FROM ps_category_product, ps_product WHERE ps_category_product.id_product = ps_product.id_product "; do { $IDPORD=$row_Recordset1['id_product'];$IDCAT=$row_Recordset1['id_category']; $updateSQL = sprintf("UPDATE ps_product SET id_category_default='$IDCAT' WHERE id_product='$IDPORD'"); mysql_select_db($database_connsbox, $connsbox); $Result1 = mysql_query($updateSQL, $connsbox) or die(mysql_error());} while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));it was done on dreamweaver so if any-other help , just PM Link to comment Share on other sites More sharing options...
Recommended Posts