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
Content Pagfes with Yahoo Store Tags?
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Content Pagfes with Yahoo Store Tags?
Did you put {literal} and {/literal} tags around your store tags, so that smarty wouldn't try to process them?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
WickedChicken
Re: Content Pagfes with Yahoo Store Tags?
Just gave that a shot. Still no luckcalguy1000 wrote: Did you put {literal} and {/literal} tags around your store tags, so that smarty wouldn't try to process them?
-
WickedChicken
Re: Content Pagfes with Yahoo Store Tags?
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.
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.
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Content Pagfes with Yahoo Store Tags?
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.
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
WickedChicken
Re: Content Pagfes with Yahoo Store Tags?
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.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.
If I could just get commetns to work I could at least knock that off my todo list
