Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
are you using ur own custom product template? or the one I included? cuz i dont have those numbers. I will try lightbox mod to see if i can reproduce what you are seeing with those numbers. Tho I can see you have left an extra "> in the code when u added the lightbox stuff which is causing it to show in the small text.
to answer your earlier questions:
1. changing the order at this time can only be done by changing the code in the /modules/tabbed_products_pro.php file. It's not very hard if you know how to read php but it can be confusing to most. I think I have a way of getting order via admin to work but it might take a little more rewriting and brainstorming.
For now, I will send you a modified version with the additional images first.
2. To add more space, you can add that in the css I believe if you add some padding to the tabcontainer setting.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Looks like you are missing a closing </font> tag at the end cuz the rest of the font on that page is purple. But the tab text looks good. The other problem you appear to be having is that your template is fixed width and your tabs are wrapping around because they ran out of room. A good fix for this would be to put <br/> tags in between all the language file definitions. It will make it look something like this:
http://www.unbannable.com/zen/index....&products_id=5
can u Pm me your site link.. or copy/paste the error it shows when you double click on that little x next to "Done, but with errors". It's usually just a javascript object is null or something small but I want to make sure I catch them all.
The error is no longer there after fresh install. It might have been in the way I installed it before as I had all files uploaded to my own template.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
The error re-appeared for some reason. I sent you the pm regarding the details.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I found the problem. It was the way it was loading the javascript, sometimes it loses track of its own function bracket when its multilined. It was due to the multiple custom tabs calling a script for the header with the lines not wrapping properly.
Fixed and attached:
- Fixed a minor jscript bug showing "syntax error" in IE.
- File Affected:
modules/tabbed_products_pro.php
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello there,
This mod looks great! Just had one question about the attributes:- if I turn that tab off, does it not show up as normal like the Add To Cart does? Just wondered, or maybe it a setup issue on my cart.
Thanks in advance,
Heathemagic
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
HeathenMagic
Hello there,
This mod looks great! Just had one question about the attributes:- if I turn that tab off, does it not show up as normal like the Add To Cart does? Just wondered, or maybe it a setup issue on my cart.
Thanks in advance,
Heathemagic
yes that is what it should do. As seen here
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello qhome,
Thanks for that. Sorry my bad. I have a heavily customied product info display file so I will have to merge it better. Sorry for messing you about. Here is an example of a page anyhow:-
http://www.thegemtree.com/index.php?...roducts_id=284
Just out of interest, once I have tinkered with the CSS and once I reestablish the attribute box, is it possible to have the attribute box appear below the Add To Cart, Add To Wishlist area, running down the left of the tabbed area. Just thought I'd ask so I don't break the running of things.
Thanks,
Heathenmagic :smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
I found the problem. It was the way it was loading the javascript, sometimes it loses track of its own function bracket when its multilined. It was due to the multiple custom tabs calling a script for the header with the lines not wrapping properly.
Fixed and attached:
- Fixed a minor jscript bug showing "syntax error" in IE.
- File Affected:
modules/tabbed_products_pro.php
Uploaded the new modules file and the error has been fixed. Thanks a lot!!!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
HeathenMagic
Hello qhome,
Thanks for that. Sorry my bad. I have a heavily customied product info display file so I will have to merge it better. Sorry for messing you about. Here is an example of a page anyhow:-
http://www.thegemtree.com/index.php?...roducts_id=284
Just out of interest, once I have tinkered with the CSS and once I reestablish the attribute box, is it possible to have the attribute box appear below the Add To Cart, Add To Wishlist area, running down the left of the tabbed area. Just thought I'd ask so I don't break the running of things.
Thanks,
Heathenmagic :smile:
Yes. basically if it is not in the tab, it will go back to whereever you have it in your custom template.