Cite This Page
Bibliographic details for LiteCommerce:Code
- Page name: LiteCommerce:Code
- Author: X-Cart 4 Classic contributors
- Publisher: X-Cart 4 Classic, .
- Date of last revision: 19 January 2010 09:09 UTC
- Date retrieved: 16 May 2026 10:29 UTC
- Permanent URL: https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868
- Page Version ID: 1868
Citation styles for LiteCommerce:Code
APA style
LiteCommerce:Code. (2010, January 19). X-Cart 4 Classic, . Retrieved 10:29, May 16, 2026 from https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868.
MLA style
"LiteCommerce:Code." X-Cart 4 Classic, . 19 Jan 2010, 09:09 UTC. 16 May 2026, 10:29 <https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868>.
MHRA style
X-Cart 4 Classic contributors, 'LiteCommerce:Code', X-Cart 4 Classic, , 19 January 2010, 09:09 UTC, <https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868> [accessed 16 May 2026]
Chicago style
X-Cart 4 Classic contributors, "LiteCommerce:Code," X-Cart 4 Classic, , https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868 (accessed May 16, 2026).
CBE/CSE style
X-Cart 4 Classic contributors. LiteCommerce:Code [Internet]. X-Cart 4 Classic, ; 2010 Jan 19, 09:09 UTC [cited 2026 May 16]. Available from: https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868.
Bluebook style
LiteCommerce:Code, https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868 (last visited May 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "X-Cart 4 Classic",
title = "LiteCommerce:Code --- X-Cart 4 Classic{,} ",
year = "2010",
url = "https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868",
note = "[Online; accessed 16-May-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "X-Cart 4 Classic",
title = "LiteCommerce:Code --- X-Cart 4 Classic{,} ",
year = "2010",
url = "\url{https://help.x-cart.com/index.php?title=LiteCommerce:Code&oldid=1868}",
note = "[Online; accessed 16-May-2026]"
}