Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
sgflowers
ok maybe i can work off of this
I attached the current tpl_product_info that i have modified from clyde's layout
http://mysticmountainnaturals.com/te...products_id=21
but what i am trying to change:
- add to cart & attributes just below description on right column
- custom "product details tab" and include details such as model# in this tab
- additional images and cross sell and review in tabs
can anyone suggest how to modify clyde's page to accommodate the above?
Ok, the sub details thing isn't a bug. The tag you are using is "<!--*sub_DetailsOnTabs(3)*-->" but should be singular, not plural:
<!--*sub_DetailsOnTab(3)*-->
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
sgflowers
ok maybe i can work off of this
I attached the current tpl_product_info that i have modified from clyde's layout
http://mysticmountainnaturals.com/te...products_id=21
but what i am trying to change:
- add to cart & attributes just below description on right column
- custom "product details tab" and include details such as model# in this tab
- additional images and cross sell and review in tabs
can anyone suggest how to modify clyde's page to accommodate the above?
I'm not quite sure what you are after. Do you want something like the image I attached? That would take a little CSS work but shouldn't be too hard to do. I'm unfortunately not very good at CSS. (I used a table to hack mine together :P)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Ok, the sub details thing isn't a bug. The tag you are using is "<!--*sub_DetailsOnTabs(3)*-->" but should be singular, not plural:
<!--*sub_DetailsOnTab(3)*-->
Actually that is a bug. It SHOULD be plural... according to my documentation. I see I made a similar error with the AttribsOnTabs too I'll update the doc. The code will remain tho.. so it will stay singular
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
I'm not quite sure what you are after. Do you want something like the image I attached? That would take a little CSS work but shouldn't be too hard to do. I'm unfortunately not very good at CSS. (I
used a table to hack mine together :P)
yes thats it
can anyone help with the css?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
kai920
I came across
this site and like its tabbed setup. ( Description Features Specifications Warranty Downloads)
a) It looks like TPP will allow something similar, is this correct?
b) Will a store search still yield results based on the tabbed product descriptions?
If you look at the document source you will see that's it's Zen Cart.
ghome, is that your mod?
JOhn ><>
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
I'm not quite sure what you are after. Do you want something like the image I attached? That would take a little CSS work but shouldn't be too hard to do. I'm unfortunately not very good at CSS. (I
used a table to hack mine together :P)
Hi could i get a copy of your table layout
i will try to convert to css using that as a reference?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Stuff4Toys
If you look at the document source you will see that's it's Zen Cart.
ghome, is that your mod?
JOhn ><>
Ah yea you're right it is zencart. No that's not my mod. That one is using the default 5 tab structure hard coded so that all tabs say the same thing. And they are hardcoded into the template page instead of using an external module or div block.
sg.. that template is zc1.3.7 just so you know (not that much has changed from 1.3.7 to 1.3.8)
I will have to clean it up a bit to work with the new tabs (as there is some hardcoding there)
I'll see if I can work on it today.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
sgflowers
Hi could i get a copy of your table layout
i will try to convert to css using that as a reference?
Quote:
Originally Posted by
qhome
Ah yea you're right it is zencart. No that's not my mod. That one is using the default 5 tab structure hard coded so that all tabs say the same thing. And they are hardcoded into the template page instead of using an external module or div block.
sg.. that template is zc1.3.7 just so you know (not that much has changed from 1.3.7 to 1.3.8)
I will have to clean it up a bit to work with the new tabs (as there is some hardcoding there)
I'll see if I can work on it today.
you got me confused now > happens often
are you saying the product info display layout on your link is from a specific template?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
sgflowers
you got me confused now > happens often
are you saying the product info display layout on your link is from a specific template?
I hardcoded the tables in my product info template on that link I gave to work with my old Tabbed Products Lite contrib. Which means that it is riddled with confusing code and stuff. To make it work with TPP i would need to rip out the TPL stuff first.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I just installed your mod and love it! Thanks for the great contrib!
Had a quick question. On my product page the description shows, then below that is the add to cart, and then below that is the tabbed products row with my tabs.
How do I go about moving this so that the tabs are above the description?
Thanks!