Upgrading from 1.02 to 1.05
I'm ready to upgrade from version 1.02 to 1.05.
Is there any gotchas I need to know about? I have custom tabs on all of my products descriptions. Will this be broken with the new global tabls?
If I remember correctly in 1.02 default product options are not selected (at least in my site they weren't). Any idea if this is still the case or is it fixed?
Thank Qhome for a great mod.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
All should be fine. The changes from 1.02 to 1.05 were only a few bug fixes and cleaned up code. If you have custom tabs that you hard-coded into the tpp files, then you will need to merge those over. but the file structure hasn't really changed so it should be fairly simple to do.
Quote:
2-Aug-2008 - v1.05 (Release) - qhome
* Added new admin option to merge attributes and add to cart on the same tab.
* Files Modified:
o TabbedProductsPro.sql
o modules/tabbed_products_pro.php
o doc/readme_tabbed.html
12-May-2008 - v1.04 (Release) - qhome
* Added more conditional logic from the preload section to cut down unnecessary queries
* Files Modified:
o modules/tabbed_products_pro.php
o doc/readme_tabbed.html
25-Mar-2008 - v1.03 (Release) - qhome
* Fixed bug where default attribute radio button wasn't checked on tabs.
* Files Modified:
o jscript/jscript_tpp.js
o doc/readme_tabbed.html
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
:bigups:Looks good:bigups:
Thanks for fixing the default option value glitch.
I have not custom tabs, so it was a cinch.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Slight configuration glitch.
Can you help me out?:dontgetit
This worked fine in TEST, but in LIVE it displays the options on every tab.
The configurations are set the same.
TEST
LIVE
thanks
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
The options aren't loading on any tab, just are just below the tabs. You are sure you have "Global Attributes on Tab" set?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
The options aren't loading on any tab, just are just below the tabs. You are sure you have "Global Attributes on Tab" set?
On the LIVE site, don't you see the attributes under each tab?
There under the product description tab after the product info, under the More Images tab under the additinal images and so on.
My TPP Config looks like this.
TPP - Global Enable Tabs 1
TPP - Global Main Image On Tab 0
TPP - Global Product Description Tab 1
TPP - Global Attributes on Tab 0
TPP - Global Attributes on Add-to-Cart Tab 0
TPP - Global Details On Tabs 0
TPP - Global Add To Cart Tab 0
TPP - Global Additional Images Tab 1
TPP - Global Customers Also Purchased Tab 1
TPP - Global Cross Sell Tab 1
TPP - Global Reviews Tab 1
TPP - Show Tab Headers 0
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Yea, like I said:
TPP - Global Attributes on Tab 0
needs to be 1. The attributes aren't on all the tabs.. they aren't on any tabs.. they are completely below the tab box.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Yea, like I said:
TPP - Global Attributes on Tab 0
needs to be 1. The attributes aren't on all the tabs.. they aren't on any tabs.. they are completely below the tab box.
:blush::ohmy::oops:
Thanks again. Sorry for the bother on something so simple. I could have sworn that TEST and LIVE were set the same.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
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?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ok, some further information...
I use this code to define custom tabs on each product description so that I can display NOTICE of the attribute tab.
Code:
<!--%Options & Sizes%-->
<script type="text/javascript">
var mydomain='http://'+window.location.hostname;
HttpRequest(mydomain + '/boutique/content/sizing_notice.htm');
</script>
<!--*sub_AttributeOptions(2)*-->
I've removed this code above from one of my products and turned Global Tabs ON. Now the options display on the attributes tab for this product (without my important notice of course).
So I guess I don't need the code above, but how can I display some extra text or instructions on the attributes tab?