Gift Certificate Tags

General ShopSite user discussion

Gift Certificate Tags

Postby Heartsmith » Thu Apr 27, 2006 12:12 pm

Hello,

I'm trying to edit the content layout of these gift certificate tags found
on the gift certificate template. I cannot figure out how. Can anyone help?

[-- GiftCertInstruction --]
[-- GiftCertNumberAmount --]

[-- GiftCertEmailMail --]

Thanks

Lauren Bradford
Heartsmith
www.heartsmith.com
Heartsmith
 

Re: Gift Certificate Tags

Postby jim » Thu Apr 27, 2006 9:24 pm

You use styles to format the information. If you go to Merchandising >
Custom Templates > you can use the Copy ShopSite Template or Copy
ShopSite include buttons to make a copy of the ShopSite provided
templates and style sheets that you can edit. The default custom Gift
Certificate template is gc_default By editing that file you can see
which file is included for the style sheet and you can also see how the
ShopSite templates use the styles.

Jim

Heartsmith wrote:
Hello,

I'm trying to edit the content layout of these gift certificate tags found
on the gift certificate template. I cannot figure out how. Can anyone help?

[-- GiftCertInstruction --]
[-- GiftCertNumberAmount --]

[-- GiftCertEmailMail --]

Thanks

Lauren Bradford
Heartsmith
www.heartsmith.com
jim
 

Re: Gift Certificate Tags

Postby Heartsmith » Fri Apr 28, 2006 8:41 am

I'm sorry, let me reformat my question more specifically:

Concerning the table output for the [-- GiftCertEmailMail --] tag for the
default template file. My question is how can I change the table in the
output of this tag from this:

<table class="giftcert_type">
<tr><td class="giftcert_type">
Select type of gift certificate</td><td class="giftcert_type"></td></tr>
<tr><td class="giftcert_type"><input type=radio name=cert_type value="email"
checked>
E-mail Certificate(s)</td>
<td class="giftcert_type"><input type=radio name=cert_type value="snailmail"
Mail Certificate(s)</td></tr

<tr><td class="giftcert_type">E-mail Address(es)<br>&nbsp;&nbsp;&nbsp;&nbsp;
- one for each certificate purchased, separated by commas.<br>
<input type="text" name=cert_email value="" size="50">
</td>
<td class="giftcert_type">Certificates will be mailed to the address
specified during the checkout process.</td></tr>
</table>


To this:


<table class="giftcert_type">
<tr>
<td class="giftcert_type" colspan="2">How do you want your gift certificate
delivered?</td>
</tr>
<tr><td class="giftcert_type" width="120"><input type=radio name=cert_type
value="email" checked> E-mail </td>
<td class="giftcert_type"><input type="text" name=cert_email value=""
size="45"> Email address of recipient</td></tr>
<tr><td class="giftcert_type" width="120"><input type=radio name=cert_type
value="snailmail" > Postal Mail </td>
<td class="giftcert_type">Certificates will be mailed to the address
specified during the checkout process.</td></tr>
</table>

Thanks.
-l

Heartsmith
Www.heartsmith.com




On 4/28/06 12:24 AM, in article e2s5d3$thp$1@eval.shopsite.com, "jim"
<jstavast@xmission.com> wrote:

You use styles to format the information. If you go to Merchandising
Custom Templates > you can use the Copy ShopSite Template or Copy
ShopSite include buttons to make a copy of the ShopSite provided
templates and style sheets that you can edit. The default custom Gift
Certificate template is gc_default By editing that file you can see
which file is included for the style sheet and you can also see how the
ShopSite templates use the styles.

Jim

Heartsmith wrote:
Hello,

I'm trying to edit the content layout of these gift certificate tags found
on the gift certificate template. I cannot figure out how. Can anyone help?

[-- GiftCertInstruction --]
[-- GiftCertNumberAmount --]

[-- GiftCertEmailMail --]

Thanks

Lauren Bradford
Heartsmith
www.heartsmith.com
Heartsmith
 

Re: Gift Certificate Tags

Postby Jim » Fri Apr 28, 2006 10:01 am

Just replace the [-- GiftCertEmaiMail --] tag with your html. As long
as the input field names stay the same the html around them make no
difference.

Jim

Heartsmith wrote:
I'm sorry, let me reformat my question more specifically:

Concerning the table output for the [-- GiftCertEmailMail --] tag for the
default template file. My question is how can I change the table in the
output of this tag from this:

table class="giftcert_type"
tr><td class="giftcert_type"
Select type of gift certificate</td><td class="giftcert_type"></td></tr
tr><td class="giftcert_type"><input type=radio name=cert_type value="email"
checked
E-mail Certificate(s)</td
td class="giftcert_type"><input type=radio name=cert_type value="snailmail"
Mail Certificate(s)</td></tr
tr><td class="giftcert_type">E-mail Address(es)<br>&nbsp;&nbsp;&nbsp;&nbsp;
- one for each certificate purchased, separated by commas.<br
input type="text" name=cert_email value="" size="50"
/td
td class="giftcert_type">Certificates will be mailed to the address
specified during the checkout process.</td></tr
/table


