Kryptronic Software Wiki : CCP7CreatingLinks

Kryptronic Internet Software Solutions
Oldest known version of this page was edited on 2009-07-14 10:23:11 by KryptronicWebmaster []
Page view:

Creating Links To Various Things

All Products

<a href="<?php echo $this->link_namespace('ecom','prodall',array()); ?>">


Specials

<a href="<?php echo $this->link_namespace('ecom','prodspec',array()); ?>">


Product Index

<a href="<?php echo $this->link_namespace('ecom','prodidx',array()); ?>">


Categories

The value catshow is a constant and must be used exactly as shown. The Category Identifier is created when you add categories.

<a href="<?php echo $this->link_namespace('ecom','catshow',array('ref' => 'Category Identifier')); ?>">


Products

The value prodshow is a constant and must be used exactly as shown. The Product Identifier is created when you add products.

<a href="<?php echo $this->link_namespace('ecom','prodshow',array('ref' => 'Product Identifier')); ?>">


Web Pages (defined within Website > Content > Webpages)

The value display is a constant and must be used exactly as shown. The identifier is created when you add web pages. The web page identifiers supplied by default are splash, storepolicies, termsofuse and privacy

<a href="<?php echo $this->link_namespace('cms','display',array('ref' => 'identifier')); ?>">


Dynamic Forms

<a href="<?php echo $this->link_namespace('cms','dynform',array('ref' => 'formname')); ?>" title="Form Title Goes here">Click here for the dynamic form.</a>



ClickCartPro 7 and EuropaCart 7 - Store Component
ClickCartPro 7 and EuropaCart 7 - System Component
ClickCartPro 7 and EuropaCart 7 - Website Component