CubeCartForums.org Documentation Area

CubeCartForums.org for CubeCart third-party documentation, modifications, skins and services
Permanent Link   Print This Page
Introduction CubeCart v3 CubeCart v4 Appendix Search

CubeCart Version 4 Documentation - Upgrading from v4.0.x to v4.1.x

Google Translate:

Upgrading from v4.0.x to v4.1.x

Edit the following file:

skins/YOURSKIN/styleTemplates/boxes/siteDocs.tpl


Find the following line:
<a href="index.php?_a=viewDoc&amp;docId={DATA.doc_id}" class="txtSiteDocs">{DATA.doc_name}</a>
Change to:
<a href="{DATA.doc_url}" class="txtSiteDocs" {DATA.doc_url_target}>{DATA.doc_name}</a>




Comments, Feedback, Suggestions and Documentation Submissions please post in the Documentation Chat Forum.