Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
I cannot reproduce any of the issues you've reported.. which leads me to believe that somewhere in your store you've made other modifications to the product description (details) page or made other modifications to the default TPP files which are causing the issues.. I suggest carefully re-tracing your installation and comparing your store files to the one's in the TPP fileset..
OR
uninstall v1.07 altogether and install TPP v1.05.. Unless you NEED the CJ Loader add-on which is included in the v.107 files (the addition of the CJ Loader add-on was introduced in TPP v1.06) v1.05 works just fine.. You will need to incorporate any Zen Cart v1.3.9 changes to the product detail page of course.. If you want CJ Loader after that, you can get it from the Rubiks Integration site and install it AFTER you get TPP working all by it's lonesome..
Thanks! That is really strange. I will take a look. If I unistall it completely I will still have the CJ Loader, and the TPP Config showing in my admin area how do I get that so it's completely unistalled?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
nolsowski
Thanks! That is really strange. I will take a look. If I unistall it completely I will still have the CJ Loader, and the TPP Config showing in my admin area how do I get that so it's completely unistalled?
If I remember, the CJ Loader has an uninstall script to remove the DB entries, you can try this to uninstall TPP DB entries:
Code:
SET @tpp4=0;
SELECT (@tpp4:=configuration_group_id) as tpp4
FROM configuration_group
WHERE configuration_group_title= 'TPP - Config';
DELETE FROM configuration WHERE configuration_group_id = @tpp4;
DELETE FROM configuration_group WHERE configuration_group_id = @tpp4;
After that you will need to remove the TPP and CJ Loader files manually..
The EASIEST way though is if you backed up your store and DB before you installed TPP (as you should do before installing ANY modules) is to roll back to your store backup.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
If I remember, the CJ Loader has an uninstall script to remove the DB entries, you can try this to uninstall TPP DB entries:
Code:
SET @tpp4=0;
SELECT (@tpp4:=configuration_group_id) as tpp4
FROM configuration_group
WHERE configuration_group_title= 'TPP - Config';
DELETE FROM configuration WHERE configuration_group_id = @tpp4;
DELETE FROM configuration_group WHERE configuration_group_id = @tpp4;
After that you will need to remove the TPP and CJ Loader files manually..
The EASIEST way though is if you backed up your store and DB before you installed TPP (as you should do before installing ANY modules) is to roll back to your store backup.
Thanks again! I don't see the unistall script for the CJ Loader in my files.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
nolsowski
Thanks again! I don't see the unistall script for the CJ Loader in my files.
Try running only lines 1-6 of the CJ Loader SQL..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Try running only lines 1-6 of the CJ Loader SQL..
Thank you! I got them completely unistalled. Now I will try to reinstall it with v.1.05
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I just did a fresh install and turned on the global tabs for the cross sell and the cross sell module is still at the bottom and not in the tabs. Everything else looks ok so far.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I turned off the global products description tabs to see how that looks and it looks ok except in chrome it shows the description up top (where it should be) and then at the end of each tab page. You can see it here http://frompropertorocker.com/index....oducts_id=1053
I didn't make any changes to any of the files yet. Just in the admin.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I believe that one of your non-TPP edits is causing this. As you can see on my test shop I do not get this same behavior in Chrome..
http: // zentestcart. overthehillweb . com/index.php?main_page=product_info&cPath=1&products_id=2
Quote:
Originally Posted by
nolsowski
I turned off the global products description tabs to see how that looks and it looks ok except in chrome it shows the description up top (where it should be) and then at the end of each tab page. You can see it here
http://frompropertorocker.com/index....oducts_id=1053
I didn't make any changes to any of the files yet. Just in the admin.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
I believe that one of your non-TPP edits is causing this. As you can see on my test shop I do not get this same behavior in Chrome..
http: // zentestcart. overthehillweb . com/index.php?main_page=product_info&cPath=1&products_id=2
Sorry I just seen you said non-TPP. I wonder what it is then? I can't seem to figure it out.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
nolsowski
All the editing I did was just added those 3 codes in the tpl_product_info_display and I put them where the instructions told me.
I'm stumped then.. because clearly what you see in my test store doesn't have the same behavior you describe in Chrome..:dontgetit