Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Finally I got it to work. Thank you yellow1912 for the answer in the right direction. For those of you that is haveing the same problem as I am, here is how I did it. After installing IH2 and TPP you need to go back into IH2 folder and copy the jscript_imagehover.js file. This is located in includes/templates/template_default/jscript. After doing that you need to place the jscript_imagehover.js file in includes/templates/your_template/jscript. Once again thank you yellow1912 and everyone else in this wonderful community.:clap:
Quote:
Originally Posted by
yellow1912
Your image hover affect doesnt work for you perhaps because you didnt copy the IH2 js files into your current template js folder.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Yellow1912! saves the day.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
If anyone finds out way that TPP attribute Tab when turned on (When using AIS module) doesn't kill AIS attributes from loading please post how.
I can live without but may endeavor to use in the future... so not really important.
TY.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I looked all throughout the forum here for the answer but could nt figure it out. I can not seem to find the full instructions for how to add a tab for information on a manufacturer basis.
More specifically we are trying to add a tab on our products that shows a color coded map indicating est. delivery times for ground deliveries.
on zencart 1.3.8
http://www.ribbonsbaskets.com
Re: get blank after install tabbed products por , help me please
get blank after install tabbed products por , help me please
Hi
i get blank page after install tabbed products por ,and it display:Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /host/includes/functions/extra_functions/class.rlwp.php on line 23
already install wordpress
class.rlwp.php :
define ('ABSPATH','/****/wordpress/'); // abs-path to wp
if (file_exists(ABSPATH.'wp-config.php')) {
require_once(ABSPATH.'wp-config.php');
$wpinstall = true;
}
class rlWP {
public $wpinstall;
private $tag;
function __construct(){
$this->wpinstall = false;
if (file_exists(ABSPATH.'wp-config.php')) {
$this->wpinstall = true;
require_once(ABSPATH.'wp-config.php');
}
}
public function getWPTag($tag = 'zen-cart'){
$content = '';
$this->tag = $tag;
if($this->wpinstall == true) {
$lastposts = get_posts('tag=' . $this->tag);
if(empty($lastposts)){
$content = 'NIX gefunden';
} else {
foreach ($lastposts as $post) {
$content .= '<div style="padding:4px; border: 1px solid green;"><h3>' . $post->post_title . '</h3><p>' . $post->post_content . '</p></div>';
}
}
} else {
$content = 'WP nicht installiert/richtig konfiguriert';
}
return $content;
}
}
function getWPTag($tag = 'zen-cart'){
$wp = new rlWP();
return $wp->getWPTag($tag);
}
help me please
www.cbwp.us
tabbed_products_pro_1-06b.zip
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello! :)
So I installed everything(tabbed pro, yellow's version) with no errors, and I used the tag provided in the readme...but I still cant get tabs to show up on the product pages.
is there something I'm missing?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
himmell1234
Hello! :)
So I installed everything(tabbed pro, yellow's version) with no errors, and I used the tag provided in the readme...but I still cant get tabs to show up on the product pages.
is there something I'm missing?
I did find something, I'm using the cold steel template...and when I copy over the html_header.php from the tabbed pro...the site display becomes messed up.
I'm assuming this is probably the point of error.
is there anyway I can combine the two html_header files?
(sorry, php isnt my strong point)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I'm having a problem with Image Handler 2 and Tabbed Products Pro.
My image hover works, but on the products page with the tabs looks OK, but the image pop up doesn't work. If you put your mouse over the image and (on IE at least) look at the bottom left corner you can see the words "javascript popupWindow....". Now when you click on the image to view it larger nothing happens and you now get an error on page messege in the bottom corner. If you refresh the page, the error goes away until you click the image again. How do I get the image pop up to work? Here is my site to see what it does www.phryz.com
Thanks
Dan
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I was looking throuh the readme but for the life of me just couldnt see anything that discussed the SEO effects that this mod can have.
For instance if I use the cross-sell mod with google recognize these as additional links on the page?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ksookma
I was looking throuh the readme but for the life of me just couldnt see anything that discussed the SEO effects that this mod can have.
For instance if I use the cross-sell mod with google recognize these as additional links on the page?
Nevermind, retarded...I found it - it's there