Page 32 of 120 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 1194
  1. #311
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by ideasgirl
    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.
    This is so bizarre.. I even set my demo site with different products for each also bought and cross sell and everything works perfect on my demo site and my production site. I can't understand what is going wrong here. Are you using zen-cart 1.3.0.1 or 1.3.0.2 ?

    If you dont have a link for me to look at, could you copy the full source of the product page and PM it to me as an attachment. This is extremely strange why it would work on some sites and not others.

    also I assume you have mysql and are you running unix or windows as your server?
    Have you cleared your cache on your browser or tried other browsers?

    Im just rattling off crazy ideas because Im running out of good ones :/ I can't understand how everything works on mine..

    Only thing i did notice is that if you aren't using tabs for customers also purchased or xsell, it puts the boxes below the Previos/Next buttons and the reviews and tell a friend button.... but they should have been above that. But that wouldn't cause this as it still worked fine down there for me.
    Last edited by qhome; 25 Jul 2006 at 01:58 AM.

  2. #312
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    755
    Plugin Contributions
    1

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

    here is an issue that I have been fighting with. Using css-flyout menus which fly-out under the tabs...

    see here

    tried your latest rev and its even worse, so I reverted back because ask a question would no longer work and x-sell sell tab worked, but items were not listed . previous version before update x-sell worked fine
    IntelCos

  3. #313
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by IntelCos
    here is an issue that I have been fighting with. Using css-flyout menus which fly-out under the tabs...

    see here
    Well this problem is extremely easy to fix. Goto your stylesheet_tablite2.css
    find:
    .ditch-tab-skin-default .ditch-tab-wrap {
    and change the z-index to 0
    .ditch-tab-skin-default .ditch-tab-pane-wrap {
    and change the z-index to 0


    Quote Originally Posted by IntelCos
    tried your latest rev and its even worse, so I reverted back because ask a question would no longer work and x-sell sell tab worked, but items were not listed . previous version before update x-sell worked fine
    Well Im still not sure how you have the ask a question button on this version because you had to have added it yourself as it was not part of the tabs contrib, so you should have no problem adding it to the new one. I would suggest using the latest tpl that I attached for ideasgirl and put the ask a question box in the same table cell as the Qty discount box or put it in a cell to the right of the attribute options.

    The Cross Sell problem appears to be the same as ideasgirl.. and Im totally confused as to why it works on my sites but not on both of yours.

    Does anyone else have the cross sell part working properly?

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

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

    Are you using zen-cart 1.3.0.1 or 1.3.0.2 ?
    I'm using 1.3.0.2
    If you dont have a link for me to look at, could you copy the full source of the product page and PM it to me as an attachment.
    Do you want me to upload it with the setting as both true right? (xsell).
    also I assume you have mysql and are you running unix or windows as your server?
    Yes, Linux & MySQL.
    Have you cleared your cache on your browser or tried other browsers?
    Yes, both browsers same error (IE & FF).
    Only thing i did notice is that if you aren't using tabs for customers also purchased or xsell, it puts the boxes below the Previos/Next buttons and the reviews and tell a friend button.... but they should have been above that. But that wouldn't cause this as it still worked fine down there for me.
    I can't tell since I don't use them (I can put them back while we test too).
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

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

    Ok, got it... When I inserted my AaQ code, I deleted part of the tabs code, I didn't noticed before because it was just a little piece and I inserted it on the last moment. I'm so sorry to wasted your time on that.

    Thanks for giving us this piece of machine to work, it's great!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

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

    Quote Originally Posted by ideasgirl
    Ok, got it... When I inserted my AaQ code, I deleted part of the tabs code, I didn't noticed before because it was just a little piece and I inserted it on the last moment. I'm so sorry to wasted your time on that.

    Thanks for giving us this piece of machine to work, it's great!
    ah.. great Im glad you got it figured out .. man that was driving me crazy trying to figure that out

    IntelCos now maybe you can send me your tpl file and maybe I can spot something you may have changed.

    I will also add the ask a question contrib as that seems to be a popular contrib and seems worth having a link to it.

    Where should the ask a question link be? In idea girls case it looks like right under the tabs would be good for her, but IntelCos has a big image for his button so it might be better maybe next to the add to cart button or above it.
    Last edited by qhome; 25 Jul 2006 at 03:11 AM.

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

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

    man that was driving me crazy trying to figure that out
    I'm not going to have the XSell on a tab but just to let you know that when you put it on the tab the tab doesn't wrap all the products.

    Where should the ask a question link be? In idea girls case it looks like right under the tabs would be good for her, but IntelCos has a big image for his button so it might be better maybe next to the add to cart button or above it.
    In my case I have it just over the tabs, look the pic.
    Attached Images Attached Images  
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

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

    Quote Originally Posted by ideasgirl
    I'm not going to have the XSell on a tab but just to let you know that when you put it on the tab the tab doesn't wrap all the products.
    Hmm.. maybe something else broken on yours maybe? cuz it wraps on mine:
    http://www.unbannable.com/zen/index....&products_id=1

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

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

    m.. maybe something else broken on yours maybe?
    I new that was going to happen, we have a saying in Spanish... "crea fama y acuestate a dormir". Means... "make fame, and go to sleep", meaning that if you do something wrong.... then the rest of your life will be the same error.

    No, I didn't broke anything else, the wrap is there, just doesn't go around the products, they are like floating, maybe the stylesheet? maybe padding? maybe margins? I dunno... but as I said, I'm not going to use it, so I'm not going there.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  10. #320
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    755
    Plugin Contributions
    1

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

    OK, I changed the Z-index and same result,,,

    doh,,,forget my last comment, I forgot I added the css snippit to my sytlesheet_new,,,doh...

    As for the button, I prefer the layout as it is seen unless you feel it would be better placed elsewhere.

    What did you think of the site, products have yet to be completed as the whole store is being redone for many reasons.
    Last edited by IntelCos; 25 Jul 2006 at 03:18 PM.
    IntelCos

 

 
Page 32 of 120 FirstFirst ... 2230313233344282 ... 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