Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
Cross Merchandising

 

 


jonduv
User

Jul 30, 2008, 7:20 AM

Post #1 of 11 (5957 views)
Shortcut
Cross Merchandising Can't Post

Hi there,

Does anyone know of a way to cross merchandise items using listing manager?

Here is what I would like to do....

My client sells copper products such as sinks, bathtubs, drains and tile. Would it be possible to set listings manager so that a user would have a different product recommended for each category? For example, the link below is shows a bathroom sink. In the empty container, I would like to have a link and photo to another category that goes with the product. In this case it would be a copper drain. Any suggestions would be greatly appreciated. Thanks!

http://www.premiercopperproducts.com/listman/listings/l0005.html


Donna
Staff / Moderator


Jul 30, 2008, 12:12 PM

Post #2 of 11 (5938 views)
Shortcut
Re: [jonduv] Cross Merchandising [In reply to] Can't Post

Hi Jonduv,

Sure, that'd be easy enough to do -- it'd basically be exactly the same as the "Featured Listings" tutorial, except you'd specify a certain category, instead of a "featured listings" checkbox.

Does that make sense? Let me know if you'd like me to go into further detail. :)

Donna

--
support@interactivetools.com


jonduv
User

Jul 30, 2008, 12:52 PM

Post #3 of 11 (5931 views)
Shortcut
Re: [Donna] Cross Merchandising [In reply to] Can't Post

So does this mean that I would be creating multiple publish_listing files....one for each category? The content that I would like to change (depending on the category) is located on the publish_listing page.

http://www.premiercopperproducts.com/listman/listings/l0014.html

thanks in advance,

Jon


Donna
Staff / Moderator


Jul 30, 2008, 1:27 PM

Post #4 of 11 (5929 views)
Shortcut
Re: [jonduv] Cross Merchandising [In reply to] Can't Post

Hi Jon,

Not necessarily. What we could do is use the listing field placeholder for a specific listing in the search query. So, you'd have something like this:

<!--#include virtual="/path/to/search.cgi?search=1&lfieldX=$lfieldX$&template=_related.html" -->

...where "X" is the field that you have the "Category" listed in, and "_related" is a bare bones template similar to the one used as a "Featured" template.

How does that sound?

Donna

--
support@interactivetools.com


jonduv
User

Jul 30, 2008, 1:40 PM

Post #5 of 11 (5925 views)
Shortcut
Re: [Donna] Cross Merchandising [In reply to] Can't Post

I'm not sure if I understand. Are you suggesting that I place the "virtual" line of code into the publish_listing file and then set up a drop down field in listings manager so that different categories appear by using the search feature?


Donna
Staff / Moderator


Jul 30, 2008, 2:08 PM

Post #6 of 11 (5917 views)
Shortcut
Re: [jonduv] Cross Merchandising [In reply to] Can't Post

Hi jonduv,

Basically, yes. Although you'll also need to change the file extension to .shtml, instead of html. (This can be set in the Setup Options.)

How are you currently handling the categories? Do you have a field for this already? If so, you won't need to use a new one -- just use the existing field you've already got.

Donna

--
support@interactivetools.com


jonduv
User

Jul 30, 2008, 2:40 PM

Post #7 of 11 (5915 views)
Shortcut
Re: [Donna] Cross Merchandising [In reply to] Can't Post

Yes... I have one field set for the category and another one for the sub category. Here is how I access the sub category:

http://www.premiercopperproducts.com/listman/exec/search.cgi?search=1&template=_B-Undermount.html&lfield8_keyword=Bathroom&lfield9_match=B-Undermount&perpage=30

Will this still work?


Donna
Staff / Moderator


Jul 30, 2008, 3:35 PM

Post #8 of 11 (5907 views)
Shortcut
Re: [jonduv] Cross Merchandising [In reply to] Can't Post

Yep. Just instead of having the actual field names in there (so you don't have to have a different template for each category) you can use the actual placeholder. Then Listings Manager, when it creates the .shtml page, will fill in the category of the current listing in there instead. :)

Donna

--
support@interactivetools.com


jonduv
User

Jul 31, 2008, 8:42 AM

Post #9 of 11 (5518 views)
Shortcut
Re: [Donna] Cross Merchandising [In reply to] Can't Post

Hi Donna,

To help me further understand, would you mind showing me an example on how I can write a url to produce this?

Thanks


Donna
Staff / Moderator


Jul 31, 2008, 10:11 AM

Post #10 of 11 (5487 views)
Shortcut
Re: [jonduv] Cross Merchandising [In reply to] Can't Post

Hi Jon,

The example I gave before will still work - something like this:

<!--#include virtual="/listman/exec/search.cgi?search=1&lfieldX=$lfieldX$&lfieldY=$lfieldY$template=_related.html" -->

I modified that a bit to include the second field, as well as the correct path to the search engine. As long as you create a file called "_related.html", that'll work just fine. :)

Donna

--
support@interactivetools.com


jonduv
User

Jul 31, 2008, 10:12 AM

Post #11 of 11 (5486 views)
Shortcut
Re: [Donna] Cross Merchandising [In reply to] Can't Post

Ok thanks Donna Smile