Page 100 of 120 FirstFirst ... 50909899100101102110 ... LastLast
Results 991 to 1,000 of 1194
  1. #991
    Join Date
    Nov 2006
    Posts
    22
    Plugin Contributions
    0

    Default Tabbed Products ''LITE'' not working in Safari

    Doesn't work in Safari
    Thanks! -Vinny

    Zen Cart 1.3.7 | YourPay LinkPoint | GoDaddy SSL | PHP 4.4

  2. #992
    Join Date
    Nov 2006
    Posts
    22
    Plugin Contributions
    0

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

    Sorry, nevermind, it works now in Safari. I fixed the problem
    Thanks! -Vinny

    Zen Cart 1.3.7 | YourPay LinkPoint | GoDaddy SSL | PHP 4.4

  3. #993
    Join Date
    Apr 2006
    Location
    City Drama in Greece
    Posts
    160
    Plugin Contributions
    6

    Default Preparing New Module. Is There Any Interest ?

    Dear all,

    I am preparing a new module based on Tabbed Products LITE and I need help.

    You can check my post :

    http://www.zen-cart.com/forum/showthread.php?t=65616

    Today I managed to make the first steps.

    I named this module "Auto Menu Pages".

    I created a new table :

    CREATE TABLE `am_pages` (
    `am_page_id` int(11) NOT NULL auto_increment,
    `am_page_status_id` int(1) NOT NULL default '1',
    `am_page_button_title` varchar(64) NOT NULL default '',
    `am_page_html_text` text,
    `am_page_menu_group` int(11) NOT NULL default '0',
    PRIMARY KEY (`am_page_id`)
    ) TYPE=MyISAM AUTO_INCREMENT=23 ;
    and a new page in admin, am_pages.php to administrate the table.

    The page am_pages.php is based on ezpages.php.

    Because of the reason that I am new in PHP , I am searching for some help from anyone, Zen Cart Team or any other developer, especialy from those who worked on Ez Pages mod and Tabbed Products LITE mod.

    In combination with my modifications there could be made a new FANTASTIC new feature for Zen Cart.

    Contact me directly : info_at_lebrand_dot_gr
    Attached Files Attached Files

  4. #994
    Join Date
    Mar 2007
    Posts
    3
    Plugin Contributions
    0

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

    I'm trying to create an auto tab (ie. Book Details) using the Moku book module. I read the document on how you created the Cross sell tab, but it's a little over my head. Can someone give me some guidance/direction?? I attached a screenshot of the problem page.
    Attached Images Attached Images  

  5. #995
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

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

    I see this error after install Sql file !
    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 'configuration_group WHERE configuration_group_title LIKE 'Tabbed Products Config' at line 1
    in:
    [DELETE FROM handicrahandicra_shop.handicra_shop.configuration_group WHERE configuration_group_title LIKE 'Tabbed Products Config' LIMIT 1;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.



    Anyone can help me ?

    Thanks you

  6. #996
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    Dear qhome, any luck with getting the attribs to show up just on the attribs tab?

  7. #997
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

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

    What do you need from me to help you figure it out?

    Quote Originally Posted by qhome View Post
    Hmm thats really strange. I'll see if I can figure out why.
    Lextechs.com Powered By ZenCart

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

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

    I recently moved and don't have internet access at home yet. I will try to test some stuff on my local server until tomorrow when i get internet. Sorry for the lack of support.

  9. #999
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Hey Q:

    Hope your move went well and were able to get all hooked up with broadband. Hope the withdrawal was not too bad while without it. Not sure what's worse, having a home without broadband, or having broadband but being homeless.

    I have a question thats been lurking in the back of mind for awhile and not sure if it has been previously discussed here, regarding the nuances of loading page specific CSS. When loading "stylesheet_tablitev3_silver.css" (or whichever CSS one decides to install with for you mod), would it be beneficial to only load the CSS you provide in your package, whenever the the templates you provide are also called, but not at any other times? For instance I know I would want the CSS to load when tpl_product_info_display.php is loaded, but not sure which other templates you provide I would also want your CSS loaded. Possibly tpl_tabbed_products_lite,php and tpl_tabbed_products_lite_subtabs,php ? I don't think I ever use the other three template files you provide in your v3.8 mod package (released in October).

    Is it possible to not load your CSS to load when most other ZC pages are accessed? Agreed the CSS is only 2K but every bit helps. Maybe you have some comments or ideas on how to best implement such a scheme? Or let me know if I'm nuts dwelling on this idea.

    Woody

  10. #1000
    Join Date
    Apr 2006
    Location
    City Drama in Greece
    Posts
    160
    Plugin Contributions
    6

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

    I finally managed to make it work.

    But this first version need to be developed as for queries, as I am new to PHP and MySQL.

    So, in admin area you can use the new feature Auto Menu Pages under Admin->Tools.

    There you can specify a button title and page content. It works like ezpages.

    Then with some queries, an automatic menu with tabs is created based on Tabbed Products Lite.

    Well, it is better than ezpages because once the menu load, all contents show directly when you press any button, like Tabbed Products Lite tabs, so it is very very fast.

    Anyone interested in developing this new feature, please contact me at [email protected].
    Attached Files Attached Files

 

 

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