Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
shocker
I now understand what my confusion was with the settings.
I now have TPP - Global Attributes on Tab set to 0 on both my TEST site and my LIVE site.
What I don't understand is why do the attributes display only on their own tab in TEST, but in LIVE they display below the tab section (so that they always show).
What could be missing?
What you want and what you are setting are opposite.
If you want an "attribute" tab by itself you want to set the Global Attribute on Tab to 1.
If you want the attributes to not be on the tabs, but instead below the tabs, set Global Attributes on Tab to 0.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
What you want and what you are setting are opposite.
If you want an "attribute" tab by itself you want to set the Global Attribute on Tab to 1.
If you want the attributes to not be on the tabs, but instead below the tabs, set Global Attributes on Tab to 0.
I understand this, but if you see test (which has Global Turned Off). My attributes display the way they always have. I just not sure why TEST and LIVE aren't the same since they are set the same.
If you see this product, they should display the same but there are different in TEST and LIVE
Thanks for the time you've taken to respond to this thread.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Each product description has the following TPP code for a custom tab:dontgetit
Code:
<!--%Options & Sizes%-->
<script type="text/javascript">
var mydomain='http://'+window.location.hostname;
HttpRequest(mydomain + '/boutique/content/english/sizing_notice.htm');
</script>
<!--*sub_AttributeOptions(2)*-->
Is the compatible with the new version?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
After hours of failing to find why I was getting the following in IE:
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
I finally identified the culprit. We had a user generated tab 'Multimedia' that we had placed YouTube video's in. After removing the YouTube embed code this now works properly in IE. It totally and completely sucks because we built the site in FireFox and QC'd IE6-8, but we never checked the products that had videos (which is a lot of them). FireFox (and pretty much all other browsers) handle TPP and YouTube embeds without issue.
This is not a minor issue where an exception is quietly thrown, IE6/7 will fatal error and throw up a 404, IE8 will load the header only, in compatibility mode it loads the entire page and will throw a quiet 'Done with errors on the page'.
TPP is great, I have to find a way to deal with getting videos to the users that does not include a tab.
I was somewhat disappointed that placing the embed outside <!--@EndTabs@--> did not help.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Qhome,
can you confirm if variation_tabbed_products_pro_reverse.zip
has been updated to the 1.05 version ? This is the version of your i use and i want to upgrade to the newer version.
Thanks
Shane
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
knighs2
yep :smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
qhome,
Ive just downloaded it an it doesn't appear to have been updated ?
ive compared the v 1.05 with the variation which ive just downloaded and bits like :
$bGblAttribsOnATCTab = GLOBAL_ATTRIBUTES_ON_ATC_TAB; // adds Attribute Options to the Add-To-Cart tab. Overrides the standalone tab.
are missing. and none of the dates or version numbers have changed ?
this is where i downloaded it from
http://unbannable.com/zc/index.php?m...products_id=10
Thanks
Shane
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
knighs2
qhome,
Ive just downloaded it an it doesn't appear to have been updated
Hmm ok ill check
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Works a treat. Thanks qhome !