Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Updating to Header Tags Controller v2.5.5


andresull

Recommended Posts

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

Link to comment
Share on other sites

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

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

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

 

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

Link to comment
Share on other sites

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

 

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

Link to comment
Share on other sites

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

 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...