Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jun 2011
    Posts
    72
    Plugin Contributions
    0

    Default Does 1.5.7 have Column Product Display Options?

    I've been using 1.5.6c and was looking to move to 1.5.7b.. I have been using a ColumnGridLayout Addon for awhile. It's not too friendly after PHP 7.0..
    His comments are that from 1.5.7 and on, it's an included feature.

    Was it added? I don't see it, in the code I see some mentions to a Column function.

    Thanks for the help, I'm really like the new updates!

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Does 1.5.7 have Column Product Display Options?

    There's a new config entry called PRODUCT_LISTING_COLUMNS_PER_ROW.

    Admin > Configuration > Product Listing > Columns Per Row.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Does 1.5.7 have Column Product Display Options?

    It's in the responsive_classic template files/overrides, not template_default.

    There are a few components you will likely have to merge in to your template; for reference, here is the PR:

    https://github.com/zencart/zencart/c...d7c0a4c0327f9c
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Jun 2011
    Posts
    72
    Plugin Contributions
    0

    Default Re: Does 1.5.7 have Column Product Display Options?

    I see.. And now for a stupid question.. honest one though.
    Why is it not incorporated into 1.5.7b or was that done after 1.5.7b?
    I'm glad that it is being put in there and I will probably wait until next update to do this. The code looks simple enough. I was just experimenting doing an upgrade according to the guidelines and this was one of the things that went haywire.

    Thanks for the response!

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Does 1.5.7 have Column Product Display Options?

    It *is* in 1.5.7b. You'd have to be more explicit about what you mean by "one of the things that went haywire" for me to help you troubleshoot. Perhaps you didn't merge the CSS updates from that PR?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Jun 2011
    Posts
    72
    Plugin Contributions
    0

    Default Re: Does 1.5.7 have Column Product Display Options?

    Hmm.. not sure.. i did a fresh install of 1.5.7b.. using my database from 1.5.6 and it upgraded the database.. I did not have the option to do Columns until I did the SQL patch and the modifications to the files you presented.

    Which work great!

    Only problem I'm having now is the Filter Options.. when it's rows.. I get the option to sort by price, manufacturer, etc.. but in Column mode.. it's not there at all. I've been hacking away at the code.. I'll figure it out unless you point me to some quick obvious fix.

    Thanks again for your help.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Does 1.5.7 have Column Product Display Options?

    Quote Originally Posted by brian70809 View Post
    Hmm.. not sure.. i did a fresh install of 1.5.7b.. using my database from 1.5.6 and it upgraded the database.. I did not have the option to do Columns until I did the SQL patch and the modifications to the files you presented.

    Which work great!

    Only problem I'm having now is the Filter Options.. when it's rows.. I get the option to sort by price, manufacturer, etc.. but in Column mode.. it's not there at all. I've been hacking away at the code.. I'll figure it out unless you point me to some quick obvious fix.

    Thanks again for your help.
    Just an observation: Given that you're asking how to enable column-mode, why are you trying to change filter display in row-mode? Only one mode is ever active.
    .

    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.

  8. #8
    Join Date
    Jun 2011
    Posts
    72
    Plugin Contributions
    0

    Default Re: Does 1.5.7 have Column Product Display Options?

    Dr. Byte..

    First, thanks for all you do.

    I did do the modification that swguy pointed to on github, and it works great...
    So i'm not using the exact wording.. there is a sorting filter.. I'm attaching pictures.. in Row mode.. works great.. in Column mode.. it's not there..
    Click image for larger version. 

Name:	RowModeFilter.jpg 
Views:	34 
Size:	28.1 KB 
ID:	19296
    Click image for larger version. 

Name:	ColumnMode.jpg 
Views:	31 
Size:	30.3 KB 
ID:	19297

    I

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Does 1.5.7 have Column Product Display Options?

    Quote Originally Posted by brian70809 View Post
    there is a sorting filter.. I'm attaching pictures.. in Row mode.. works great.. in Column mode.. it's not there..
    Thanks for clarifying.

    Yes that's correct: in column/grid/card mode the sort links don't display, primarily because they are largely associated with the table-headings used in row-mode.
    .

    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.

  10. #10
    Join Date
    Jun 2011
    Posts
    72
    Plugin Contributions
    0

    Default Re: Does 1.5.7 have Column Product Display Options?

    Is there a quick cut and paste to make it work or it requires a lot more code modifcations to get in in column mode?

    My customers do sort by these other methods when trying to find things. I have 18,000 items, so anything helps..

    Thanks again for the reply.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Does Column Layout Grid for Product Listing work on 1.3.9h?
    By jghogue in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Dec 2011, 05:05 PM
  2. A Few Product Display Options Have Me Stuck... Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 9 Apr 2008, 09:55 AM
  3. Does anyone have product image zoom implemented?
    By moltar in forum General Questions
    Replies: 2
    Last Post: 6 Oct 2007, 12:22 AM
  4. Banner box display on the right does not have an outline frame
    By dealbyethan.com in forum Basic Configuration
    Replies: 4
    Last Post: 23 Sep 2007, 02:22 AM
  5. does 1.3.7 have a product display MOD?
    By jewelrylady in forum Templates, Stylesheets, Page Layout
    Replies: 34
    Last Post: 28 Mar 2007, 07:09 PM

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