Page 31 of 120 FirstFirst ... 2129303132334181 ... LastLast
Results 301 to 310 of 1194
  1. #301
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Well thats how it WAS.. but on my latest demo, i have the attribs table cell set to the full width of the page, and the qty discount and add to cart in a whole new row, so if you have a lot of wide attribs it wont be squished now.
    I will continue to work on this....

    I'm also having the following issue.... When I set the Xsell to true (both) the product page turns up white without tabs or info at all (only name, image, and price). Anything to solve this? I do this without doing any changes to your original code, and yes, I do have XSell module installed.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  2. #302
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by ideasgirl
    I will continue to work on this....
    if you want it the way I just mentioned above its an easy fix to try.
    If you look again, I've enabled the table border so you can see, the attribs get the whole row to themselves now:

    http://www.unbannable.com/zen/index....&products_id=2

    I think that is what you want, let me know and ill show you how to set that up. This might be a better way to do it anyway.

    Quote Originally Posted by ideasgirl
    I'm also having the following issue.... When I set the Xsell to true (both) the product page turns up white without tabs or info at all (only name, image, and price). Anything to solve this? I do this without doing any changes to your original code, and yes, I do have XSell module installed.
    I only saw this white screen when I tried it on a site that didn't have the Xsell module installed. I will try to take a look if there is something I missed. Can you tell me what other tabs you have enabled on that page that shows up white?

  3. #303
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    I think that is what you want, let me know and ill show you how to set that up. This might be a better way to do it anyway.
    Yes, that's exactly the way I want it.

    Can you tell me what other tabs you have enabled on that page that shows up white?
    I have as true:
    -$bGblAddToCart
    -$bGblAdditionalImages

    I appreciate your dedication and support!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  4. #304
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by ideasgirl
    I have as true:
    -$bGblAddToCart
    -$bGblAdditionalImages

    I appreciate your dedication and support!
    I can't reproduce this xsell problem on my site. It seems to work fine for me. Can you do me a favor and try this again. And when you get the white blank page, do VIEW SOURCE from your browser and go all the way down to the bottom and you will see the error. Copy and paste that here so I can see what error it is getting.

    I've attached an updated TPL to make the tables like my demo. If you have a lot of changes and would rather do it by editing your current file I can help with that too, but try this for now to see if it fits your setup.

    I've also moved the Product details under the main image area by the price. This also seems a better place for this:

    Check Demo link for a view.

    (attached is tpl file only)
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

  5. #305
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    I've attached an updated TPL to make the tables like my demo. If you have a lot of changes and would rather do it by editing your current file I can help with that too, but try this for now to see if it fits your setup.

    I've also moved the Product details under the main image area by the price. This also seems a better place for this:
    OH YEAH! OH YEAH!
    I can't reproduce this xsell problem on my site. It seems to work fine for me. Can you do me a favor and try this again. And when you get the white blank page, do VIEW SOURCE from your browser and go all the way down to the bottom and you will see the error. Copy and paste that here so I can see what error it is getting.
    FF debugger says:
    document.getElementById(cid) has no properties
    [jscript_tablitev3 (line 31) - referring to: mytemplate/jscript/jscript_tablitev3.js]
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  6. #306
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by ideasgirl
    OH YEAH! OH YEAH!
    does that mean you are happy with the new style?

    Quote Originally Posted by ideasgirl
    FF debugger says:
    document.getElementById(cid) has no properties
    [jscript_tablitev3 (line 31) - referring to: mytemplate/jscript/jscript_tablitev3.js]
    hmm that should have been fixed in the Final release. Ill check it again. But I dont think that would be the problem with the white screen tho, thats just an ugly jscript error, but shouldn't affect anything as far as HTML rendering a white blank area. I need the actual view source info. or a link if you got one.
    Last edited by qhome; 24 Jul 2006 at 05:07 PM.

  7. #307
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    does that mean you are happy with the new style?
    Yup, yup, yup!!!
    I need the actual view source info. or a link if you got one.
    This is the last thing on the source:
    Code:
         <!--bof Product description -->
    <br /><div id="slidetabsmenu" style="display:none;">
    <ul>
    <li><a href="javascript:void(0)" onclick="expandcontent('sc1', this)"><span>Description</span></a></li>
    <div class="systemError">1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_XSELL' at line 8<br />in:<br />[select distinct p.products_id, p.products_image, pd.products_name
                                     from zen_products_xsell xp, zen_products p, zen_products_description pd
                                     where xp.products_id = '6'
                                      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 MAX_DISPLAY_XSELL]<br /></div>
    Also wanted to know... have someone created this for the free shipping (downloads type) products?
    Last edited by ideasgirl; 24 Jul 2006 at 06:09 PM.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  8. #308
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by ideasgirl
    This is the last thing on the source:
    Code:
         <!--bof Product description -->
    <br /><div id="slidetabsmenu" style="display:none;">
    <ul>
    <li><a href="javascript:void(0)" onclick="expandcontent('sc1', this)"><span>Description</span></a></li>
    <div class="systemError">1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_XSELL' at line 8<br />in:<br />[select distinct p.products_id, p.products_image, pd.products_name
                                     from zen_products_xsell xp, zen_products p, zen_products_description pd
                                     where xp.products_id = '6'
                                      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 MAX_DISPLAY_XSELL]<br /></div>
    Hmm it looks like you might have an older version of cross sell because the error means that it isn't finding all the database entries which is what I use to validate if there are any products existing for cross sell. I created this with the latest version of cross sell installed. if you could open your /includes/modules/xsell_products.php and copy and paste all the data in your file in a PM to me, i could look at what extra fields are being pulled. I might be able to just pull the common tables between the two versions and see if there are any products that way. I think there is an extra table in the latest version and thats why it's erroring for you.

    I think this is the same problem that IntelCos is having as well.

    Quote Originally Posted by ideasgirl
    Also wanted to know... have someone created this for the free shipping (downloads type) products?
    i havent tested it with those yet but I could try it out. I dont think it should be big change.

  9. #309
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome
    if you could open your /includes/modules/xsell_products.php and copy and paste all the data in your file in a PM to me, i could look at what extra fields are being pulled.
    Well as unluck would have it, you showed me the same version I have. Are you sure Cross Sell worked on your site before ? If you set the settings like this

    $bCrossSell_Exists = true;
    $bGblCrossSell_Tab = false;

    it should load it the normal way outside of a tab at the bottom and act like the tabs were never there. If that doesn't work either then I can only assume the database part of the cross sell mod hasn't been installed based on the error it gave unless you've had it working before. If you go back to the default product info page does it work there?

    Do you remember going to your Admin->Install Sql Patches and copying the required cross sell database stuff from the readme... in addition to copying the files in the zip.?
    Last edited by qhome; 24 Jul 2006 at 08:40 PM.

  10. #310
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    I think there's something in your code that is confusing/mixing the "Also Purchased" items with "We Recommend".

    When I set it the way you said, it's showing as "Also Purchased" the items I have set up as xsell. And I have the $bGblCustomersAlsoPurchased = false;.

    Yes, before was working perfectly, even with your previous version of Tabbed Products Module.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

 

 
Page 31 of 120 FirstFirst ... 2129303132334181 ... LastLast

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 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