Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Posts
    27
    Plugin Contributions
    0

    Default Use customized extra product page data for searching?

    Hi I need a little help is there a way to use product page data as a search link to search for more items.

    Say you have a author or publisher in the product data.

    Then that is also turned in to a href link to search the rest of the store for other authors with that name or publishers.

  2. #2
    Join Date
    Jan 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Use product page data for searching

    I am not 100% sure that I understand, but I don't think that there is a mod that will do text recognition and link throughout your site.
    Apart from manually putting in the HREF links in your description, I don't think there is a way.

  3. #3
    Join Date
    Jul 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: Use product page data for searching

    No worries I found a way to fix it now I just need to alter my advanced search to make it filer better.

    This is the code I used.

    Code:
    <?php
    if ($products_author != '') {
    ?>
    <div id="productColour" class="productinfo"><strong>Author: </strong><a href= "http://jazmin-books.co.uk/index.php?main_page=advanced_search_result&keyword=<?php echo $products_author; ?>&search_in_description=1&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=&pto=&dfrom=&dto=&x=18&y=10"><?php echo $products_author ?></div></a>
    <?php
    }

 

 

Similar Threads

  1. v154 Look for help about ajax paging to display extra data
    By sfgl in forum General Questions
    Replies: 5
    Last Post: 26 Apr 2016, 04:11 PM
  2. Searching for a plugin or "how to" to shorten page and product address url.
    By merchantdroid in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jul 2013, 01:05 PM
  3. Replies: 0
    Last Post: 28 Jan 2011, 12:44 PM
  4. Zen Cart Customized Page for every product
    By jaferjafer in forum General Questions
    Replies: 1
    Last Post: 13 Jul 2009, 11:17 AM
  5. Base template to use for creating my own customized template?
    By liya in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Mar 2007, 10:28 AM

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