Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Well thats how it WAS.. but on my latest demo, i have the attribs table cell set to the full width of the page, and the qty discount and add to cart in a whole new row, so if you have a lot of wide attribs it wont be squished now.
I will continue to work on this.... :sleepy:
I'm also having the following issue.... When I set the Xsell to true (both) the product page turns up white without tabs or info at all (only name, image, and price). Anything to solve this? I do this without doing any changes to your original code, and yes, I do have XSell module installed.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
I will continue to work on this.... :sleepy:
if you want it the way I just mentioned above its an easy fix to try.
If you look again, I've enabled the table border so you can see, the attribs get the whole row to themselves now:
http://www.unbannable.com/zen/index....&products_id=2
I think that is what you want, let me know and ill show you how to set that up. This might be a better way to do it anyway.
Quote:
Originally Posted by ideasgirl
I'm also having the following issue.... When I set the Xsell to true (both) the product page turns up white without tabs or info at all (only name, image, and price). Anything to solve this? I do this without doing any changes to your original code, and yes, I do have XSell module installed.
I only saw this white screen when I tried it on a site that didn't have the Xsell module installed. I will try to take a look if there is something I missed. Can you tell me what other tabs you have enabled on that page that shows up white?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
I think that is what you want, let me know and ill show you how to set that up. This might be a better way to do it anyway.
Yes, that's exactly the way I want it. :yes:
Quote:
Can you tell me what other tabs you have enabled on that page that shows up white?
I have as true:
-$bGblAddToCart
-$bGblAdditionalImages
I appreciate your dedication and support!
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
I have as true:
-$bGblAddToCart
-$bGblAdditionalImages
I appreciate your dedication and support!
I can't reproduce this xsell problem on my site. It seems to work fine for me. Can you do me a favor and try this again. And when you get the white blank page, do VIEW SOURCE from your browser and go all the way down to the bottom and you will see the error. Copy and paste that here so I can see what error it is getting.
I've attached an updated TPL to make the tables like my demo. If you have a lot of changes and would rather do it by editing your current file I can help with that too, but try this for now to see if it fits your setup.
I've also moved the Product details under the main image area by the price. This also seems a better place for this:
Check Demo link for a view.
(attached is tpl file only)
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
I've attached an updated TPL to make the tables like my demo. If you have a lot of changes and would rather do it by editing your current file I can help with that too, but try this for now to see if it fits your setup.
I've also moved the Product details under the main image area by the price. This also seems a better place for this:
OH YEAH! OH YEAH! :smartass:
Quote:
I can't reproduce this xsell problem on my site. It seems to work fine for me. Can you do me a favor and try this again. And when you get the white blank page, do VIEW SOURCE from your browser and go all the way down to the bottom and you will see the error. Copy and paste that here so I can see what error it is getting.
FF debugger says:
document.getElementById(cid) has no properties
[jscript_tablitev3 (line 31) - referring to: mytemplate/jscript/jscript_tablitev3.js]
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
OH YEAH! OH YEAH! :smartass:
does that mean you are happy with the new style? :P
Quote:
Originally Posted by ideasgirl
FF debugger says:
document.getElementById(cid) has no properties
[jscript_tablitev3 (line 31) - referring to: mytemplate/jscript/jscript_tablitev3.js]
hmm that should have been fixed in the Final release. Ill check it again. But I dont think that would be the problem with the white screen tho, thats just an ugly jscript error, but shouldn't affect anything as far as HTML rendering a white blank area. I need the actual view source info. or a link if you got one.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
does that mean you are happy with the new style?
Yup, yup, yup!!! :thumbsup:
Quote:
I need the actual view source info. or a link if you got one.
This is the last thing on the source:
Code:
<!--bof Product description -->
<br /><div id="slidetabsmenu" style="display:none;">
<ul>
<li><a href="javascript:void(0)" onclick="expandcontent('sc1', this)"><span>Description</span></a></li>
<div class="systemError">1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_XSELL' at line 8<br />in:<br />[select distinct p.products_id, p.products_image, pd.products_name
from zen_products_xsell xp, zen_products p, zen_products_description pd
where xp.products_id = '6'
and xp.xsell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '1'
and p.products_status = 1
order by xp.sort_order asc limit MAX_DISPLAY_XSELL]<br /></div>
Also wanted to know... have someone created this for the free shipping (downloads type) products?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
This is the last thing on the source:
Code:
<!--bof Product description -->
<br /><div id="slidetabsmenu" style="display:none;">
<ul>
<li><a href="javascript:void(0)" onclick="expandcontent('sc1', this)"><span>Description</span></a></li>
<div class="systemError">1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_XSELL' at line 8<br />in:<br />[select distinct p.products_id, p.products_image, pd.products_name
from zen_products_xsell xp, zen_products p, zen_products_description pd
where xp.products_id = '6'
and xp.xsell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '1'
and p.products_status = 1
order by xp.sort_order asc limit MAX_DISPLAY_XSELL]<br /></div>
Hmm it looks like you might have an older version of cross sell because the error means that it isn't finding all the database entries which is what I use to validate if there are any products existing for cross sell. I created this with the latest version of cross sell installed. if you could open your /includes/modules/xsell_products.php and copy and paste all the data in your file in a PM to me, i could look at what extra fields are being pulled. I might be able to just pull the common tables between the two versions and see if there are any products that way. I think there is an extra table in the latest version and thats why it's erroring for you.
I think this is the same problem that IntelCos is having as well.
Quote:
Originally Posted by ideasgirl
Also wanted to know... have someone created this for the free shipping (downloads type) products?
i havent tested it with those yet but I could try it out. I dont think it should be big change.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
if you could open your /includes/modules/xsell_products.php and copy and paste all the data in your file in a PM to me, i could look at what extra fields are being pulled.
Well as unluck would have it, you showed me the same version I have. Are you sure Cross Sell worked on your site before ? If you set the settings like this
$bCrossSell_Exists = true;
$bGblCrossSell_Tab = false;
it should load it the normal way outside of a tab at the bottom and act like the tabs were never there. If that doesn't work either then I can only assume the database part of the cross sell mod hasn't been installed based on the error it gave unless you've had it working before. If you go back to the default product info page does it work there?
Do you remember going to your Admin->Install Sql Patches and copying the required cross sell database stuff from the readme... in addition to copying the files in the zip.?
Re: Tabbed Products ''LITE'' version - Delimiter based
I think there's something in your code that is confusing/mixing the "Also Purchased" items with "We Recommend".
When I set it the way you said, it's showing as "Also Purchased" the items I have set up as xsell. And I have the $bGblCustomersAlsoPurchased = false;.
Yes, before was working perfectly, even with your previous version of Tabbed Products Module.