Results 1 to 3 of 3

Thread: possible - deactivate product detail page for some products?

  1. #1
    New user
    Join Date
    09-04-11.
    Location
    near Munich, Germany
    Posts
    10

    Default possible - deactivate product detail page for some products?

    Hello,

    for some products I don't need to link to or show the individual page with details. The users should get every information from the overview/product listing.

    How can I set this up, either individually for each product or, if not possible, at least for certain product overview/listings/product types.

    (in the specific case of my client I have a product type with a certain range of papers that do not need long explanations or details and a product type with various antique pieces that do require own pages with more pics and text)

    bye,
    beate

  2. #2
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: possible - deactivate product detail page for some produ

    You should be able to do that easily with the listing templates. You can assign different templates to different product types, so you could have some product types with a link, some without.

    Create a new iso_list_ template with a custom name, then take out any reference to '<a href="<?php echo $this->href_reader; ?>">' and assign it to your product type.

    That should do the trick.

  3. #3
    New user
    Join Date
    09-04-11.
    Location
    near Munich, Germany
    Posts
    10

    Default Re: possible - deactivate product detail page for some produ

    Thanks a lot - I've changed the template and it works
    I thought I could easily change it for the product groups but I had to do the following... and want to know if this is the correct way or if there is an easier way:

    - duplicate existing product list template, rename it
    - take out the reader code ...

    - duplicate existing module, rename it
    - choose the new product list template

    - duplicate the theme's pagelayout (I have the German version installed so not sure about the correct term in English)
    - choose the new created module instead of the former one

    - go into site/pagestructure
    - choose the page with the product and assign the new created pagelayout
    ..............................

    A further question:

    As I have no details page now but want to let everything of the description be shown, how can I achieve this?
    I do have to take this out as well, right?
    <div class="details"><?php echo $this->label_detail; ?></div>
    do I also have to do sth with that?
    I don't need the teaser but the whole description...
    <div class="teaser"><?php echo $this->teaser; ?></div><?php endif; ?>


    bye,
    beate

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
  •