Zen Cart Logo
Forums / All Other Contributions/Addons / Tabbed Products Pro (TPP) Contrib - Official Thread

Tabbed Products Pro (TPP) Contrib - Official Thread

Views: 397,307

Results 1,281 to 1,300 of 2,224
15 Sep 2010, 18:13
#1281
scatzc avatar

scatzc

New Zenner

Join Date:
Sep 2009
Posts:
79
Plugin Contributions:
0

Tabbed Products Pro (TPP) Contrib - Official Thread

Ansering myself:

scatzc:

  1. I am not currently using CSS Javascript Loader or CJ Loader. Can I still use 1.06c?
    No.

scatzc:

  1. If not, which is the latest version that I should use? (given I am still with ZenCart 1.3.8a)?
    1.06
15 Sep 2010, 22:46
#1282
scatzc avatar

scatzc

New Zenner

Join Date:
Sep 2009
Posts:
79
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

OK, I installed TPP 1.06 on 1.3.8a and it's beautiful -- everything works flawlessly.

I have only one issue though: In my customized Zen-Cart, I moved "Add to Cart" button (div #cartAdd) to the top of the page, next to the product name.

With TPP 1.06, the "Add to Cart" button is now back at the bottom of the page (each tab). How do I move it back up?

I know about the option of having the "Add to Cart" button in its own tab, but I am not interested in that.

TPP has the excellent feature of <!--@EndTabs@--> to put certain content below all tabs. Is there a way to do the same but above all tabs?

16 Sep 2010, 00:12
#1283
scatzc avatar

scatzc

New Zenner

Join Date:
Sep 2009
Posts:
79
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

scatzc:

I have only one issue though: In my customized Zen-Cart, I moved "Add to Cart" button (div #cartAdd) to the top of the page, next to the product name.

With TPP 1.06, the "Add to Cart" button is now back at the bottom of the page (each tab). How do I move it back up?

To further clarify, TPP 1.06 knows somehow to place above the tabs all the text that's before the first <!--% %-->. Why does it behave differently for the "Add to Cart" button?

At first I thought that perhaps it "intercepts" the button using the <div id="cartAdd"> but my top "Add to Cart" button has a different id! How does TPP 1.06 do that?

16 Sep 2010, 05:37
#1284
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Hi,

I am trying to make these tabs: product description, additional images, size chart, review, tell a friend. Because all of these (except size chart) are built-in Zen modules, can I use the global method to create the tabbed view? How do I also include the size chart tab along with it? There will be a size chart image of each brand in the size chart tab. Therefore the image url is not always the same. I want to avoid putting the tags in the product description of each product because there are tens of thousands of products. Also, if I decide that this module is not good enough, how do I uninstall it? Please advise. Thank you.

17 Sep 2010, 14:59
#1285
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Can anyone help?

19 Sep 2010, 22:15
#1286
kamelion0927 avatar

kamelion0927

Zen Follower

Join Date:
Dec 2009
Posts:
208
Plugin Contributions:
1

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

scatzc:

To further clarify, TPP 1.06 knows somehow to place above the tabs all the text that's before the first <!--% %-->. Why does it behave differently for the "Add to Cart" button?

At first I thought that perhaps it "intercepts" the button using the <div id="cartAdd"> but my top "Add to Cart" button has a different id! How does TPP 1.06 do that?

I had the same issue when I installed this mod. The only thing that forces the 'Add to Cart' button below the tabs is how your product information template is set up.

Go to includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move everything between the <!--bof Add to Cart Box --> and the <!--eof Add to Cart Box --> to where you want it to be. I moved mine underneath the Attributes Module and it shows above the tabs.

21 Sep 2010, 18:04
#1287
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Still hoping for help as to how to hard code a Global Tab for the Wishlist Mod.
While waiting, I have a bug that may or may not be related to TPP.
Does it in every browser.

Go here;
http://minu.me/2slk
Click on Additional Images tab and hover over the image once, now click back to Product Description.
It's like TPP forgets to frame the image again as you can see the product description directly behind it.

It only happens if you hover over the addition images, so it could be a problem with TPP, IH2, JQZoom and JQLightbox not playing well together.

Hope someone has a suggestion.

Thank you

24 Sep 2010, 23:46
#1288
fran avatar

fran

New Zenner

Join Date:
Oct 2005
Posts:
67
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Is it possible to split up product attributes into different tabs with this mod? such as a custom shirt site might use?

27 Sep 2010, 03:28
#1289
scatzc avatar

scatzc

New Zenner

Join Date:
Sep 2009
Posts:
79
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

kamelion0927:

Go to includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move everything between the <!--bof Add to Cart Box --> and the <!--eof Add to Cart Box --> to where you want it to be. I moved mine underneath the Attributes Module and it shows above the tabs.
In my case that blanked the page entirely! :blink:

kamelion0927:

The only thing that forces the 'Add to Cart' button below the tabs is how your product information template is set up.
That is, the order of sections. This was an incredible hint. It allowed me to try moving instead the following snippet:

<?php 
//BOF :: Tabbed Products Pro ::
echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>';
//EOF :: Tabbed Products Pro ::
?>

Just below the <!--eof Add to Cart Box--> which worked very well for me.

Thank you kamelion0927 :hug:

29 Sep 2010, 01:12
#1290
sellgourmet avatar

sellgourmet

New Zenner

Join Date:
May 2008
Location:
Houston
Posts:
9
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

using ZC 1.3.7 Tabbed Products Pro and have spent the better part of 3 hours reading nearly 180 posts that dance all around my question which is: where do I change the text that displays on a tab in TPP?

I have read countless messages and some nearly answer the questions but there is nothing definitive to go to a specific file and alter some text and then try it out.

I found out you can turn off the global settings and paste zen tags with the name I want on each product but with 3,000 products that's insane to attempt. Is there a global way to change the tab from reading "Product Details" to read "Vendor Terms"?

Quick, simple request and I appreciate any offers of help.

:lamo:

29 Sep 2010, 01:23
#1291
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

You'll have to find the language file that contains that text. It won't necessarily be in TPP files. The easiest way to find it would be to go to Admin->Developers Toolkit and search for the text 'Product Details.'

29 Sep 2010, 02:17
#1292
sellgourmet avatar

sellgourmet

New Zenner

Join Date:
May 2008
Location:
Houston
Posts:
9
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

khopek,

Thanks so much as I was able to find a very obscure file named 091610_tpp.php which contained the text. I've used the DTK 1000's of times before but didn't find anything.

/includes/languages/english/extra_definitions/091610_tpp.php

Don't ask me why it is named with a date as I had hired someone to install the mod and they were stumped too on how to change the text of the global tabs. The file may look differently on other sites but it may be xxxxxx_tpp.php, so look for that file as the text is easily changed to anything you want.

Thank you again....

29 Sep 2010, 22:47
#1293
poopyp avatar

poopyp

New Zenner

Join Date:
Sep 2010
Posts:
10
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Hi Everyone,

I need help with this contribution
https://www.jerseybaron.com
New Jersey Devils
that product has the following added to it in product description

<!--%Product Description%-->

The name of this tab is "Product Description". This is the text on the product description tab.

<!--%Custom Information%-->

This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.

Nothing shows up..the template is Modern Zen.
Your help is greatly appreciated.

29 Sep 2010, 23:03
#1294
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

PoopyP:

Hi Everyone,

I need help with this contribution
www.jerseybaron.com
New Jersey Devils
that product has the following added to it in product description

<!--%Product Description%-->

The name of this tab is "Product Description". This is the text on the product description tab.

<!--%Custom Information%-->

This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.

Nothing shows up..the template is Modern Zen.
Your help is greatly appreciated.
Be sure that you are adding <!--%Product Description%--> and the information under it while you are in Source Mode.

30 Sep 2010, 12:18
#1295
poopyp avatar

poopyp

New Zenner

Join Date:
Sep 2010
Posts:
10
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

jabbawest:

Be sure that you are adding <!--%Product Description%--> and the information under it while you are in Source Mode.

I'm in admin and I just copy paste the <!--%Product Description%--> and other tabs stuff into the Products Description: text box..

not sure what source mode means or how to get to it?

01 Oct 2010, 00:09
#1296
scatzc avatar

scatzc

New Zenner

Join Date:
Sep 2009
Posts:
79
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

TPP 1.06 Works great for me but there is one little problem: Product descriptions pages which have not migrated yet to the tabbed format (i.e. their HTML is the classic Zen-Cart with no TPP directives) yield the following "Error on page" on Internet Explorer 8:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 30 Sep 2010 23:58:23 UTC

Message: Object required
Line: 31
Char: 1
Code: 0
URI: http://www.<domain>.com/store/includes/templates/owntemplate/jscript/jscript_tpp.js

Note: This problem doesn't happen on Firefox.

Even on IE8, this problem doesn't occur on pages with tabs.

Since changing all products description is a long gradual process, I prefer to address this issue ASAP instead of trying to frantically rewrite hundreds of pages... This is also why I disable all default tabs and enabled only the global option (so that some pages have tabs while others don't).

Any idea how to get rid of this error (doesn't look good from a customer perspective).

Thanks.

01 Oct 2010, 15:23
#1297
lukelloyd avatar

lukelloyd

Inactive

Join Date:
Oct 2010
Posts:
19
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

I have installed as per docs but when i load my home page it is blank, when i go to my cache folder and download log it says:

[01-Oct-2010 17:10:40] PHP Parse error:  syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/46/d21611304/htdocs/testing/zen/includes/functions/extra_functions/class.rlwp.php on line 23

Ive had a quick look in that file but all looks ok, whats is going wrong? Did anyone else's install do that?

01 Oct 2010, 17:54
#1298
dkerfoot avatar

dkerfoot

New Zenner

Join Date:
Mar 2007
Posts:
72
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Is ANYONE here using both Google Checkout and TPP?

dkerfoot:

Upgrading from ZC 1.3.7 to 1.3.9d.
Also added Tabbed Products Pro contrib

Google Checkout (GCO) was working fine for a long time.

now GCO doesn't work. For starters, I don't get a button anymore. I just get the option on checkout. If I chose it, and click continue checkout - I get to a "Confirm the Order" Page. I click the button and it brings me right back to the shopping cart.

Reinstalled GCO several time - no joy.

Any ideas?

01 Oct 2010, 22:30
#1299
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

PoopyP:

I'm in admin and I just copy paste the <!--%Product Description%--> and other tabs stuff into the Products Description: text box..

not sure what source mode means or how to get to it?
See Attached.
In my experience using the tags, If you enter the tag while using WYSIWYG it won't create the tab.
You must enter the TAG in Source Mode then the information you want to appear in the tab, the TAG will create, after it. Doesn't matter if the info is immediately after it or a few lines down.
After you've done that, click the source button to return back to the WYSIWYG and you will not see the TAG <!--%Product Description%-->
Now click on Preview and Save, then go to your website and behold. http://minu.me/3235 My Specifications Tab

02 Oct 2010, 04:08
#1300
lindasdd avatar

lindasdd

Zen Follower

Join Date:
Jun 2007
Posts:
474
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

jabbawest:

See Attached.
In my experience using the tags, If you enter the tag while using WYSIWYG it won't create the tab.
You must enter the TAG in Source Mode then the information you want to appear in the tab, the TAG will create, after it. Doesn't matter if the info is immediately after it or a few lines down.
After you've done that, click the source button to return back to the WYSIWYG and you will not see the TAG <!--%Product Description%-->
Now click on Preview and Save, then go to your website and behold. http://minu.me/3235 My Specifications Tab

Just in case this helps. The source code button looks like this: <>
You can even see one when you click "Reply" in the forums here (although the one here doesn't put you in source mode, it just spits out some source code tags.) By clicking that button you switch to HTML code mode.

-lindasdd