<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim NavCategoriesRS Dim NavCategoriesRS_numRows Set NavCategoriesRS = Server.CreateObject("ADODB.Recordset") NavCategoriesRS.ActiveConnection = MM_CharonCart_STRING NavCategoriesRS.Source = "SELECT CategoryID, Category FROM Categories ORDER BY Category" NavCategoriesRS.CursorType = 0 NavCategoriesRS.CursorLocation = 2 NavCategoriesRS.LockType = 1 NavCategoriesRS.Open() %> Contact us - RECORDSTORE.IT
Home   |   About Us   |   Contact Us   |   Help me / Info   |   Partners
<%'if IsObject(objCart) then%> Cart:
<%'=objCart.TotalNumberItems%> Item(s) €<%'=FormatNumber(objCart.SubTotal, 2, -2, -2, -2) %> total
<%'end if%>
 View Cart   Checkout 

  Contact us
  • When contacting us for the first time, please use the info@recordstore.it email address.

  • Our customer service department is also available by phone, on +39 085 4225504 (10am - 13pm and 4pm - 8pm) Monday - Friday.

  • Before you contact us about an order you have placed or are trying to place, PLEASE check the Help Me! pages first - 99% of the answers to all your questions can be found there!

  • If you want to ask a question about an order you've already made, which the Help Me! pages couldn't answer, then e-mail info@recordstore.it or call the telephone number.

  • If you're a record label, and would like to know more about selling your label's catalogue through us, drop us an e-mail or send your stuff at the address above :


Address:

Recordstore.it
C/O
Vi-r-us
Via Firenze, 25
Pescara
Italy

Tel : +39 085 9434041
Fax: +39 085 9434043
Email: info@recordstore.it

My status

more details:

ENNE s.a.s.
Register of Commerce: 91077650686
P.IVA (VAT) : 01743410688

<% NavCategoriesRS.close Set NavCategoriesRS = Nothing %>