(sorry for my very bad English)
Ken Thanks for that Great Work
So the Contrib is working great in osc 2.2
Today i installed it on new osc 2.31
All steps was same except 2 changes
1. Change
-----------------------------
in admin/includes/boxes/catalog.php
I wrote
array(
'code' => FILENAME_HEADER_TAGS_CATEGORY_EDIT,
'title' => BOX_CATALOG_HEADER_TAGS_CATEGORY_EDIT,
'link' => tep_href_link(FILENAME_HEADER_TAGS_CATEGORY_EDIT)
),
array(
'code' => FILENAME_HEADER_TAGS_EDIT,
'title' => BOX_CATALOG_HEADER_TAGS_EDIT,
'link' => tep_href_link(FILENAME_HEADER_TAGS_EDIT)
),
----------------------
2. Change
In osc 2.31 at index.php & product_info.php
there is
no title tag: but there is a link to a file called
template_top.php
and the
title tag is in there so i give the code for the index.php there.
The problem is that at product_info.php there is the same link to the same
template_top.php file
but in the instructions
the code for the
title tag in
product_info.php are Different than the
title tag in
index.php
So i made a new file (copy from template_top.php) renamed it template_top_products.php
and put the code for the
Products title tag there and renamed the link from
product_info.php to
template_top_products.php where the
Products title tag is present.
Of course you can only understand that if you have installed osc2.31 did you?
Or has somebody else installed this great Contrib in osc2.31
Thanks friends
Edited by Pelvis, 18 March 2012, 23:28.