Page 1 of 1
code for shopsite tags?
Posted:
Thu Nov 11, 2010 10:24 am
by bdepew
Is there some where that shows where the code is for the shopsite tags?
tired of guessing!
Re: code for shopsite tags?
Posted:
Thu Nov 11, 2010 11:10 am
by robm
Sure. Reference:
http://www.shopsite.com/help/10.2/en-US/templates/custom.template.cheatsheet.all.html
Rob
Re: code for shopsite tags?
Posted:
Thu Nov 11, 2010 11:14 am
by bdepew
thanks Rob that is very helpful but I was talking about the actual code for the tags, like when there is a shopsite tag where is the code that tag is point to or referencing?
thanks again
Brian
Re: code for shopsite tags?
Posted:
Thu Nov 11, 2010 11:35 am
by robm
Ah, ok. You want to know what the code is that ShopSite puts in place of a tag...
Unfortunately, I do not know a way to see this without looking at the source code of the page that uses the template tag to see the expansion/replacement.
Rob
Re: code for shopsite tags?
Posted:
Thu Nov 11, 2010 11:53 am
by bdepew
well to start off with this code
<tr>
<td align="left">
[-- CR_Name --]
</td>
</tr>
<tr>
<td align="left">
[-- CR_Email_Password --]
</td>
</tr>
<tr>
<td align="left">
[-- CR_Challenge --]
</td>
</tr>
<tr>
<td align="left">
[-- CR_email_type --]
</td>
</tr>
<tr>
<td align="left">
[-- CR_Save_Payment --]
</td>
</tr>
</table>
<p align="center">[-- BUTTON Save --] [-- BUTTON Cancel --]</p>
the button save tag
also the registration tag which right now going to "www.ourdomain.com/registration.cgi"
which doesnt seem right, isnt the registration.cgi file in the CGI-BIN folder?
Re: code for shopsite tags?
Posted:
Tue Nov 16, 2010 3:25 pm
by bdepew
so once you saw the source, where would you go to modify the code for that tag?
Re: code for shopsite tags?
Posted:
Tue Nov 16, 2010 3:28 pm
by robm
In the backoffice:
Preferences -> Store Text -> Customer Registration
has most of the settings for buttons, text, etc...
Rob