Does Actinic have a condition that we can use to pull the filename of the product page out?
At the moment, if we try and grab the whole URL, there are many different ways that Actinic can display this i.e.
1) Standard Page -->
2) Searched page -->
3) Logged in Page -->
4) Logged in and searched for page -->
This means that pulling the URL out using something like a 'PHP_SELF' command isn't always applicable.
Would I be able to use 'SectionURL' to pull a 'flat' URL (i.e. not via a cgi script) of any page I was on?
Thanks
At the moment, if we try and grab the whole URL, there are many different ways that Actinic can display this i.e.
1) Standard Page -->
Code:
www.mysite.com/acatalog/filename.html
Code:
http://www.mysite.com/cgi-bin/sh000005.pl?REFPAGE=http://www.mysite.com/home.html&WD=test&SHOP= &PN=filename.html#aTEST#aTEST
Code:
http://www.mysite.com/cgi-bin/bb000005.pl?ACTINIC_REFERRER=http://www.mysite.com/cgi-bin/bb000005.pl&PRODUCTPAGE=filename.html
Code:
http://www.mysite.com/cgi-bin/bb000005.pl?REFPAGE=http://www.mysite.com/cgi-bin/bb000005.pl?PRODUCTPAGE=filename.html&WD=test&SHOP= &PRODUCTPAGE=filename.html#aTEST#aTEST
Would I be able to use 'SectionURL' to pull a 'flat' URL (i.e. not via a cgi script) of any page I was on?
Thanks
Comment