 |
| From 2009, Village Life will be published quarterly, in March, June, September & December, at a cover price of R35. Subscribe, and receive four issues @ R30 each, incl. postage, or save even more by subscribing for 8 issues. |
|
<%
name = ""
emaddr = ""
addr1 = ""
addr2 = ""
town = ""
code = ""
country = ""
substype = ""
total = ""
issue = ""
sql = "select cartusers.name, cartusers.emaddr, cartusers.addr1, cartusers.addr2, cartusers.town, cartusers.code, cartusers.country, subs.substype, subs.total, subs.issue from cartusers inner join subs on subs.sessid=cartusers.sessid where cartusers.sessid='" & sessid & "' and (subs.substype='N' or subs.substype='R');"
rs.open sql, conn
while not (rs.bof or rs.eof)
name = rs ("name")
emaddr = rs ("emaddr")
addr1 = rs ("addr1")
addr2 = rs ("addr2")
town = rs ("town")
code = rs ("code")
country = rs ("country")
substype = rs ("substype")
total = formatnumber (rs ("total"), 2, -2, -2, 0)
issue = rs ("issue")
rs.movenext
wend
rs.close
%>
|
I
would like to order back copies
of Village Life
Please note that if you are only ordering back copies of the magazine, you need only complete the personal details above and then submit the form. |
|
|
|
<%
hasgift = false
name = ""
emaddr = ""
addr1 = ""
addr2 = ""
town = ""
code = ""
country = ""
substype = ""
total = ""
issue = ""
sql = "select giftsubs.name, giftsubs.emaddr, giftsubs.addr1, giftsubs.addr2, giftsubs.town, giftsubs.code, giftsubs.country, subs.substype, subs.total, subs.issue from giftsubs inner join subs on subs.gsid=giftsubs.id where giftsubs.sessid='" & sessid & "' and subs.substype='G';"
rs.open sql, conn
while not (rs.bof or rs.eof)
hasgift = true
name = rs ("name")
emaddr = rs ("emaddr")
addr1 = rs ("addr1")
addr2 = rs ("addr2")
town = rs ("town")
code = rs ("code")
country = rs ("country")
substype = rs ("substype")
total = formatnumber (rs ("total"), 2, -2, -2, 0)
issue = rs ("issue")
rs.movenext
wend
rs.close
%>
|
Please start my subscription with:
|
| Choose |
|
|
|
|
I have read and accept the Terms and Conditions. |
|
 |
The magazine for people who love to read. Order a subscription for a friend -- it is a gift which is always appreciated.
Subscription enquiries:
Ronél 028 514 3300 or 082 822 1192
subs@villagelife.co.za
|
 |
 |
Security issues
This is a secure e-commerce facility.
All information transmitted from this page is encrypted. Your credit card information is never revealed to Village Life. Click here to view our Terms & conditions and Privacy Policy.
This online payment facility has been approved by Standard Bank of SA and the credit card transaction is processed automatically by Virtual Card Services.
Satisfaction guaranteed
If you encounter any problems with this subscription form, please contact us at webmaster@villagelife.co.za.
If you are at any stage unhappy with the magazine, you may cancel your subscription by sending an e-mail with your details to subs@villagelife.co.za. The remaining portion of your subscription will then be refunded promptly. Please include your bank account details to enable a direct deposit.
The staff at Village Life will do their utmost to provide a prompt and efficient service to subscribers. Please note, however, that we cannot be held responsible for magazines lost in the post. |
|