Page 144 of 222 FirstFirst ... 4494134142143144145146154194 ... LastLast
Results 1,431 to 1,440 of 2217
  1. #1431

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by DivaVocals View Post
    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?

  2. #1432
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by nolsowski View Post
    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.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1433

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by DivaVocals View Post
    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.

  4. #1434
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by nolsowski View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #1435

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by DivaVocals View Post
    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

  6. #1436

    Default 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.

  7. #1437

    Default 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.

  8. #1438
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default 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 View Post
    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.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1439

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by DivaVocals View Post
    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.
    Last edited by nolsowski; 2 Apr 2011 at 05:17 PM.

  10. #1440
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by nolsowski View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  2. v154 Tabbed Prod Pro (TPP): Adding Anchor Links
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 30 May 2016, 07:50 PM
  3. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  4. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  5. Tabbed Products Contrib [WIP]
    By qhome in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 22 Sep 2008, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR