In case you haven't figured it out by now, that's the error you get if you don't install the module manager first.
This module needs another module called module_manager to operate properly.
http://code.google.com/p/zencart-mod...downloads/list
Printable View
In case you haven't figured it out by now, that's the error you get if you don't install the module manager first.
This module needs another module called module_manager to operate properly.
http://code.google.com/p/zencart-mod...downloads/list
I just installed this mod, already have module manager installed, now I have this error when going to Module Manager in Admin:
Fatal error: Call to undefined method yclass::init_template() in /home/bellafav/public_html/shop/myadminfolder/module_manager.php on line 14
Edit - kay...just had to re-upload my tpl_product_info_display because the product page was wiped out...I had the code installed right after the "also purchased" module.
So from that module my page looks like this, is there something there that would cause this problem>
<!--eof also purchased products module-->
<!--bof x-sell module-->
<?php
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
<!--eof x-sell module-->
<!--bof Form close-->
</form>
<!--bof Form close-->
</div>
<?php
//BOF :: Tabbed Products Pro ::
echo $tabjscript;
//BOF :: Tabbed Products Pro ::
?>
The yclass is part of the front end of the cart so you must not have uploaded all the files - specifically includes/classes
I placed the code elsewhere in my page, and now it doesn't wipe out my product info but this mod is not working correctly:
1) From "how to use" included with the installation:
A. CONFIGURATION:
XSell config can be found here: Admin->configuration->cross sell
I don't have Admin->configuration->cross sell
Enter and check current xsell products at: Admin->Catalog->Advanced Cross-Sell
I. To cross-sell 2 ways (A to B, A to C, B to A, B to C, C to A, C to B):
Just enter product ids or models (depends on which option you set at Admin->configuration->cross sell), SEPARATED by comma
(you can set your own separator at Admin->configuration->cross sell)
When I try to do that, I get an error message "Please input at least 2 products ids/models to cross-sell"
well, obviously this is due to the fact that I can't change to use model #'s instead of id #'s because I don't have Admin>configuration>cross sell
And, yes I did upload all files. This seems like a very cumbersome way to do cross-sell when you have tons of products, I have over 900.
This whole distribution from the original to this one is very bugged as nothing seems to work like it's supposed to.
The instructions do not say you have to have the original xsell installed first.
There is no configuration->cross sell.
The original one doesn't work right with Zencart 1.3.8.
And this new one is bugged too.
After re-installing everything, adding the module manager and then the original, then the original worked.
I finally got cross sell 1 working, cross sell 2 doesn't seem to do anything, and now going to try this one again. It's kind of confusing, all these cross sells that seem to need each other to work.
Ok, this is finally working on my test site. For anyone else having issues this is how we finally got it working - Install cross sells 1 (orginal cross sell), 2 (cross sell advanced), module manager, then this cross sell (just another cross sell). Remove cross sell sql, reinstall module manager :ohmy: Thank goodness I had help or I would be completely bald by now...
Just a note, I have ALOT of add ons on my site which possibly contributed to the installation problem.