Doesn't work in Safari
Printable View
Doesn't work in Safari
Sorry, nevermind, it works now in Safari. I fixed the problem :lookaroun
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 :
and a new page in admin, am_pages.php to administrate the table.Quote:
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 ;
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
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.
I see this error after install Sql file !
:wacko:Quote:
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 ? :hug:
Thanks you
Dear qhome, any luck with getting the attribs to show up just on the attribs tab?
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.
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. :wink2:
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
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].