Page 190 of 222 FirstFirst ... 90140180188189190191192200 ... LastLast
Results 1,891 to 1,900 of 2217
  1. #1891
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Making tabs for some products and not others

    Ok thanks
    I have another thread on this and eventually found 1 of my problems with global editing..here it is too

    I got local help from someone else .For anyone else who wonders why the global editing doesn't work there are "quotes missing" at the end of each sentence on the middle coding with the instructions
    see here
    includes/ modules
    // Pre-load Warranty
    $fmtShipEst = "\n" . '<div style="width:100%;">' . "\n";
    $fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee." ; (here)
    $fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222." ; (here)
    $fmtShipEst .= "\n" . '</div>'. "\n\n";

    SO what you are saying is cross sell doesn't work yet

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

    Default Re: Making tabs for some products and not others

    Quote Originally Posted by ATSWorld View Post
    Ok thanks
    I have another thread on this and eventually found 1 of my problems with global editing..here it is too

    I got local help from someone else .For anyone else who wonders why the global editing doesn't work there are "quotes missing" at the end of each sentence on the middle coding with the instructions
    I will update the instructions to include the missing semicolons. I'll submit an update in a week or two.. I've updated this module so that the javascript and stylesheet only load on the product pages..
    Quote Originally Posted by ATSWorld View Post
    SO what you are saying is cross sell doesn't work yet
    Not saying that at all.. I don't use the cross sell modules with this module so I can't help.. Others here have reported that they have gotten cross sell to work for them. There are a quite few posts in this thread where others have documented how they achieved that.. I can only suggest searching for cross-sell posts and seeing if any of them provide you the information you need.
    Last edited by DivaVocals; 16 Mar 2013 at 10:08 PM.
    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. #1893
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

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

    I can create new fields for entering more product information. For example, warranty. If I add a field for warranty in the admin and a storage field for it in products table. then call it into tpl_product_info_display.php how do I get that to land on the details tab? I've already done some testing where I create a new < li > in the bof_details section but it's omitted unless JS is disabled... Thanks, John
    Last edited by bumba000; 18 Mar 2013 at 03:00 PM. Reason: removed part of my example...

  4. #1894
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

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

    ... got it...
    includes/modules/tabbed_products_pro.php line 254 is details list.

  5. #1895
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

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

    Hi thanks ..yeah I tried those posts and it don't work for me .. I retried them a few times and always end up with a blank page.
    It's no biggy as they sit at the bottom of the page but would prefer all my cross sells to be in a tab ... I may have to start again anyway as I seem to have lost my model numbers etc tab
    Will check for the updated version

    thanks again

  6. #1896
    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 ATSWorld View Post
    Hi thanks ..yeah I tried those posts and it don't work for me .. I retried them a few times and always end up with a blank page.
    It's no biggy as they sit at the bottom of the page but would prefer all my cross sells to be in a tab ... I may have to start again anyway as I seem to have lost my model numbers etc tab
    Will check for the updated version

    thanks again
    When you get the blank page, that means you will have an error log that may give you the clue you need to get this working..
    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. #1897
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

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

    OK thanks.... Will have another go at the weekend and post error message ..I did check before but can't remember what it said

  8. #1898
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

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

    tried it again .. post #1821
    it actually didn't break the page ..Just nothing happened ...
    If you are updating the add on I'll just have to wait patiently until you manage to correct it

    I also noticed the last section was different to mine was
    tpl_modules_multi_xsell_products.php

    ConsultMe was
    tpl_modules_ultimate_cross_sell_products.php

    So looks like a different add on
    Last edited by Andy-C27; 25 Mar 2013 at 09:49 PM.

  9. #1899
    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 ATSWorld View Post
    tried it again .. post #1821
    it actually didn't break the page ..Just nothing happened ...
    If you are updating the add on I'll just have to wait patiently until you manage to correct it

    I also noticed the last section was different to mine was
    tpl_modules_multi_xsell_products.php

    ConsultMe was
    tpl_modules_ultimate_cross_sell_products.php

    So looks like a different add on
    they are two different add-ons and TPP was only integrated. With one by the original author. My update doesn't deal with integration of any of the cross sell modules.. I'm only addressing updates to the readme and configuring TPP to use product page specific JS and CSS (versus loading the TPP javascipt and stylesheets on every page)..
    Last edited by DivaVocals; 25 Mar 2013 at 10:05 PM.
    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.

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

    Default Integration of Cross Sell Modules with TPP

    Quote Originally Posted by ATSWorld View Post
    Will check for the updated version
    Quote Originally Posted by ATSWorld View Post
    tried it again .. post #1821
    it actually didn't break the page ..Just nothing happened ...
    If you are updating the add on I'll just have to wait patiently until you manage to correct it

    I also noticed the last section was different to mine was
    tpl_modules_multi_xsell_products.php

    ConsultMe was
    tpl_modules_ultimate_cross_sell_products.php

    So looks like a different add on
    Quote Originally Posted by DivaVocals View Post
    they are two different add-ons and TPP was only integrated. With one by the original author. My update doesn't deal with integration of any of the cross sell modules.. I'm only addressing updates to the readme and configuring TPP to use product page specific JS and CSS (versus loading the TPP javascipt and stylesheets on every page)..
    Okay.. let me REALLY clarify my answer.. ATSWorld what you have been doing won't work because the "fixes" you found posted in this forum are for a different cross sell module than the one you are using. You cannot apply those "fixes" to a different cross sell module. To answer your earlier question, yes TPP works with two cross sell modules that I am aware of. One is integrated with TPP and the other requires some modifications to TPP that a community member generously shared with the community.

    There are SEVERAL cross sell modules in the free downloads.. They do not all work with TPP out the box. The most recently up to date ones are:
    Cross Sell Plus Advanced Sell Combo
    Ultimate Cross Sell for Zen Cart
    Multi Cross Sell


    When qhome last updated TPP, I believe it was one of these modules that TPP was integrated with:
    Cross Sell Advanced
    Cross-Sell


    Neither of these modules has been updated since 2007/2008, BUT Cross Sell Advance Sell Combo (based on reports here and looking at the TPP code) SHOULD work with TPP.

    That said, here's information regarding using Ultimate Cross Sell and Multi Cross Sell with TPP (found in this support thread):
    Ultimate Cross Sell - instructions for integrating with TPP
    http://www.zen-cart.com/showthread.p...38#post1152638
    http://www.zen-cart.com/showthread.p...50#post1152650


    Multi Cross Sell - Response from author on integration with TPP
    http://www.zen-cart.com/showthread.p...46#post1159246
    The next TPP update will NOT include any cross sell updates because the original TPP cross sell code should still work with Cross Sell Advance Sell Combo. (in other words it's not broken -- it just requires modifications to work with the other cross sell modules) I will include links to the instructions from this forum on how to integrate TPP with Ultimate Cross Sell in the readme, and if anyone wants to contribute instructions for TPP integration with Multi Cross Sell, I will include that as well.

    Hopefully this should cover all the cross sell questions..
    Last edited by DivaVocals; 26 Mar 2013 at 05:19 AM.
    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