I've created custom page and product templates for a website but am
having a hard time getting the shopsite-generated page links on the
product more-info pages.
Is this even possible? I put the page template custom fields for
[-- LOOP LINKS --]
[-- LINK --]
[-- END_LOOP LINKS --]
And it jsut returned an error when creating the more info pages. Any
ideas? I used the page links so that my client can edit the links and
add new pages themselves... but it seems to not work on more-info pages.
Thanks,
--
Brandon Eley
2BigFeet.com
brandon@2bigfeet.com
www.2bigfeet.com
Page Links on More Info Pages
-
- Posts: 2572
- Joined: Fri Aug 04, 2006 12:02 pm
- Location: Anywhere
- Contact:
Re: Page Links on More Info Pages
LOOP LINKS will not work on More Info Page sections of a custom product
template, specifically because products do not have pages assigned to
them. Only pages have other pages assigned to them.
-Loren
Brandon Eley wrote:
template, specifically because products do not have pages assigned to
them. Only pages have other pages assigned to them.
-Loren
Brandon Eley wrote:
I've created custom page and product templates for a website but am
having a hard time getting the shopsite-generated page links on the
product more-info pages.
Is this even possible? I put the page template custom fields for
[-- LOOP LINKS --]
[-- LINK --]
[-- END_LOOP LINKS --]
And it jsut returned an error when creating the more info pages. Any
ideas? I used the page links so that my client can edit the links and
add new pages themselves... but it seems to not work on more-info pages.
Thanks,
Re: Page Links on More Info Pages
As Loren mentioned pages aren't assigned to moreinfo pages so the links
can't be generated directly. There have been some merchants who have
found a way around this. First they created a custom page template that
creates a page of just links. They create a page with the appropriate
links assigned to it. In the custom template they use an "include" to
place that information into the moreinfo page. You would need to create
a symlink in the include directory that points to the page containing
the links so it can be included. This takes a little work to setup but
would be possible to do.
Jim
Loren wrote:
can't be generated directly. There have been some merchants who have
found a way around this. First they created a custom page template that
creates a page of just links. They create a page with the appropriate
links assigned to it. In the custom template they use an "include" to
place that information into the moreinfo page. You would need to create
a symlink in the include directory that points to the page containing
the links so it can be included. This takes a little work to setup but
would be possible to do.
Jim
Loren wrote:
LOOP LINKS will not work on More Info Page sections of a custom product
template, specifically because products do not have pages assigned to
them. Only pages have other pages assigned to them.
-Loren
Brandon Eley wrote:
I've created custom page and product templates for a website but am
having a hard time getting the shopsite-generated page links on the
product more-info pages.
Is this even possible? I put the page template custom fields for
[-- LOOP LINKS --]
[-- LINK --]
[-- END_LOOP LINKS --]
And it jsut returned an error when creating the more info pages. Any
ideas? I used the page links so that my client can edit the links and
add new pages themselves... but it seems to not work on more-info pages.
Thanks,
Re: Page Links on More Info Pages
I use PHP in all my pages and can easily include a file in the more info
pages. I'll give that a try and see how it works.
Thanks!,
Brandon Eley
2BigFeet.com
brandon@2bigfeet.com
www.2bigfeet.com
jim wrote:
pages. I'll give that a try and see how it works.
Thanks!,
Brandon Eley
2BigFeet.com
brandon@2bigfeet.com
www.2bigfeet.com
jim wrote:
As Loren mentioned pages aren't assigned to moreinfo pages so the links
can't be generated directly. There have been some merchants who have
found a way around this. First they created a custom page template that
creates a page of just links. They create a page with the appropriate
links assigned to it. In the custom template they use an "include" to
place that information into the moreinfo page. You would need to create
a symlink in the include directory that points to the page containing
the links so it can be included. This takes a little work to setup but
would be possible to do.
Jim
Loren wrote:
LOOP LINKS will not work on More Info Page sections of a custom
product template, specifically because products do not have pages
assigned to them. Only pages have other pages assigned to them.
-Loren
Brandon Eley wrote:
I've created custom page and product templates for a website but am
having a hard time getting the shopsite-generated page links on the
product more-info pages.
Is this even possible? I put the page template custom fields for
[-- LOOP LINKS --]
[-- LINK --]
[-- END_LOOP LINKS --]
And it jsut returned an error when creating the more info pages. Any
ideas? I used the page links so that my client can edit the links and
add new pages themselves... but it seems to not work on more-info pages.
Thanks,