Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Priority of "Customers who bought this product also purchased" product listings?

    I have a quick question about the "Customers also purchased" built-in module. Is there any kind of rhyme or reason as to what products get shown in the "Customers who bought this product also purchased" section of the product info pages? For instance, I think it would make the most sense to have it list the products that have been most frequently purchased with the product the customer is viewing. I'm not sure if that is how it is already set up or not? Does anybody know?

    The reason I ask is because the products that get listed on my product info pages seem to be pretty unrelated to the product itself... now, I'm sure that some customers that bought the product have also bought the products that get listed, but it doesn't seem like it is listing the most frequently purchased products that have been paired with the product on the product info page... but I really can't say for sure, as I don't know how I would go about checking into that.

    So, if anybody knows how it selects which products to display, I would love to know! Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Priority of "Customers who bought this product also purchased" product listings?

    Quote Originally Posted by lolwaut View Post
    I have a quick question about the "Customers also purchased" built-in module. Is there any kind of rhyme or reason as to what products get shown in the "Customers who bought this product also purchased" section of the product info pages? For instance, I think it would make the most sense to have it list the products that have been most frequently purchased with the product the customer is viewing. I'm not sure if that is how it is already set up or not? Does anybody know?

    The reason I ask is because the products that get listed on my product info pages seem to be pretty unrelated to the product itself... now, I'm sure that some customers that bought the product have also bought the products that get listed, but it doesn't seem like it is listing the most frequently purchased products that have been paired with the product on the product info page... but I really can't say for sure, as I don't know how I would go about checking into that.

    So, if anybody knows how it selects which products to display, I would love to know! Thanks!
    If you have a look at the query here
    includes/classes/db/mysql/define_queries.php
    You will see that it is ordered by purchased date desc
    PHP Code:
    order by o.date_purchased desc 
    That means it will be ordered according to the most recently purchased item with the current item.

    Not the items that have been sold the most with that item.

  3. #3
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Priority of "Customers who bought this product also purchased" product listings?

    Thanks a lot! Now for the REAL question: Is there any way of changing it to products that are most frequently purchased with the item?

  4. #4
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Priority of "Customers who bought this product also purchased" product listings?

    Quote Originally Posted by lolwaut View Post
    Thanks a lot! Now for the REAL question: Is there any way of changing it to products that are most frequently purchased with the item?
    Of course it can.
    But I don't have time to play with this as its not a priority for me.

    Others may have a go at it or you might need to brush up on your mysql and have a go yourself.
    I have shown you the file where it needs to be edited.

 

 

Similar Threads

  1. "Customers who bought this product also purchased" Problem
    By stlnyc in forum General Questions
    Replies: 5
    Last Post: 19 Nov 2011, 12:19 AM
  2. "Customers who bought this product also purchased" section not displaying properly
    By twinkie in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 3 May 2010, 05:03 AM
  3. Customers who bought this product also purchased...
    By redsky in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 May 2009, 07:53 PM
  4. Replies: 5
    Last Post: 15 Jul 2006, 11:13 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