MX Shop Forum :: Adding unique page titles to replace 'Pages'
This thread was displayed: 85 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
David Hudson
11-13-2006 14:03:52 GMT +2
|
Hi
I have a new question which I have posted to an old thread but I guess that no-one will be reading this old thread now so I'm not going to get a response there - therefore please pardon my re-posting the new question in a new thread.
The old thread is: http://www.interaktonline.com/Products/Web-Applications/MXShop/Product-Forum/Details/112662/MX+Shop+not+Google-friendly%3F.html?pageNum_rsMessages=1&totalRows_rsMessages=14
The new question is:
Using the advice given I was able to modify the index.php page so that unique page titles are created for each page within three types of display:
Product details
Category selections
Manufacturer selections
You can see this at http://www.campervanstuff.com/shop_stuff/index.php
Now I want to do this for 'Pages' as well - eg the 'Contact us', 'Privacy', 'Ordering Info' pages. In the standard MX Shop all these pages have the same title - 'Pages'. But I can't get this to work.
I have created a recordset and amended the 'pages' line in the 'Multiple Static Pages' part of the code, in the same way as I did in the other instances but it has no effect.
Do the 'Pages' require a different treatment?
Regards
David Hudson
|
|
|
Razvan Racasanu[InterAKT]
11-15-2006 16:34:19 GMT +2
|
Hello,
There should be no difference. Can you attach the index.php where you have made the modifications for pages as well?
Regards,
Razvan RACASANU
|
|
|
Razvan Racasanu[InterAKT]
11-16-2006 10:01:52 GMT +2
|
Hello,
This is happening because you filter the recordset by $_GET['id_pag'], but the parameter that you receive is called idp, so you should filter based in $_GET['idp'].
Regards,
Razvan RACASANU
|
|
|
David Hudson
11-16-2006 12:12:17 GMT +2
|
Hi Razvan
Terrific, that fixed it. Many thanks for your help.
Regards
David
|
|
|