Sorry. It works NOW. THANKS!!!!!!!![]()
Sorry. It works NOW. THANKS!!!!!!!![]()
Hi,
It doesnīt work properly. It opens another category-subcategory when Iīm on the product info page:
Iīm on Green Bull ladders- Rung Lock Kit, but the page displays the lock for the Fiberglass Ladders and thatīs wrong.
http://wernerparts.com/index.php?mai...roducts_id=647
Any suggestion?
Thanks
Jorge
Yes, it looks like the Separate Category sidebox is giving incorrect cPath links. The rung lock kit is in cPath 236_238, but the SC link points to cPath 238, which is not actually a top category but a subcat. This may also affect the breadcrumbs which do not display correctly on the cPath=238 page.
I don't know the code used in the mod, so can't say what may have gone wrong in your copy of it.
Hi,
Thanks again. You wrote this before:
You can replace
if($current_category_id == 13) {
with
if((int)$_GET['cPath'] == 13) {
which strips any subcat ids off of the current $cPath value.
Where do i need to change that?
Probably in includes\modules\sideboxes\TEMPLATE\separate_category_sidebox.php, though I don't have the files at hand to say exactly where.
How do you move the link from the default center to the left side? please help.