Thanks Nick. Agreed. Appreciate your response and acknowledge your reply to Glenn too. Noted.
Cheers
GAM
Thanks Nick. Agreed. Appreciate your response and acknowledge your reply to Glenn too. Noted.
Cheers
GAM
I've already installed the column-grid layout v2.3.1, but want the same functionality on All Products and New Listing pages. Does SNAF play nice with column-grid? or does column-grid need to be uninstalled?
It's not a matter of "playing nice together". They are two modules with similar features.. (SNAF covering ALL of the various product listings) You will either install the Column Grid module or SNAF. There wouldn't be a reason to try to install them both..
So to answer your question, if you want features SNAFF offers which Column Grid does not offer, then you would install SNAF..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My New Products and Specials just won't go into columns no matter what. I searched this thread for an answer, but didn't see anything that helped.
www.fantasycostume.com
Thanks
Rusty
Hi,
when I try to install the mod, admin pages are not accessible. I can only get into admin area after deleting config.snaf.php. I get this debugg file
Can someone help?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
' 900, now(), now(), NULL, 'zen_cfg_select_option(array(''True'',''False''),')' at line 2
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Use Product Listing Format for All Products', 'USE_PRODUCT_LISTING_FOR_ALL_PRODUCTS', 'False', 'Use Product Listing Format instead of the Default All Product Format <br/><br/>
This will make some of the settings on this page inactive as the product listing settings will be used.', , 900, now(), now(), NULL, 'zen_cfg_select_option(array(''True'',''False''),')
in /www/sites/1/site16031/public_html/includes/classes/db/mysql/query_factory.php on line 120
Thank you
Well, I am suprised that did not work but would like to see the debug file once you had change the file.
The issue is that the init_snaf file adds some entries to 'specials', 'featured','all' and 'product listing' in the config menus. It finds the right place to put them from the names.
You can try and use the attached file instead. What it does is put those entries in the default locations rather than checking them with the names. But I'd make sure you have the dataabse backed up first.
If the default locations have been changed it will put things in the wrong place. Not many modules ( non that I can think of ) change the order in the configuration_group table in the database so it is worth a go. But make sure you are backed up first.
On a different note, if you know how to use phpMyAdmin I can talk you through how to get it right for sure.
Nick
Nick
iszent.com
The attached file works great. Thank you for help. It's a great mod. I've also found out why the renaming didn't work for me. When I checked the table in phpMyAdmin, to my suprise, the tables like All listining etc. are named slightly different than in my ZenCart Admin area.
Perhaps you should upload updated version of SNAF with this new init_snaf.php to rule out this language issue.
Again, thank you for your help!
Daniela
So I finally have hit a snag using SNAF.. I've always preferred this module of the Column Product Listings mod because Column Product Listing module only converts the category product listing into grid listings, whereas SNAF covers ALL products listings including the Specials, Feature, and New Products listings..
The issue I've run into with SNAF is the tables used to create the grids.. It looks like code that drive this are in these files:
includes/templates/custom_template/common/tpl_columnar_display.php
includes/templates/custom_template/common/tpl_tabular_display.php
I need to convert the tables to a CSS grid like the one used for the category listings in the Column Product Listings mod. Otherwise this mod will be a bit of a bear to deal with in responsive templates..
I've been staring at the code in these two files hoping to "figure it out", but I am waving the white flag and admitting that I haven't a CLUE here.. Hoping that if not niccol, that some kind community member can help me with the changes I need to make..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.