Posts: 14
Threads: 4
Joined: Jun 2012
I apologize if this has been covered but after a quick search I couldn't find anything.
I have a product page which is dynamic so I can only put it in on one page on my script, is it possible to change the code so commentics generates a unique page id / name for each page that loads?
Posts: 2,904
Threads: 59
Joined: Jun 2010
Does each product have its own parameter like:
page.php?id=1
page.php?id=2
Have
you completed
the interview?
Posts: 14
Threads: 4
Joined: Jun 2012
no they are like this: site.com/category/product/
Posts: 2,904
Threads: 59
Joined: Jun 2010
Okay, what about the HTML title tag?
How does the product page know which product to load?
Have
you completed
the interview?
Posts: 14
Threads: 4
Joined: Jun 2012
yes I have title tags,
Actually I meant the url's are site.com/gym-equipment/york-dumbells/ not category/product, sorry.
Posts: 2,904
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 14
Threads: 4
Joined: Jun 2012
almost go it

, as far as I can see everything is working fine apart from the page reference which says 500 internal server error on both comments I've tested.
Posts: 2,904
Threads: 59
Joined: Jun 2010
It can be difficult to get that to work on some servers.
I'm not sure what else you could dynamically supply the $cmtx_reference variable with.
Have
you completed
the interview?
Posts: 2,904
Threads: 59
Joined: Jun 2010
What ecommerce script are you using?
Have
you completed
the interview?
Posts: 14
Threads: 4
Joined: Jun 2012
I'm using wordpress.
The comments are posting fine but I take it the page reference is important and needs to be working?