Re: Column Layout Grid for Product Listing
With the files gone, there is nothing for the admin settings to do, so your storefront will be completely back to normal. I know the admin line items can be annoying if they are just taking up space.
There ought to be an uninstall SQL script, but I'm not experienced enough with MySQL to be 100% sure of writing something that won't damage your database. Ajeh (among others) would be able to give the correct SQL for this.
Re: Column Layout Grid for Product Listing
The SQL from the Column Grid readme:
Code:
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array(\'rows\', \'columns\'),');
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);
Re: Column Layout Grid for Product Listing
very confused :frusty:
I have uploaded all the files for the flexible product listing as i did for happiechappie onto the gaysexstores site with all the same coding but it is showing completely differently :dontgetit
both sites are linked via zen cart but have their own ftp's the css stylesheets are the same and within them have the same information but it doesnt seem to be picking up the stylesheet for the flexible product listing
any light would really help
Marie
Re: Column Layout Grid for Product Listing
Hello EveryOne,
I am new to zen cart,
recently i installed the zen cart(1.3.9)
I have installed the module for the column layout, which is also working properly,
What i am trying to do is create the link grid | list in the front page where product is listing.
when the links are clicked by the user layout should be changed accordingly...
please help me for this...if anyone..
Thanks in advance...:yuck::(
Re: Column Layout Grid for Product Listing
Hello again,
To get the above task i have
1) created the two radio buttons for the rows and column to the frontend product list page.
2)when the button is clicked the update query is executed and it changes the value in the configuration table and the admin panel.
But it is not getting reflected to frontend page where product is listed..
Please if any one have solution for this help me.....:yuck:
Thanks in advance...
Re: Column Layout Grid for Product Listing
Cheeeeeeerrrrrrs Guys,
I have succesfully fixed my bug and have achieved my task..
Thanks every one over here for the help....
:clap::clap::clap::clap::clap:
Re: Column Layout Grid for Product Listing
hello guys.
not found answer on my question:
1.3.9h
installed Column Layout / Grid Layout for Products Listing (Add On Module for Zen Cart v1.3.8)
but also installed Ashley Pink template- almost at same time.
then I trying to follow instruction:
admin- tools-install SQL patches
i have an errors:
Failed: 2
Error ERROR: Cannot insert configuration_key "" because it already exists
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 2 statements ignored. See "upgrade_exceptions" table for additional details.
what should I do???
please help....
Re: Column Layout Grid for Product Listing
forget to say, i tried in Classic Contemporary Green template too, same errors...
Re: Column Layout Grid for Product Listing
I'm using ver 1.3.9h.
I have installed the column_layout_grid_for_product_listing_1-3-8 mod.
Everything seems to work fine.
The problem is the mod seems to "cost" the sort bar.
I mean that when I choose admin > Product Listing - Layout Style > rows, customers can sort a category by price +/-, Model +/-, or name +/-.
If I select admin > Product Listing - Layout Style > columns, that sort bar disappears and customers lose a great functionality.http://www.zen-cart.com/forum/images/smilies/sad.gif
Is this a broken install?
If not, is there a way re-enable the sort bar with columnar display?
If not, is there a(n advanced) sort mod that works with the Column Layout Grid mod?
http://www.hawonder.com
Re: Column Layout Grid for Product Listing
Quote:
Originally Posted by
annasolovushka
hello guys.
not found answer on my question:
1.3.9h
installed Column Layout / Grid Layout for Products Listing (Add On Module for Zen Cart v1.3.8)
but also installed Ashley Pink template- almost at same time.
then I trying to follow instruction:
admin- tools-install SQL patches
i have an errors:
Failed: 2
Error ERROR: Cannot insert configuration_key "" because it already exists
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 2 statements ignored. See "upgrade_exceptions" table for additional details.
what should I do???
please help....
Same issue. No answer. have searched all over.
Any help would be appreciated. :smile: