Re: Tabbed Products Pro (TPP) Contrib - Official Thread
:oops: AHA! I found it qhome!
The sign should say Duh! not Oops! It seems that the tpl_product_info_display.php (which I previously modded) in my template/my_template/templates folder was not over written with your file. That would explain it.
Now all I have to do is move the add to cart button up to the top and change the tabs to suit my site and I should be good to go!
Thanks for your help.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
cache529
I'm trying to add different images in different tabs.
For example, if I have image_01.jpg & image_02.jpg. How can I put image_01.jpg in Tab1 and image_02.jpg in Tab 2? As of right now, I can only make them show up together in the "Additional Images" tab or together as a sub tab.
What do the images represent? Are they going to be the same image on all products or will they be different for each? What tab are you trying to get these on?
Quote:
Originally Posted by
toddo
:oops: AHA! I found it qhome!
It seems that the tpl_product_info_display.php (which I previously modded) in my template/my_template/templates folder was not over written with your file. That would explain it.
Glad you figured it out. If you have a lot of changes to your custom tpl_product_display_info file, you could also just add the TPP code to your custom file (see readme). There are only 3 snippets of code to add to it for tabs to work there too... but either way. Enjoy!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
What do the images represent? Are they going to be the same image on all products or will they be different for each? What tab are you trying to get these on?
1) The images are additional images of the product for sell.
2) They are going to be different for each product in the store.
3) I'm trying to get the images to appear on different "custom" tabs. I'm using the following: <!--%tab_name%-->.
I hope there's an easy way...Thanks!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
cache529
1) The images are additional images of the product for sell.
2) They are going to be different for each product in the store.
3) I'm trying to get the images to appear on different "custom" tabs. I'm using the following: <!--%tab_name%-->.
I hope there's an easy way...Thanks!
To put them on custom tabs should be easy from the product description area in the admin section.
Code:
This is some text that will go on the first tab which if GlobalProductDescription is set
<!--%CustomTab1%-->
This is some test for the next tab, which is a custom tab. I also have this image:
<img src="http://www.image.com/myimage1.jpg"/>
<!--%CustomTab2%-->
This is some test for the next tab, which is a custom tab. I also have this image:
<img src="http://www.image.com/myimage2.jpg"/>
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
qhome,
that worked like a charm...thanks for helping a newbie!:smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi QHome,
Ok, I installed the last version available on the download page on ZC 1.3.8 and everything is working great except I only have links beside the main image instead of tabs. These links are working well but it looks like something is not working or do not load. I looked at all files, reinstalled 3 times, looked at the CSS files but didn't find the problem. I read the 34 pages and now I think my head will explose. In these pages, I saw the problem kbalona had and it looks similar except I do not use cross sell product. Any idea??
I don't have a lot of products entered and ZC in not completely done but you can follow this link to see what I'm talking about: http://www.rack-import.com/shop/inde...&products_id=2
By the way, I sent you an email about a special request. Please take a look at it when you'll have the time and let me know what you think.
Alex
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Things are sometime strange... You work on something for a day, trying to make it work, and it's when you get tired and ask for help that you find the solution. So, it's working now. Thanks for this amazing and very complete mods!!
Regards
Alex
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Glad you got it working. btw, i didn't get any email or pm... tho my PM box was full.. so i cleaned it out.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I'm having the same problem and on my site it really looks stupid without those selected. Has anyone fixed this issue yet, the default attribute not being selected?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
~UPDATE~
Quote:
* Fixed bug where default attribute radio buttons weren't checked on tabs.
* Files Modified:
o jscript/jscript_tpp.js
o doc/readme_tabbed.html
Only 1 file change from 1.02: /jscript/jscript_tpp.js
Available in the Download section (when authorized)