andresull Posted September 11, 2005 Share Posted September 11, 2005 I'm using "kurzschreibung" contrib. (3313) in product_listing which includes part of product_description after each product_title. This contrib. worked fine, but after updating to HTC 2.5.5, now product_listing shows again the product_title under each product_title instead of part of the product_description. What's happening...? Tks. and regards, Andres PS: try "quick find" for borges or dickens at http://www.elbuenlibro.com/bookstore/index.php Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 11, 2005 Share Posted September 11, 2005 There's nothing in the update that would cause such a problem that I can think of. Did you do the update by following the instructions in the update txt file? Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
andresull Posted September 11, 2005 Author Share Posted September 11, 2005 There's nothing in the update that would cause such a problem that I can think of. Did you do the update by following the instructions in the update txt file? Jack <{POST_SNAPBACK}> Yes I did that update too, I find this update very coll and useful but I still don't understand what's wrong with "kurzschreibung". regards, Andres Quote Link to comment Share on other sites More sharing options...
andresull Posted September 11, 2005 Author Share Posted September 11, 2005 There's nothing in the update that would cause such a problem that I can think of. Did you do the update by following the instructions in the update txt file? Jack <{POST_SNAPBACK}> Yes I did that update too, I find this update very coll and useful but I still don't understand what's wrong with "kurzschreibung". This is the code of "kurschreibung": ?nderung unter /catalog/index.php suche // We are asked to show only a specific category Darunter in den n?chsten 4 Abfragen vor "from" ", pd.products_head_desc_tag" einf?gen ----------------------------------------------------------------------------------------------- ?nderung unter /catalog/advanced_search_result.php suche $select_str = nach " . $select_column_list . " folgendes einf?gen pd.products_head_desc_tag, ----------------------------------------------------------------------------------------------- ?nderung unter /catalog/includes/modules/product_listing.php suche in ca. Zeile 102 case 'PRODUCT_LIST_NAME': hinter if (isset($HTTP_GET_VARS['manufacturers_id'])) { $lc_text = folgendes einf?gen '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '"><b>' . $listing['products_name'] . '</b>'; $kurzbeschreibung = '<br><span class="kurzbeschreibung">' . substr($listing['products_head_desc_tag'],0 ,200) . '</span> ...</a>'; $lc_text.= $kurzbeschreibung;' } ----------------------------------------------------------------------------------------------- dann direkt danach hinter } else { $lc_text = folgendes einf?gen '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '"><b>' . $listing['products_name'] . '</b>'; $kurzbeschreibung = '<br><span class="kurzbeschreibung">' . substr($listing['products_head_desc_tag'],0 ,200) . '</span> ...</a>'; $lc_text.= $kurzbeschreibung; } ------------------------------------------------------------------------- regards, Andres Quote Link to comment Share on other sites More sharing options...
andresull Posted September 11, 2005 Author Share Posted September 11, 2005 There's nothing in the update that would cause such a problem that I can think of. Did you do the update by following the instructions in the update txt file? Jack <{POST_SNAPBACK}> Today I decided to run directly .../admin/fill_tags.php as in previous version and voil? !! everything is OK again: I can see a little description benneath the title at product_listing. Something works different when using "Header_tag_fill_tags" from the Administration tool. Regards, Andres Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.