Tabbed Products Pro (TPP) v1.09a submitted tonight..
Changelog:
- Slight change so that the javascript and CSS files only load on the product information pages
- Add CSS3 (imageless) stylesheet in the /includes/templates/YOUR_TEMPLATE/css/tpp/*.css folder
- Improved fix for the issue with the "duplicate" review buttons (incorrectly showed two "Write Reviews" buttons)
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Hi mcpisik,
Sorry for the slow response, but looks like you've been Diva'ed already! :)
As she pointed out, in your case it's best to hard code your display page per the readme instructions for the mod. That way you can use TPP as much as you please on all your document products w/o the hassle of messy per-page-code additions.
If you already have TPP installed, you can use that bit of code to call TPP anywhere (EZpage, Category page, document prod pages, etc).
Just copy and paste that bit of code I posted, then see what it does. It will only take a few seconds to figure it out:
1. Create new EZ page (or whatever page).
2. In source view, paste that code snippet I provided.
3. Go take a look at the page to see what it did.
In the areas where I used <p></p> you can post as much html as you please.
Good luck!
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Quote:
Originally Posted by
Feznizzle
Hi mcpisik,
Sorry for the slow response, but looks like you've been Diva'ed already! :)
"Diva'ed"???? :laugh::laugh::laugh:
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Quote:
Originally Posted by
Feznizzle
Hi mcpisik,
Sorry for the slow response, but looks like you've been Diva'ed already! :)
As she pointed out, in your case it's best to hard code your display page per the readme instructions for the mod. That way you can use TPP as much as you please on all your document products w/o the hassle of messy per-page-code additions.
If you already have TPP installed, you can use that bit of code to call TPP anywhere (EZpage, Category page, document prod pages, etc).
Just copy and paste that bit of code I posted, then see what it does. It will only take a few seconds to figure it out:
1. Create new EZ page (or whatever page).
2. In source view, paste that code snippet I provided.
3. Go take a look at the page to see what it did.
In the areas where I used <p></p> you can post as much html as you please.
Good luck!
This is brilliant, although I had achieved a similar with jquery and put in a new different horizontal menu bar, but I was pretty limited in what I was doing.
With this, how would you code in images from your domain server? <img src="/var/sites/k/kis...esh.co.uk/.../Slide5_Woodenbot.gif" alt="Book" id="book" />
is it particularly simple.
Odd the jquery demo stuff can be copied and pasted into an easy page and text written, but the functionality after that gets more tricky and you have to trawl through more code to look at where you are posting things.
It could be a useful alternative.
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Quote:
Originally Posted by
LEJay
This is brilliant, although I had achieved a similar with jquery and put in a new different horizontal menu bar, but I was pretty limited in what I was doing.
With this, how would you code in images from your domain server? <img src="/var/sites/k/kis...esh.co.uk/.../Slide5_Woodenbot.gif" alt="Book" id="book" />
is it particularly simple.
Odd the jquery demo stuff can be copied and pasted into an easy page and text written, but the functionality after that gets more tricky and you have to trawl through more code to look at where you are posting things.
It could be a useful alternative.
If you have TPP installed and your question is pertaining to how to add tabs to other pages, then please clarify your question.. If this is a GENERAL "How to add tabs to pages in Zen art" and you DO NOT have TPP installed, I'm afraid you need to move this discussion to a separate thread.
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Hi, I have installed TPP, i was wondering about inserting images into the text.
http://kissmyvmesh.co.uk/index.php?m...id=1&chapter=1
So I've placed two code iterations under the second tab. I can try and check the image, but its in the slider on my mainpage.
http://kissmyvmesh.co.uk/
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Quote:
Originally Posted by
LEJay
Still don't understand what it is you are asking.. In plain language what are you trying to put the tab?? an image from your slideshow??? If that's the case then just the URL to the image should be included in your HTML for the tab.. for example
Code:
<img src="http://kissmyvmesh.co.uk/images/banners/Slide1_hand.gif">
Is that what you are afer or am I missing something here??
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
You missed absolutely nothing. I got something wrong somewhere. I can follow the same method.
Sorry about the jquery stuff, I was just remarking that its close to possible without the addon. (Ironically a cut and paste code quite possibly avoid the problems of people wanting to adapt things, less hassle... for addon devs...)
Thanks for the help and brilliant addon. Cheers
Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..
Thank you for this plugin, but it looks like there still is a error with the "Write review" button, as it still displays two times. It displays in the tab, and it displays under the tabs as well. How can I fix this?
The verison I'm using is 1.09a (But the verion number on the admin page says 1.09. I guess you just forgot to edit it before uploading the new version?)
Regards
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dee_d_lady
Hi,
I''m trying to figure out one cosmetic issue with TPP. I'm using TPP to show some Custom Tabs and Cross sell Tab towards the end of Product Info Page but the product description text (I don't use product description to be shown in tabs) is showing right above the tabs instead of the position that is set in tpl_product_info_display.php (below product title). I didn't find relevant code to make the text appear in the position set in my tpl_product_info_display.php. Guess it could be done in jscript_tpp.js? Can some give advice?
Thank you!
Please, can someone tell me, if it is possible to not show the text from product description table just above the tabs? I want to have TPP at the bottom of the page and the product description at the beginning of the page while other stuff (price block, additional images, attributes,...) between prod. description and TPP.
Thanks for any help with this