Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Berserker
Qhome,
I have enabled Cross-Sell and for some reason, I have the word "WOO HOO" above my product name? How can I remove that?
Thx
HEH oh cmon.. doesn't "WOOHOO" make people want to buy more? :P
Sorry woohoo was a test word that i forgot to remove. You can edit the:
includes/modules/tabbed_products_pro.php and search for woohoo and remove that entire line.
I've also uploaded the fixed version to the downloads area.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
HEH oh cmon.. doesn't "WOOHOO" make people want to buy more? :P
Sorry woohoo was a test word that i forgot to remove. You can edit the:
includes/modules/tabbed_products_pro.php and search for woohoo and remove that entire line.
I've also uploaded the fixed version to the downloads area.
YEAH!!! Im having second thoughts about deleting. Maybe I should just keep it lol :)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Your question doesn't relate to the quote.
If you are questioning the existing stylesheet setup of having 36 styles in the tpp folder. No. Only one of those gets loaded, not all of them.
If you are asking about modular drop-in tab modules.. well its an idea that has no additional css files.
Sorry qHome,
I read too quickly, thought I saw that this idea would add more stylesheets, which simply prompted me to ask what I had been wondering anyway about all of the stylesheets that are part of TPP :smartalec:
BTW, the idea of modular drop in tabs modules is a fabulous one...this has to be one of the best supported mods around : )
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Good morning !
First off - great contribution - am having fun learning and playing with it. I do have a couple of questions though and I looked through past posts and didn't see it (may have missed it).
It is a cutomizing thing.
Is there a way to center the text within the tabs sections?
Such as the product description, additional images etc...
Also - where would I change the word in the tab "attributes". I'd like it to say something else.
I was playing with the tabs and content etc and I hvae a custom template and have created my own button for add to cart - for some reason it is not displaying mine but is displaying the Zen cart default one. Is there something in the files for this contribution that would cause that or is it simply a template error? The file is in the correct spot and accuratly named so not sure why it is pulling the default.
Thanks so much for your help!
Have a good one.
Lisa
http://ljgdesign.com
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
lj111970
Good morning !
First off - great contribution - am having fun learning and playing with it. I do have a couple of questions though and I looked through past posts and didn't see it (may have missed it).
It is a cutomizing thing.
Is there a way to center the text within the tabs sections?
Such as the product description, additional images etc...
Also - where would I change the word in the tab "attributes". I'd like it to say something else.
I was playing with the tabs and content etc and I hvae a custom template and have created my own button for add to cart - for some reason it is not displaying mine but is displaying the Zen cart default one. Is there something in the files for this contribution that would cause that or is it simply a template error? The file is in the correct spot and accuratly named so not sure why it is pulling the default.
Thanks so much for your help!
Have a good one.
Lisa
http://ljgdesign.com
To center the product description, in your tab stylesheet (the stylesheet inside the tpp folder), change the float to center instead of left under tabcontent.
Regarding the button, name it button_in_cart instead of button_add_to_cart. Also, it has to be a gif image. Put it in your_template/buttons/english
Qhome,
Just wondering, is the spacing for the cross sell content affected by the spacing I have for column-divider-pro?
Thx
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
lj111970
Is there a way to center the text within the tabs sections?
Such as the product description, additional images etc...
You mean the tabstrip itself you want centered? There are a few others asking for that feature too. I'm looking into it. I've found examples of tabs being centered but they are based on a different css and I can't yet seem to get that effect on the way I'm using them.
Quote:
Originally Posted by
lj111970
Also - where would I change the word in the tab "attributes". I'd like it to say something else.
In the languages/english/extra_definitions/tabbed_products_pro.php file
Quote:
Originally Posted by
lj111970
I was playing with the tabs and content etc and I hvae a custom template and have created my own button for add to cart - for some reason it is not displaying mine but is displaying the Zen cart default one. Is there something in the files for this contribution that would cause that or is it simply a template error? The file is in the correct spot and accuratly named so not sure why it is pulling the default.
Thanks so much for your help!
Have a good one.
Lisa
http://ljgdesign.com
I believe Berserker is correct, I am referencing the same module that zen-cart uses for the add to cart button so it should match the default method.
Quote:
Originally Posted by
Berserker
Qhome,
Just wondering, is the spacing for the cross sell content affected by the spacing I have for column-divider-pro?
Thx
Yes, Cross sell does use the tabular_columnar_display.php file so any spacing affecting that would affect XSell.. is this what you mean or is there other spacing that is only affecting xsell?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
You mean the tabstrip itself you want centered? There are a few others asking for that feature too. I'm looking into it. I've found examples of tabs being centered but they are based on a different css and I can't yet seem to get that effect on the way I'm using them.
In the languages/english/extra_definitions/tabbed_products_pro.php file
I believe Berserker is correct, I am referencing the same module that zen-cart uses for the add to cart button so it should match the default method.
Yes, Cross sell does use the tabular_columnar_display.php file so any spacing affecting that would affect XSell.. is this what you mean or is there other spacing that is only affecting xsell?
Yes, that is what i mean but the thing is, there is quite some space in my center box (main page) which is just the way i need it to be but not much for the cross sell. you can check one of the item under bestseller if you need to have a look.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Berserker
Yes, that is what i mean but the thing is, there is quite some space in my center box (main page) which is just the way i need it to be but not much for the cross sell. you can check one of the item under bestseller if you need to have a look.
You need yourself a signature with a link :) I can't remember your site... animeheaven something?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
You need yourself a signature with a link :) I can't remember your site... animeheaven something?
Ok i found it...
Try adding
#crossSell {
padding:10px;
}
to one of your stylesheets.
Default Attribute not selected
This is a great mod. It allows my products to be displayed in a more compact format-less scrolling.
One problem I've have is that default attributes are no longer selected if the attributes are radio buttons.
Anyone else have this problem?
Odd, huh?