Results 1 to 3 of 3

Thread: Catalog with sales outlets

  1. #1
    User
    Join Date
    08-09-09.
    Location
    Zwolle, The Netherlands
    Posts
    73

    Default Catalog with sales outlets

    Hello,

    I'm using the catalog extension for users to select a dealer of a company's product, almost exactly like the example: http://www.nags.co.za/locator.html.

    I've installed the catalog and catalog_ext modules, all the catalog fields are created, and also catalog items. Then I use the catalog_ext to create front end filters. A user can filter first by selecting a province, then a city name, and then a store name. When the store is selected, the catalog filter page jumps to a page with a module with the catalog reader. However, the catalog reader page (which should display an indiviual store with contact details) always gives me the message "catalog item not found", while I did select one of the stores with the filter.

    I've found this much: when I click the store name, I get a url like this:

    Code:
    http://www.mysite.com/index.php/sales-outlet/province/my_province/city/my_city/name/my_store.html
    While it should read something like this:

    Code:
    http://www.mysite.com/index.php/sales-outlet/items/2.html
    I've tried it, and in the latter case, I do get the correct Store details (in other words: the correct store is displayed with its details). But how on Earth do I generate the correct URL somewhere in the front end filter? I simply can't figure it out.

    Can anybody help, please?
    Thanks.

  2. #2
    User
    Join Date
    06-29-09.
    Posts
    271

    Default Re: Catalog with sales outlets

    Perhaps you required some fields to be filled in. I have no more time to figure out what went wrong, but this is not the correct subforum. This question belongs here: viewforum.php?f=27

  3. #3
    User
    Join Date
    08-09-09.
    Location
    Zwolle, The Netherlands
    Posts
    73

    Default Re: Catalog with sales outlets

    I'm sorry, I was too hasty in posting my question. Your link to the right part of the forum helped, though, in finding the right tutorial. So I was able to figure it out (for the most part)

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
  •