Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by kelvyn
Hmm.. not sure. I dont see that on any of my sites using tabs. Have you made any modifications to the code or css? Also I would recommend removing the <br /> tags in the "We Also Recommend" in the template file so its all on one line to match your other custom tabs.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
Have you tried getting Xsell to work before modifying any files first just to see if it works?
Yes xsell works fine on it's own with default Zen Cart template. And when your template is loaded (no changes besides setting CrossSell exists = true) xsell items appear beneath the tabs when xsell global is false.
But when I enable the xsell Global I get the "We also Recommend" tab however the container below the tab does not render and then of course then there is no xsell content displayed.
When using unmodified TPL 311 tpl_product_info_display.php or latest 3.11 patch (looks like you're calling it 3.2 final) I get the same effect.
It appears nobody else is having same issue with xsell here so I suspect my install is gummed up. I've reuploaded all files from TPL 3.11 download package and still observe the same.
Funny thing is when I was had Tabbed Lite 3.10 installed, xsell was displaying in tabs fine. It's when I upgraded to the 07/26/06 v.3.11 when the issue appeared.
Will try uploading the full 3.20 package.
Re: Tabbed Products ''LITE'' version - Delimiter based
Installed 3.2 and went a bit backwards...
With the settings below now I don't even observe the "We Also Recommend" tab.
$bCrossSell_Exists = true;
$bGblCrossSell_Tab = true;
With the settings below I do observe the xsell items below the tabs (which is expected).
$bCrossSell_Exists = true;
$bGblCrossSell_Tab = false;
With the settings below I do see the xsell items display anywhere (which is also expected).
$bCrossSell_Exists = false;
$bGblCrossSell_Tab = false;
Don't mean to be a pain ;-)
Re: Tabbed Products ''LITE'' version - Delimiter based
Too late to EDIT. My last entry below I meant to report...
With the settings below I do [bold]NOT[/bold] see the xsell items display anywhere (which is also expected).
$bCrossSell_Exists = false;
$bGblCrossSell_Tab = false;
Re: Tabbed Products ''LITE'' version - Delimiter based
Hmm I will take a look at 3.10 and 3.11 and see what is different with them, I would also like to give you a debug version of the file so you could tell me what you see.
I'll take a look and see what is what.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Woodymon
Too late to EDIT. My last entry below I meant to report...
With the settings below I do [bold]NOT[/bold] see the xsell items display anywhere (which is also expected).
$bCrossSell_Exists = false;
$bGblCrossSell_Tab = false;
What other settings do you have set. I want to try to mimic your setup best I can to see the html source output to see if there are any differences.
Re: Tabbed Products ''LITE'' version - Delimiter based
Woody...just a suggestion: try to re-install your xsell module (and the sql patch as well). Backup first just in case.
Re: Image handler 2 problem
Quote:
Originally Posted by linkedla
Hello all,
I have my site and i am very happy about this amazing software, but now i have a small problemita in my site, i have ZC 1.3.0.2 and i have the Image Handler mod installed, so I think the Tabbed Prod. Module is awesome too. I did install it on the site, but then the IH2 small rollover image disapear causing a java script error everytime the mouse is over a product image.
I had to suspend it by now until some of you can help me in the incompatibility problem, i think is in the jscript_tablitev3.js file where the problem is, but i am a graphics person not a coder so i do not understand what to check, may some one of you can help.
Thanks in advance.
Regards
Jose
Hmm.. I enabled my ImageHandler mod to have rollover images on my small images too and I don't have any problems. There is a problem with ImageHandler in the Javascript that if you hover over an image that has the lower half cut off the page, then it will give an error because it can't pop up an image that far down. I think there may be some help for this in the IH contrib discussion.
The error in IE is something like:
Code:
Line: 125
Char: 7
Error :'pageY' is null or not an object
Code: 0
That happens with or without tabs.
Take a look at my site here: http://www.tvclassico.com/index.php?main_page=index
Note the hover works fine and then click on an image to see the tabs. Tabs also work fine. Also on that page you can hover over the "New Products" and it should also show hover image on that too with no error unless you dont scroll down far enough.
Is this the same as you are describing it?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
Woody...just a suggestion: try to re-install your xsell module (and the sql patch as well). Backup first just in case.
Done some time ago, before even suggested ;-) And done again.
Regards to Tabbed Prod Lite settings in template file, besides those xsell test settings I've already reported, I'm using defualt settings. Also tried changing MainImageOn Tabs global to true aand attempted other various permutations.
What specific value in db is being tested to see if xsell is installed or not. Guess I'll need to parse thru the tmplate file to locate ;-)
xsell items show below tabs, so this will just have to do for me. Not really worth expending the extra energy troubleshooting this minor issue.