Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
Installed TPP 1.0.5 since that seem to be the one that was tested on 1.3.9.
Everything seems to work on the front and back end but for some reason, im not getting the tab image to display.
Instead, they are just links in a list type with bullets. Any reason why this is? I uploaded all the files and images.
Any help would be much appreciated.
Thanks
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello, can someone please provide me with a working link to a website that shows TTP? I have followed the link given on this site but it takes me to an opencart website??
Thanks
Michael
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dutchy
Hello, can someone please provide me with a working link to a website that shows TTP? I have followed the link given on this site but it takes me to an opencart website??
Thanks
Michael
Check the link in my signature
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dutchy
Hello, can someone please provide me with a working link to a website that shows TTP? I have followed the link given on this site but it takes me to an opencart website??
Thanks
Michael
You can see TPP on my site as well..
HERE
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dutchy
Hello, can someone please provide me with a working link to a website that shows TTP? I have followed the link given on this site but it takes me to an opencart website??
Thanks
Michael
Yes, it's very easy to install and holds great benefits once you learn how to customize it.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thank you everyone!
@khopek: wow! outstanding website!
is that a template or bespoke?
Re: Tabbed Products Pro (TPP) - Attribute Sub Tag Issue
Does anyone has a working Attribute sub tag? :dontgetit
I can get Attributes tag to work on its own. No problem there. Either with the <!--#AttributeOptions#--> code or when the TPP Config is set as 1 for "TPP - Global Attributes on Tab".
But if I use the <!--*sub_AttributeOptions(#)*--> code, Attributes moves out of TPP and sets itself underneath, in a separated div. (FYI: I did replace the # by the Tag number)
The only way I can get Atttributes to work as a sub tag is when the TPP Config is set as 1 for "TPP - Global Attributes on Tab".
But here is the problem: I then get it TWICE! :frusty:
- Once as the sub tag (what I want)
- a second time as its own tag (I don't want to get it twice)
I searched this thread, moved things around but I cannot for the life of me get Attributes inside a tag.
Any help would be greatly appreciated.
Damien
Re: Tabbed Products Pro (TPP) - Attribute Sub Tag Issue
More on the "Attribute Sub Tag Issue" above:
With the TPP Config set with "TPP - Global Attributes on Tab" as 0:
The Attributes shows as a Sub Tag Tag IF I have both codes in the Description:
<!--#AttributeOptions#-->
AND
<!--*sub_AttributeOptions(#)*-->
But if I only have <!--*sub_AttributeOptions(#)*-->, Attributes moves out of TPP.
With the TPP Config set with "TPP - Global Attributes on Tab" as 1:
The Attributes shows as a Sub Tag Tag BUTI have a Duplicate (as stated in my previous post).
In the tabbed_products_pro.php file, there is this section:
PHP Code:
//Check if Product Description already has a tag so it doesn't create another one with the Global tag, otherwise add the tag
$first_char_tag = strpos($proddata, "<!--%");
if (intval($first_char_tag) != 0 || strval($first_char_tag) == '') {
if ($bGblProdDescTab == true) {
$proddata = '<!--%'. $gbl_proddesc_tab_name . '%-->'. $proddata;
}
}
Call me crazy but that part should avoid duplicates, no? :dontgetit
If anyone has an idea on how to get the Attributes as a Sub Tag, please feel free to share.
TIA
Damien
Re: Tabbed Products Pro (TPP) - Attribute Sub Tag Issue
can anyone explain to me why there is 4 sql files with tabbed products?
nothing in the docs explains minify but it seems to be included in the files????
also in the docs there is a file called res???? is it for the sample tab?
also theres a few extra files that dont seem to be needed?
Re: Tabbed Products Pro (TPP) - Attribute Sub Tag Issue
also what about cjloader? its not mentioned in the docs.
i have installed tabs but is not working on 1.3.9e everything is the same as it was before. the tags dont appear in the descriptions but the tabs arent showing
since then i tried to install cj loader with no luck