how exactly did you install it?
how exactly did you install it?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
exactly how the instructions said......Originally Posted by DrByte
STEP 1. Modification of Code
Updated code files are included - so the task is simple.
- Upload the new product_listing.php to ZEN_CART_HOME_DIR/includes/modules/YOURTEMPLATE/product_listing.php
- Upload the new tpl_modules_product_listing.php to:
ZEN_CART_HOME_DIR/includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.php
STEP 2. Changing the Database
Run the following SQL commands into your database.
The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
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);
Did you substitute "YOURTEMPLATE" with your own custom template name ... ie, in your case: "nightFall"?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
i sure did
so any ideas as to what i going on?
well i think i figured it out.
I got annoyed & uninstalled Zencart.
Then I reinstalled it again but with the new version.
I installed the column layout grid FIRST before I installed anything else.
it seems to be working now.....BUT
the Improved Attrubutes controller does not now.
Before I uninstalled it was working while the column layout grid was not working.
So there must be some conflict between having them both installed?
If someone knows how to get BOTH of these working I would appreciate it as I need both.
Those two contributions are entirely unrelated to each other.
I don't know all the technical details of your setup, so I can only guess that somehow the files are getting corrupted when loading or else ending up in the wrong place. Not pointing fingers ... just guessing.
The order of installation of the grid module shouldn't matter. At whatever point it is installed, it should show grid-layout data if enabled. If the file is overwritten by another mod or the override folder into which it is placed doesn't match properly (misspelled, uPPerCase instead of lowercase, etc), then of course it won't be found and alternate behaviour will occur instead.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok- I just installed the Grid Column. I followed Step 1. Step 2 I ran the SQL through the admin tools and it said it was accepted.
I can now change the 'rows' to columns in admin and the number so I know it is in fact there but it does not work.
Now what do I do with the rest of the code listed here? I don't understand where I add that. (newbie here). Somebody please help me.....
Thanks!
I spent all day searching to see if Column Layout Grid for Product Listing v.1.3.8 was the most up to date version of the software that I needed to make a grid of my products. I was so happy to finally find this thread.
But, I failed.I thought I followed all the instructions; I changed from rows to columns, etc. and nothing happened. Above someone mentions making sure of the spelling. Sorry, I have no idea of what they are referring to--newbie here.
Please help!
birdwaterandbombay.com
Last edited by merbay; 6 Feb 2011 at 12:50 AM. Reason: failure to add .com