Results 1 to 7 of 7

Thread: AWS product page not working in title

  1. #1
    Registered
    Join Date
    Jan 2004
    Posts
    224

    AWS product page not working in title

    In my title tags, I'm echoing the product page like this:
    PHP Code:
    <?=$ProductName?>
    However, it does not work. The page loads fine, however the title is the page address, not the product name.

    I'm using REST with Dan's article.

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    You're missing a semi-colon.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered
    Join Date
    Jan 2004
    Posts
    224
    You mean this?
    PHP Code:
    <?=$ProductName;?>
    If so, still doesn't work.

  4. #4
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    I don't think you need a semi-colon when you echo values like that.

    If you're using the article example MattM, you'll have to adjust the code so the loop begins before the <title> tags.
    ....

  5. #5
    Registered
    Join Date
    Jan 2004
    Posts
    224
    That worked, thanks Dan!

  6. #6
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    Cool. What kind of store are you working on?
    ....

  7. #7
    Registered
    Join Date
    Jan 2004
    Posts
    224
    Not sure yet, it is in electronics, I've been debating between two.

Similar Threads

  1. page views
    By eMEraLdwPn in forum General Management Issues
    Replies: 3
    Last Post: 02-11-2004, 09:05 AM
  2. What's Wrong With My Product Page?
    By incka in forum Advertising & Affiliate Programs
    Replies: 8
    Last Post: 02-01-2004, 02:15 PM
  3. need to exclude one page from a general .htaccess redirect
    By Apollo in forum General Management Issues
    Replies: 1
    Last Post: 01-10-2004, 01:56 PM
  4. linking to front page
    By Kyle in forum Search Engine Optimization
    Replies: 5
    Last Post: 12-04-2003, 06:02 PM
  5. increasing page rank
    By Cloughie in forum Search Engine Optimization
    Replies: 2
    Last Post: 10-02-2003, 08:11 PM

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
  •