Page 1 of 1

Content Pagfes with Yahoo Store Tags?

Posted: Sat Apr 01, 2006 12:03 am
by WickedChicken
Has anyone hear gotten Content pages to work with Yahoo Store tags?
A store tag would basically look like this:
$
When used in a content page these don't get parsed properly.  I was hoping to manage my store via CMS as well but it looks like that may not be an option.
Thanks again,
Kit

Re: Content Pagfes with Yahoo Store Tags?

Posted: Sat Apr 01, 2006 12:14 am
by calguy1000
Did you put {literal} and {/literal} tags around your store tags, so that smarty wouldn't try to process them?

Re: Content Pagfes with Yahoo Store Tags?

Posted: Sat Apr 01, 2006 12:26 am
by WickedChicken
calguy1000 wrote: Did you put {literal} and {/literal} tags around your store tags, so that smarty wouldn't try to process them?
Just gave that a shot.  Still no luck

Re: Content Pagfes with Yahoo Store Tags?

Posted: Sun Apr 09, 2006 9:58 pm
by WickedChicken
Anyone have any oher thoughts?  I have tried various configurations of {literal} tags o no avail.
The following should display the price of the item lith0001 from my store catalog:

but the way it is currently getting processed nothing is displayed.  I'm beginning to think that there is no way to  use CMS to build my store but a man can dream.

Re: Content Pagfes with Yahoo Store Tags?

Posted: Mon Apr 10, 2006 2:35 am
by calguy1000
I'm no genius by an means, but is an html comment. unless some other pre-processor is parsing it.

A quick hunch paid off.  the and I'd bet this is an asp tag.  a different pre-processor than php.

You'll have to see if there are any php libraries for the yahoo store front stuff before you can get them to work in  CMS.

Re: Content Pagfes with Yahoo Store Tags?

Posted: Mon Apr 10, 2006 3:08 am
by WickedChicken
calguy1000 wrote: I'm no genius by an means, but is an html comment. unless some other pre-processor is parsing it.

A quick hunch paid off.  the and I'd bet this is an asp tag.  a different pre-processor than php.

You'll have to see if there are any php libraries for the yahoo store front stuff before you can get them to work in  CMS.
After a bit of digging it appears that currently the Yahoo Store Catalog doesn't support PHP.  The only way to access them is with the Store Tags or through the Yahoo Site Builder.  Oh well, I guess i can't fully integrae the store into the rest of the site.

If I could just get commetns to work I could at least knock that off my todo list