Page 167 of 222 FirstFirst ... 67117157165166167168169177217 ... LastLast
Results 1,661 to 1,670 of 2217
  1. #1661
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

    Default Tabbed Products Pro (TPP) Contrib

    HI, I uploaded TPP Pro to zencart 1.5 and it appears to be working, except that I am not able to to see admin/configuration/TPP
    Is there any work around to show in admin/configuration so that I make adjustment. I have checked the database and everything seems to be place.
    Would appreciate any help, thanks

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

    Default Re: Tabbed Products Pro (TPP) Contrib

    Quote Originally Posted by ianhg View Post
    HI, I uploaded TPP Pro to zencart 1.5 and it appears to be working, except that I am not able to to see admin/configuration/TPP
    Is there any work around to show in admin/configuration so that I make adjustment. I have checked the database and everything seems to be place.
    Would appreciate any help, thanks
    Re-posting the same question multiple times (and in less than 24 hours to boot) is not helpful nor is it going to get you an answer any faster..

    As I said previously to my knowledge NO ONE has looked at the TPP code to evaluate it's v1.5 readiness. There is A LOT MORE to making mods v1.5 ready than simply getting them to register in the v1.5 admin.. Many of these mods will require some core changes to work properly with v1.5 and that my friend is a LOT MORE than simply getting it to show up in the admin menus.. Showing up in the admin menu doesn't mean it will WORK with v1.5..

    Until someone in their FREE TIME takes a look at the TPP code to determine exactly what is needed to make it v1.5 compatible, there just isn't going to be a FAST answer for your question just yet I'm afraid..

    If you are in need RIGHT NOW, then you can consider hiring someone to update TPP for you.. Otherwise you will need to show a little more patience.. eventually all of these mods get updated as soon as someone has time and a need to update this and a desire to share the updated code..
    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. #1663
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

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

    Sorry ...
    I was trying to ask a general question that if a contribution appears to work but is not showing in the admin area was there a work around. Guess you have answered the question.
    I am not in the habit of duplicating questions, support Zen cart by making the occasional payment contribution. I appreciate the fact that people use their FREE TIME.

  4. #1664
    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 ianhg View Post
    Sorry ...
    I was trying to ask a general question that if a contribution appears to work but is not showing in the admin area was there a work around. Guess you have answered the question.
    I am not in the habit of duplicating questions, support Zen cart by making the occasional payment contribution. I appreciate the fact that people use their FREE TIME.
    It's not a general question at all..

    Quote Originally Posted by DrByte View Post
    But converting addons for v1.5 compatibility requires two primary things:
    a) rebuilding the menu options by inserting the required page associations into the database.
    b) rewriting all forms to use the POST method instead of GET whenever those forms trigger UPDATE statements of any sort into the database. GET parameters should only be used for things like filters, and even then they need to be sanitized. In fact, the other part of form rewriting is that ALL inputs need to be sanitized before use.

    If you don't do those things then your admin won't show the menu options, and even if they did they might be non-functional because if the forms aren't rewritten and sanitized then all updates will just redirect you to the admin home screen instead of doing the action required/expected..
    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. #1665
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    If you look at the source HTML code that makes up the TPP readme, you will see how to structure your HTML to use TPP on other pages.. If you are not familiar with how to write raw HTML, then I'm afraid there really isn't an easy "plug-n-play" type of answer to your question..
    Wow, I hadn't even thought to look at that file

    THANK YOU for that.

    - Tija

  6. #1666
    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 MortalWombat View Post
    Wow, I hadn't even thought to look at that file

    THANK YOU for that.

    - Tija
    Psshhhhhh it was nothing.. All the readme files I wrote are SHAMELESSLY stolen from TPP..
    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.

  7. #1667
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Psshhhhhh it was nothing.. All the readme files I wrote are SHAMELESSLY stolen from TPP..
    No shame in shameless stealing

  8. #1668
    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 MortalWombat View Post
    No shame in shameless stealing
    None at all!!
    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. #1669

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

    Hi Divocals

    I totally agree with you on what you are saying about the V1.5 readiness of the module, I also understand that if one has to read through 168 pages of forum it can get a little tedious to find if the module will actually work on V1.5 or not, would it be coreect for me to assume that if it were compatible the listing under free software add ons wouyld say so ?
    In the meantime i do have everything working except for the config part but i can modify enough to show the tabs i want and make it work for me.

    Great forum otherwise got lots of info lately.

  10. #1670
    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 windsurfer View Post
    Hi Divocals

    I totally agree with you on what you are saying about the V1.5 readiness of the module, I also understand that if one has to read through 168 pages of forum it can get a little tedious to find if the module will actually work on V1.5 or not,
    Given that v1.5 was JUST released, and this 168 page thread is over 3 years old, there wouldn't seem to be a need to go through the ENTIRE thread to just get v1.5 compatibility information now would it??
    Quote Originally Posted by windsurfer View Post
    would it be coreect for me to assume that if it were compatible the listing under free software add ons wouyld say so ?
    In the meantime i do have everything working except for the config part but i can modify enough to show the tabs i want and make it work for me.

    Great forum otherwise got lots of info lately.
    You are correct.. when this mod has been updated for v1.5 compatibility, the contributor will indicate this when submitting the mod in the free add-ons.. However I need to stress ONCE AGAIN, that getting a mod to appear in the admin menus doesn't mean that it will work, is secure, or is PCI compliant. ALL of these variables must be addressed when add-ons are updated to work with v1.5
    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