Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default More Info Link on New Products Listing

    As I understand it, the a "more info" link is supposed to show for each product in the new products listing when the Buy Now button is turned off, however that doesn't seem to be happening, and I am not sure why. I am wondering if there is some other admin setting that I am missing or is something else going on here?
    Here is a link to the site - http://www.rusticurbanity.com/store

    My admin settings under Configuration -> New Listing are as follows:

    Display Product Image 1102
    Display Product Quantity 0
    Display Product Buy Now Button 0
    Display Product Name 2101
    Display Product Model 0
    Display Product Manufacturer Name 0
    Display Product Price 2402
    Display Product Weight 0
    Display Product Date Added 2601
    Display Product Description 0
    Display Product Display - Default Sort Order 6
    Default Products New Group ID 21
    Display Multiple Products Qty Box Status and Set Button Location 0
    Mask Upcoming Products from being include as New Products 0

    So what did I miss?

    Thanks!
    LadyHLG

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Info Link on New Products Listing

    I selected bracelets and the more info showed???
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: More Info Link on New Products Listing

    Yes, it shows on the individual product category pages, but not on the New Products page.

    LadyHLG

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Info Link on New Products Listing

    Display Product Buy Now Button 0
    Set to other than "0"
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: More Info Link on New Products Listing

    Ok, I tried all three options, and still nothing.
    I left the current setting at 2.

    LadyHLG

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Info Link on New Products Listing

    Try "1300"
    Zen-Venom Get Bitten

  7. #7
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: More Info Link on New Products Listing

    Ok, I'm not sure if my understanding of this is 100% correct but here goes.
    Looking at tpl_modules_products_new_listing.php at about line 100 is the code to create the more info link if the Display Product Buy Now Button config key is set to 0.

    But the problem is further down at about line 120 and line 155 where the queries pull the config data.
    Left side
    $disp_sort_order = $db->Execute("select configuration_key, configuration_value from " . TABLE_CONFIGURATION . " where configuration_group_id='" . $group_id . "' and (configuration_value >= 1000 and configuration_value <= 1999) order by LPAD(configuration_value,11,0)");

    and
    Right side
    $disp_sort_order = $db->Execute("select configuration_key, configuration_value from " . TABLE_CONFIGURATION . " where configuration_group_id='" . $group_id . "' and (configuration_value >= 2000 and configuration_value <= 2999) order by LPAD(configuration_value,11,0)");

    Doesn't that mean that only the config values between 1000 and 1999 are pulled to create the displayed data on the left and the values between 2000 and 2999 to create the displayed data on the right. Since we set the config value to 0 it wont be displaying any info for the PRODUCT_NEW_BUY_NOW config value?

    So setting it to 0 is supposed to create the more info link but it also excludes that record from the queries that would actually create the output. Does that make any kind of sense?

    Its late and I am tired, I might be completely wrong here, so please tell me if I am not reading this correctly. My php skills are not top notch but I can usually follow along fairly well.

    Thanks again for the help,
    LadyHLG

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Info Link on New Products Listing

    Unless you have changed the files - leave them out of this...

    Set admin > config > new listing > Display Product Buy Now Button > to 1300
    Zen-Venom Get Bitten

  9. #9
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: More Info Link on New Products Listing

    Setting Display Product Buy Now Button to 1300 turns on the BUY NOW button.

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Info Link on New Products Listing

    Buy now is for items that have no attributes and "more info" is for items that require additional input to make a complete purchase - i.e. with selectable attributes
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 How-to add more info link in standard products listing
    By robyweb in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Apr 2014, 11:21 AM
  2. Product listing - move price/more info link
    By RobM in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 May 2011, 06:46 PM
  3. Products All Listing - turn off "more info link"?
    By Nick1973 in forum General Questions
    Replies: 1
    Last Post: 11 Dec 2010, 10:59 PM
  4. Product listing more info link
    By 121webconsultancy in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jan 2009, 12:26 AM
  5. Display more info link in Product Listing
    By numenor in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jul 2006, 01:56 PM

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