Re: Just another Cross-Sell mod (support thread)
I think you have space(s) or blank line(s) before the opening php tag <?php at the top of the file ...
Edit the file in a text editor like NotePad and make sure that you do not and make sure you do not have any space after the closing tag at the bottom ?> either ...
And check if this is working after cleaning up the file ...
Re: Just another Cross-Sell mod (support thread)
Thank you Ajeh for trying to help me but I'm 100% sure there is no space above the opening <?php and after the closing ?>
I removed the product_info.php file and then copy the default file from the includes/languages/english directory to the /includes/languages/english/mytemplate directory. The product page still fine.
At the time I insert this line,
PHP Code:
define('TEXT_XSELL_PRODUCTS', 'Related Products');
then the product page turns blank once again.
Re: Just another Cross-Sell mod (support thread)
When you make that change, save the file ... close it ... re-open it and check for the space(s) and blank line(s) ...
NOTE: be sure you are not using your Control Panel to edit this file on the server ...
Re: Just another Cross-Sell mod (support thread)
Sorry, getting very tired. Wanted to upgrade to this cross-sell.
Found module manager. Read the readme and now I am looking for
shared class files (https://svn.rubikintegration.com/zen...hared_classes/)
Where is the google link that was talked about to get the shared classes? Is this even something I need to install first?
Re: Just another Cross-Sell mod (support thread)
Re: Just another Cross-Sell mod (support thread)
Oh, wow. I guess the one in the download section is way outdated. Good news means you have been working hard on this.:clap:
Bad news..the one in the download section is outdated.... and the readme is pointing to the wrong site.
Cross sell readme in the download section would need updating too. Is the cross sell in download otherwise up to date or should/ need I download from some google link too?
Anyway, thank you very much.
Re: Just another Cross-Sell mod (support thread)
Trying to get around updating it. I was trying to wait till I have time for a new updated version of xsell, but I guess I should do it sooner
Regards
Quote:
Originally Posted by
mydanilo
Oh, wow. I guess the one in the download section is way outdated. Good news means you have been working hard on this.:clap:
Bad news..the one in the download section is outdated.... and the readme is pointing to the wrong site.
Cross sell readme in the download section would need updating too. Is the cross sell in download otherwise up to date or should/ need I download from some google link too?
Anyway, thank you very much.
Re: Just another Cross-Sell mod (support thread)
I guess we all get:
Fatal error: Call to undefined method yclass::init_template() in /zentest/admin/module_manager.php on line 14
If we follow instructions and install Module Manager first and then
the Cross-Sell mod after.
Yellow: Could this be fixed in the modules in download? Or at least edit the intro text to clearly state this problem? Costs everybody some nerves, shock and time to search for the solution. Never great to have errors on your screen when you try a new mod. :ohmy:
One more time the solution is:
substitute the file(from the cross sell):
"<zen-cart-root>/admin/includes/init_includes/init_yclass.php"
with the version from (moduls manager):
<zen-cart-root>/includes/init_includes/
Works great now. Thank you for another great mod.
Re: Just another Cross-Sell mod (support thread)
Now I am testing how the new cross sell works.
I noticed I am missing Admin - Configuration - Cross Sell
so I searched for *.sql files in the cross sell directories. And I found 0.sql, 1.sql, 2.sql
I thought these would be called automatically by Module Manager?
Guess not. I put them in the SQL Query Executor. Now I have the new Admin options. Back to testing...
Re: Just another Cross-Sell mod (support thread)
OK, basic functionality seems to work but the automatic both way feature is not working on already existing cross sell from old mod. I can still see the set cross sells but they do not work both ways.
Is there a way of making current cross sell both way without typing them all in the box?
Kind of liked the old xsell table where you could just check mark items. Now I guess we need to type. Yikes...oh well off I go.