To this:


table class="giftcert_type"
tr
td class="giftcert_type" colspan="2">How do you want your gift certificate
delivered?</td
/tr
tr><td class="giftcert_type" width="120"><input type=radio name=cert_type
value="email" checked> E-mail </td
td class="giftcert_type"><input type="text" name=cert_email value=""
size="45"> Email address of recipient</td></tr
tr><td class="giftcert_type" width="120"><input type=radio name=cert_type
value="snailmail" > Postal Mail </td
td class="giftcert_type">Certificates will be mailed to the address
specified during the checkout process.</td></tr
/table

Thanks.
-l

Heartsmith
Www.heartsmith.com




On 4/28/06 12:24 AM, in article e2s5d3$thp$1@eval.shopsite.com, "jim"
jstavast@xmission.com> wrote:

You use styles to format the information. If you go to Merchandising
Custom Templates > you can use the Copy ShopSite Template or Copy
ShopSite include buttons to make a copy of the ShopSite provided
templates and style sheets that you can edit. The default custom Gift
Certificate template is gc_default By editing that file you can see
which file is included for the style sheet and you can also see how the
ShopSite templates use the styles.

Jim

Heartsmith wrote:
Hello,

I'm trying to edit the content layout of these gift certificate tags found
on the gift certificate template. I cannot figure out how. Can anyone help?

[-- GiftCertInstruction --]
[-- GiftCertNumberAmount --]

[-- GiftCertEmailMail --]

Thanks

Lauren Bradford
Heartsmith
www.heartsmith.com


Jim
 

Re: Gift Certificate Tags

Postby Heartsmith » Tue May 02, 2006 7:58 pm

Thanks Jim, that worked just great.!
It was just what I was looking for.

Lauren
www.heartsmith.com



On 4/28/06 1:01 PM, in article e2thok$f0n$1@eval.shopsite.com, "Jim"
<jstavast@xmission.com> wrote:

Just replace the [-- GiftCertEmaiMail --] tag with your html. As long
as the input field names stay the same the html around them make no
difference.

Jim

Heartsmith wrote:
I'm sorry, let me reformat my question more specifically:

Concerning the table output for the [-- GiftCertEmailMail --] tag for the
default template file. My question is how can I change the table in the
output of this tag from this:

table class="giftcert_type"
tr><td class="giftcert_type"
Select type of gift certificate</td><td class="giftcert_type"></td></tr
tr><td class="giftcert_type"><input type=radio name=cert_type value="email"
checked
E-mail Certificate(s)</td
td class="giftcert_type"><input type=radio name=cert_type value="snailmail"
Mail Certificate(s)</td></tr
tr><td class="giftcert_type">E-mail Address(es)<br>&nbsp;&nbsp;&nbsp;&nbsp;
- one for each certificate purchased, separated by commas.<br
input type="text" name=cert_email value="" size="50"
/td
td class="giftcert_type">Certificates will be mailed to the address
specified during the checkout process.</td></tr
/table


To this:


table class="giftcert_type"
tr
td class="giftcert_type" colspan="2">How do you want your gift certificate
delivered?</td
/tr
tr><td class="giftcert_type" width="120"><input type=radio name=cert_type
value="email" checked> E-mail </td
td class="giftcert_type"><input type="text" name=cert_email value=""
size="45"> Email address of recipient</td></tr
tr><td class="giftcert_type" width="120"><input type=radio name=cert_type
value="snailmail" > Postal Mail </td
td class="giftcert_type">Certificates will be mailed to the address
specified during the checkout process.</td></tr
/table

Thanks.
-l

Heartsmith
Www.heartsmith.com




On 4/28/06 12:24 AM, in article e2s5d3$thp$1@eval.shopsite.com, "jim"
jstavast@xmission.com> wrote:

You use styles to format the information. If you go to Merchandising
Custom Templates > you can use the Copy ShopSite Template or Copy
ShopSite include buttons to make a copy of the ShopSite provided
templates and style sheets that you can edit. The default custom Gift
Certificate template is gc_default By editing that file you can see
which file is included for the style sheet and you can also see how the
ShopSite templates use the styles.

Jim

Heartsmith wrote:
Hello,

I'm trying to edit the content layout of these gift certificate tags found
on the gift certificate template. I cannot figure out how. Can anyone help?

[-- GiftCertInstruction --]
[-- GiftCertNumberAmount --]

[-- GiftCertEmailMail --]

Thanks

Lauren Bradford
Heartsmith
www.heartsmith.com


Heartsmith
 


Return to User Forum

Who is online

Users browsing this forum: No registered users and 62 guests