Is it possible to pre-print gift certificates with the 17 digit numeric numbers? I know it's possible to trigger an e-certificate from the cart, but i'm not sure how to get a list of 100+ codes.
Thank you
Gift Certificates (Print & Email)?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Gift Certificates (Print & Email)?
This isn't to preprint them, but you can access the certificate number in the email sent out when the certificate is validated:
<p><strong> Your gift certificate number is : $giftcertificate.SerialNumber</strong></p>
<p><strong> Your gift certificate number is : $giftcertificate.SerialNumber</strong></p>
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Gift Certificates (Print & Email)?
Judy - do you know if it's possible to access the 17 digit code so I can pre-print certificates? My customer base definitely prefers having a card-like certificate and i also have phone order customers that want them. Any help is appreciated.
thank you
Ashley
thank you
Ashley
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Gift Certificates (Print & Email)?
Those numbers are stored in the ac_GiftCertificates table so you could do various things. If you can link to the database itself, you could probably even do a Word mail merge to pick them up. Or copy them from the database table into an Excel document and then use them.
If you know enough .net code, you could probably lift code from the Admin/Payment/GiftCertificate.aspx & .cs file where they use CommerceBuilder.Payments.GiftCertificateDataSource.Load for Status() method.
If you know enough .net code, you could probably lift code from the Admin/Payment/GiftCertificate.aspx & .cs file where they use CommerceBuilder.Payments.GiftCertificateDataSource.Load for Status() method.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Gift Certificates (Print & Email)?
Please check the following thread
viewtopic.php?f=45&t=9035
viewtopic.php?f=45&t=9035