Page 164 of 222 FirstFirst ... 64114154162163164165166174214 ... LastLast
Results 1,631 to 1,640 of 2217
  1. #1631
    Join Date
    Dec 2011
    Posts
    5
    Plugin Contributions
    0

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

    hello using version 1.39h with tpp and edit cart i notice edit cart stops working anyone else have this problem?

  2. #1632
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

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

    I installed tabbed product pro V1.07 on zencart 1.39H, everything works well on my computer! when I upload it to server, it comes error!without it my site works well, too!anyone knows what happened? is it anything about my server? I am hosted on bluehost!
    my site:www.fesmall.com
    anyone can help will be appreciated!
    I have checked many times, and test on my computer many times, it works well! Just not work on server!

  3. #1633
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

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

    I installed Tabbed product pro V1.07 on zen-cart 1.39H english version! It works well on my computer! but when I uploads it to server(bluehost), my site cannt open! I checked many times both on my computer and server! It works fine on computer, many times try but not work on server, and I am sure I am doing no wrong! My site:www.fesmall.com anyone kindly show me how I cam make it work?
    many thanks!
    James

  4. #1634
    Join Date
    Dec 2011
    Posts
    5
    Plugin Contributions
    0

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

    Quote Originally Posted by jameszxc View Post
    I installed tabbed product pro V1.07 on zencart 1.39H, everything works well on my computer! when I upload it to server, it comes error!without it my site works well, too!anyone knows what happened? is it anything about my server? I am hosted on bluehost!
    my site:www.fesmall.com
    anyone can help will be appreciated!
    I have checked many times, and test on my computer many times, it works well! Just not work on server!
    your site is down cant preview it other than that if you change all the YOURTEMPLATE folders to your templates it should work np i just lost edit cart function upon installing it other than that its all good

  5. #1635
    Join Date
    Dec 2011
    Posts
    5
    Plugin Contributions
    0

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

    Quote Originally Posted by jameszxc View Post
    I installed Tabbed product pro V1.07 on zen-cart 1.39H english version! It works well on my computer! but when I uploads it to server(bluehost), my site cannt open! I checked many times both on my computer and server! It works fine on computer, many times try but not work on server, and I am sure I am doing no wrong! My site:www.fesmall.com anyone kindly show me how I cam make it work?
    many thanks!
    James
    oh just remembered you have to log into your admin and run the sql querys before it will work! uploading the files ftp dosent execute the sql statements so you need to do that again through zencart admin online in real time
    Last edited by IronKladPC; 18 Dec 2011 at 04:55 PM. Reason: forgot stuff

  6. #1636
    Join Date
    Dec 2011
    Posts
    7
    Plugin Contributions
    0

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

    I just installed the module and it looks great - thanks for creating it.

    My questions have to do with links into a specific tab.

    It appears there is only one URL for all of the content and no way to link to the content in the tab.

    If I have 3 tabs and I want to provide a link to the middle of the 2nd tab how do I do it?

    I have a couple of related questions that refer to the code below:
    1) How do I provide a link to the features tab?
    2) How do I provide a link to the f2 (feature 2) section?
    3) When search engines crawl my site how will they link to anything other than the first tab?


    <!--%Overview%-->
    product overview....

    <!--%Features%-->
    <a name="f1">feature 1</a>
    .....
    <a name="f2">feature 2</a>

    .....
    <a name="f3">feature 3</a>
    .....
    <!--%specs%-->
    size
    weight


    Sorry if this has been posted already. I read 70 pages and didn't see the answer.

  7. #1637
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

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

    Quote Originally Posted by IronKladPC View Post
    oh just remembered you have to log into your admin and run the sql querys before it will work! uploading the files ftp dosent execute the sql statements so you need to do that again through zencart admin online in real time
    Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
    It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:
    PHP Code:
    [18-Dec-2011 12:15:48PHP Warning:  require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open streamNo such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
    [18-Dec-2011 12:15:48PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear'in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39 
    I check ed init_woz.php on line 39,it as follows:
    PHP Code:
      require_once(ABSPATH 'wp-config.php');
      
    wp(); 
    any one can help?

  8. #1638
    Join Date
    Dec 2011
    Posts
    12
    Plugin Contributions
    0

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

    I followed the instructions from posts 913-915:

    While editing modules\tabbed_products_pro.php:
    Re-sorting Tabs
    1. Tab names
    * Search for: BOF: Tabbed Products Calculations
    * Scroll down to the collection of if statements
    * For the tab you want to move, find the if code blurb, including the last two closing braces and highlight
    * Cut and paste
    2. Tab contents
    * Search for second: Zen Tag - Tab Contents
    * Be sure you're not in the pre-load swction.
    * Scroll down to the code blurb for the tab you want to move and select
    * Cut and paste

    but I was unable to get any result. I am attempting to make the Additional Images tab the first tab from the left.

  9. #1639
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

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

    I am trying to get this to work with Multi Cross-Sell. However, I get this error on the product page:

    1146 Table 'earphone_zen139h-new.TABLE_PRODUCTS_XSELL' doesn't exist
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from TABLE_PRODUCTS_XSELL xp, zen_products p, zen_products_description pd where xp.products_id = '214' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by xp.sort_order asc limit 9]
    This is the relevant piece of code from includes/modules/tabbed_products_pro.php:

    $xsell_query = $db->Execute("select distinct p.products_id, p.products_image, pd.products_name
    from " . TABLE_PRODUCTS_XSELL . " xp, " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
    where xp.products_id = '" . $_GET['products_id'] . "'
    and xp.xsell_id = p.products_id
    and p.products_id = pd.products_id
    and pd.language_id = '" . $_SESSION['languages_id'] . "'
    and p.products_status = 1
    order by xp.sort_order asc limit " . MAX_DISPLAY_XSELL);
    Can anyone explain how I can fix this error?

    Thanks!
    Danielle

  10. #1640
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

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

    .......
    Last edited by Danielle; 19 Dec 2011 at 09:45 PM. Reason: Resolved
    Danielle

 

 

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