Welcome to the eBizInsider eCommerce Forums! -- Everything You Need for eCommerce.

If this is your first visit, be sure to check out the FAQ. Users must Register before posting. Our forum is open to the public.

Username: Password:
Not Registered? Remember me ?
E-Commerce Forum - eBiz Insider Online Community » E-Commerce » Yahoo! Store - Merchant Solutions » RTML Questions » RTML Templates

RTML Questions RTML is the backbone of Yahoo! Store. Feel free to ask our talented programmers any questions you may have about RTML.

Reply
Old 06-27-2008, 06:42 PM   #1 (permalink)
 
tmswebmaster's Avatar
 
Status: Junior Member
Join Date: Jun 2008
Posts: 6
 tmswebmaster is a Junior Member



tmswebmaster is offline  
Default RTML Templates

Can anyone point me in the right direction were to find a good place online to learn about RTML Template editing. I just don't understand the whole Complex to Simple thing and how to make it work with another Complex or "Operator"?

Thanks,
Adam


Reply With Quote
Old 06-30-2008, 02:03 PM   #2 (permalink)
 
tmswebmaster's Avatar
 
Status: Junior Member
Join Date: Jun 2008
Posts: 6
 tmswebmaster is a Junior Member



tmswebmaster is offline  
Default

We I make a template and try to add the TEXT and press edit and put the code in the type section and hit update, it restores back to the original default type. Here is what I'm looking to make...

HTML Code:
TAG-WHEN tag GRAB
                          TEXT "a rel=\ "nofollow\ " "
                          TEXT "href=http://edit.store.yahoo.com/RT/NEWEDIT."
                          TEXT LOWERCASE GRAB
                                                         TEXT account
                          TEXT "/"
                          TEXT TO id
                test  :t
   SHIM height 10
           width 10
I have as far and the first line and I'm now lost. Could someone please help me?

Thanks,
Adam


Reply With Quote
Old 07-01-2008, 09:13 AM   #3 (permalink)
 
Status: Super Moderator
Join Date: Feb 2008
Posts: 122
 sunil.lukose is a Junior Member



sunil.lukose is offline  
Default

Adam what do you mean by type section and your code looks fine, I think I am not understandign what exactly you are trying to do. If you could elobrate on what you are trying to achieve I can probably help you with it. The code you are trying to write seems like a hiden pixel that will let you enter into the store editor by clicking it.
__________________
Sunil Lukose
Solid Cactus - Manager, Product Development


Reply With Quote
Old 07-01-2008, 12:42 PM   #4 (permalink)
 
tmswebmaster's Avatar
 
Status: Junior Member
Join Date: Jun 2008
Posts: 6
 tmswebmaster is a Junior Member



tmswebmaster is offline  
Default

Yes that is what I am trying to achieve but for what ever reason the link is not link able on the pages.

If you open one of my store pages "TotallyMotorsports.com" and press CTRL+A or edit select all on the bottom on the body on the site you will see a little box. That is suppose to be the link, but its no right.

I go this code out of a book called "YAHOO STORE TIPS AND TRICKS" Second Edition from Ytimes.

Thanks for the help!

Adam


Reply With Quote
Old 07-01-2008, 01:12 PM   #5 (permalink)
 
Status: Super Moderator
Join Date: Feb 2008
Posts: 122
 sunil.lukose is a Junior Member



sunil.lukose is offline  
Default

Try not to add spaces after \ so your line should look like

TEXT "a rel=\"nofollow\" "
__________________
Sunil Lukose
Solid Cactus - Manager, Product Development


Reply With Quote
Old 07-01-2008, 03:07 PM   #6 (permalink)
 
tmswebmaster's Avatar
 
Status: Junior Member
Join Date: Jun 2008
Posts: 6
 tmswebmaster is a Junior Member



tmswebmaster is offline  
Default

That didn't work. I think my problem is that I'm missing the "test :t" in the code. How do I go about adding this. When I add a text and right test :t it goes back to nil. If I leave it blank and just add a text and replace it removes the arg?

Thanks a ton for your help!
Adam


Reply With Quote
Old 07-01-2008, 04:26 PM   #7 (permalink)
 
Status: Super Moderator
Join Date: Feb 2008
Posts: 122
 sunil.lukose is a Junior Member



sunil.lukose is offline  
Default

Test is part of TAG-WHEN operator and will display if it has value filled in if not it won't but when you click TAG-WHEN and hit edit you should be able to see it. You seem to be not providing proper string to TAG-WHEN and that's what seem to be causing issue, to test it start with simple string like a href=\"home.html\" and see if it shows, then take next using grab and then add multiple lines and so on.
__________________
Sunil Lukose
Solid Cactus - Manager, Product Development


Reply With Quote
Old 07-02-2008, 11:59 AM   #8 (permalink)
 
tmswebmaster's Avatar
 
Status: Junior Member
Join Date: Jun 2008
Posts: 6
 tmswebmaster is a Junior Member



tmswebmaster is offline  
Default

Sorry, I just can't get it to work and I have the test :t in there. I don't want to waste any more of your time, but I do have one other issue with a RTML code in my site the items thumbnails are cutting off and I don't know how to fix it. It happened right after I installed the click to enlarge code. Any idea on how to fix this?

Thanks a million for your help again,

Adam


Reply With Quote
Old 07-02-2008, 04:52 PM   #9 (permalink)
 
Status: Super Moderator
Join Date: Feb 2008
Posts: 122
 sunil.lukose is a Junior Member



sunil.lukose is offline  
Default

Can't help you much without seeing the RTML code that displays the thumbnail on product page. This seems to be causing because of the click to enlarge template
__________________
Sunil Lukose
Solid Cactus - Manager, Product Development


Reply With Quote
Old 07-28-2008, 09:04 PM   #10 (permalink)
 
Status: Solid Cactus Team Member
Join Date: Mar 2008
Location: Berwick
Posts: 15
 gsisco is a Junior Member

Send a message via Yahoo to gsisco


gsisco is offline  
Default

Quote:
Originally Posted by tmswebmaster View Post
Sorry, I just can't get it to work and I have the test :t in there. I don't want to waste any more of your time, but I do have one other issue with a RTML code in my site the items thumbnails are cutting off and I don't know how to fix it. It happened right after I installed the click to enlarge code. Any idea on how to fix this?

Thanks a million for your help again,

Adam
Like Sunil said, it's hard to say what's going on without seeing your click to enlarge code. Is it possible you have your heights and widths mixed up somewhere?

Don't give up. Try posting the first code - the RTML in the state you have it now - maybe someone else will see something in there. Also, can you post an example of the full lib path to your image that you're using on one of the item pages, along with a link to that item page? Maybe there's something we can see in there with regard to the height and width that will jump out. Finally, is it possible that the click to enlarge code is depending on some variable or something else? Something has to be making that image a different size than it is - if you just write out an image tag with no height or width, it would show the full image. something is changing that.

Don't give up!!!
__________________
George A Sisco III

Solid Cactus - Web Developer, SPG


Reply With Quote
Reply

Tags
code, complex, operator, rtml, templates



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 11:50 AM.

Copyright Solid Cactus Inc. 2008
no