Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
open up includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php and change:
Code:
echo '<a id="descSubLink" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath) . '#descSub" >' . CATEGORIES_SUB_TEXT . '</a>';
to this:
Code:
echo '<a id="descSubLink" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath) . '#descSub" >' . CATEGORIES_SUB_TEXT . '</a></div>';
Do the exact same thing in includes/templates/YOUR_TEMPLATE/templates/tpl_index_index_categories.php
Heathenmagic
Sorry, I made an error in the above code.
Just replace that whole chunk, from <?php // categories_description
to
<?php } // categories_description ?> with this (in both files):
Code:
<?php
// categories_description
if ($current_categories_description != '') {
?>
<div id="indexProductListCatDescription" class="content"><?php echo $current_categories_description . '</div>';
}
if ($current_categories_description_sub != '') {
echo '<a id="descSubLink" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath) . '#descSub" >' . CATEGORIES_SUB_TEXT . '</a>';
?>
<?php } // categories_description ?>
Re: Cherry Zen Template Support Thread
Hello Jettrue,
Your fixes have done the job! Many thanks. I am just following recommendations for attribute images. I will try to send another donation when I can, as I really like your contributions, and this is a lovely template.
Thankfully,
Heathenmagic
Re: Cherry Zen Template Support Thread
Thanks to kobra I finally fix the issue.
Thank guys, you are great!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ideasgirl
Thanks to kobra I finally fix the issue.
Thank guys, you are great!
Thanks for helping kobra, I would have joined in, but figured I'd just confuse the issue, LOL.
Re: Cherry Zen Template Support Thread
Hello, I installed the template, but cross sell don't work, though all the cross sells were properly installed. It was working fine with my previous template.
Also when I clicked the sub-categories listing, the product descriptions appeared twice, that is same writings showing in dupilicates.
Please help, I am not a programmer. thanks,
Isvara dasa.
Re: Cherry Zen Template Support Thread
Hello Jettrue,
Me again! I was just checking some categories,and I noticed that the sidebox thing happens on categories with multiple subcategories with pictures. Do I pop a <div/> around those parts in that file?
Regards,
Heathenmagic :cool:
Re: Cherry Zen Template Support Thread
Quote:
Hello, I installed the template, but cross sell don't work, though all the cross sells were properly installed. It was working fine with my previous template.
That's because you have to insert the xsell code into your tpl_product_display.php file.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
HeathenMagic
Hello Jettrue,
Me again! I was just checking some categories,and I noticed that the sidebox thing happens on categories with multiple subcategories with pictures. Do I pop a <div/> around those parts in that file?
Regards,
Heathenmagic :cool:
Yes, in my instruction post above, at the end I instructed to do the same thing in another file, but I can see that at the bottom it could easily be missed. You must make the adjustment in both these files:
includes/templates/YOUR_TEMPLATE/templates/tpl_index_product_list.php
includes/templates/YOUR_TEMPLATE/templates/tpl_index_index_categories.php
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
isvara99######################
Hello, I installed the template, but cross sell don't work, though all the cross sells were properly installed. It was working fine with my previous template.
Also when I clicked the sub-categories listing, the product descriptions appeared twice, that is same writings showing in dupilicates.
Please help, I am not a programmer. thanks,
Isvara dasa.
As far as the cross sell goes, as ideasgirl stated, you'll have to add the cross sell code back into includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
As for the double description... can you link me to a page that is doing this?
Re: Cherry Zen Template Support Thread
Hello Jettrue,
Many apologies, I missed that part.
Thanks,
Heathenmagic