Thread: Snaf

Page 5 of 30 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 298
  1. #41
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Snaf

    Do you get the same thing if you have it set to 'columns'. I had a quick peek and perhaps I have made an error where the dropdown filter only works in columns. I'd need to change that obviously.

  2. #42
    Join Date
    Feb 2010
    Location
    Atlanta, GA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Snaf

    Quote Originally Posted by niccol View Post
    Do you get the same thing if you have it set to 'columns'. I had a quick peek and perhaps I have made an error where the dropdown filter only works in columns. I'd need to change that obviously.
    First off thanks for the quick replies. Yes I get the filter when I have it set to columns which you can view now if you want... I am not 100% sold on using the columns layout though... I need to have the option to maintain rows and still be able to sort.


    on a side note I'm going to want to be able to add custom sort options (Game, Card Type, Color, Rarity, etc.) to the dropdown filter for my custom product type only. These product types will be within their own sub-categories rather so when viewing those sub-categories I would need the bigger list of filters. Would this be a modification that needs to occur within SNAF code or would this be a question that needs to be directed elsewhere (filter modification/creation), similar to how music has its own filters?

  3. #43
    Join Date
    Feb 2010
    Location
    Atlanta, GA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Snaf

    Quote Originally Posted by niccol View Post
    perhaps I have made an error where the dropdown filter only works in columns. I'd need to change that obviously.
    let me know what the fix is when you get it worked out so i can apply it. Thanks again!

  4. #44
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Snaf

    Well, a little update of SNAF is becoming due. THere are a couple fo other things above it on the list to be honest though....

    Until then you could try altering this chunk of code in product_listing.php :

    Code:
    if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
    
    //===========  bof SNAF (add filter dropdown to product listing)
    if($show_product_listing_filter)
    {
    require($template->get_template_dir('/tpl_snaf_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_snaf_display_order.php');
    }
    //===========  eof SNAF (add filter dropdown to product listing)
    }
    change the first line to :

    Code:
    if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns' or 1==1) {
    and see what happens.

    I kind of think that I must have put that in there for a reason but without revisiting the code I can't remember to be honest. I'll try and have a look in the near future but it won't be in the next few days for sure.

  5. #45
    Join Date
    Mar 2012
    Posts
    315
    Plugin Contributions
    0

    Default Re: Snaf

    Thanks... I am out of town now and will not have time to try the fixes for a few more days.. but Thank you and I will post after I add to CSS .....

  6. #46
    Join Date
    Mar 2012
    Posts
    315
    Plugin Contributions
    0

    Default Re: Snaf

    Quote Originally Posted by gjh42 View Post
    You can limit the effect to just <th> inside the relevant listings with the right CSS selectors. Something like

    #productListing th .listingDescription {font-weight: normal;}

    I don't have a standard installation of SNAF to test this on, so it might need adjustment.

    It will not matter for SEO - these are not really headers anyway, in spite of the label.
    Thanks,, I added font-weight: normal; to .listingDescription in the abagon CSS (on line 1506 I believe) and it changed the bold text to normal..

  7. #47
    Join Date
    Oct 2011
    Location
    Toronto Canada
    Posts
    67
    Plugin Contributions
    0

    Default Re: Snaf

    Hi
    Please can you have a look at my post and responses here and let me know if you are able to help me out? Not sure if it is SNAF causing the problem with duplicated search results?

    http://www.zen-cart.com/showthread.p...97#post1124497

    Greatly appreciated.
    Lead•Empower•Motivate
    Catherine S.
    Go2Guru

  8. #48
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Snaf

    Quote Originally Posted by gandalfsmith View Post
    Hi
    Please can you have a look at my post and responses here and let me know if you are able to help me out? Not sure if it is SNAF causing the problem with duplicated search results?

    http://www.zen-cart.com/showthread.p...97#post1124497

    Greatly appreciated.
    Don't think it's SNAF.. Just tried it and I can't replicate this issue on my client's site..
    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.

  9. #49
    Join Date
    Oct 2011
    Location
    Toronto Canada
    Posts
    67
    Plugin Contributions
    0

    Default Re: Snaf

    Quote Originally Posted by DivaVocals View Post
    Don't think it's SNAF.. Just tried it and I can't replicate this issue on my client's site..
    Thanks, I bought a V1.5 Template, so I think what I need to do is compare all those files to any that are the same as the origional from install - that may have been overwritten - what a mission. Unless it is a dbase error because I am using the music genre and record artists product page in admin in place of product general.
    Lead•Empower•Motivate
    Catherine S.
    Go2Guru

  10. #50
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Snaf

    Quote Originally Posted by gandalfsmith View Post
    Thanks, I bought a V1.5 Template, so I think what I need to do is compare all those files to any that are the same as the origional from install - that may have been overwritten - what a mission. Unless it is a dbase error because I am using the music genre and record artists product page in admin in place of product general.
    Another quick test you could try is to see if your template has an override file for the advanced search page.. This seems like a logical place to start to look for an issue.. This might narrow things down a bit..
    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.

 

 
Page 5 of 30 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. SNAF and Set number dropdown not working
    By DeeL in forum General Questions
    Replies: 0
    Last Post: 2 Apr 2013, 02:03 AM
  2. styling the row layout while using snaf
    By bn17311 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2012, 07:44 PM
  3. SNAF not working with aBagon red template??
    By Johnnycopilot in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 3 Apr 2012, 08:15 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