Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
ShoppingcartModule Class Reference
Inheritance diagram for ShoppingcartModule:
WebCustModule

Public Member Functions

 init ()
- Public Member Functions inherited from WebCustModule
 getAssetsUrl ()

Public Attributes

 $usermail_template
 $adminemail_template
 $max_lifetime
 $cookie_domain
 $shipping_costs
 $currency
 $notificationsEmail = "shoppingcart@gentics.com"
 $captchaEnabled = true
 $thankyoupage = null
- Public Attributes inherited from WebCustModule
 $enableCustomize = true
 $cacheTime = 60
 $mainMailTemplate = null

Additional Inherited Members

- Static Public Member Functions inherited from WebCustModule
static t ($str= '', $params=array(), $dic= 'core')

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Shoppingcart module class file.

Definition at line 12 of file ShoppingCartModule.php.

Member Function Documentation

ShoppingcartModule::init ( )

Import dependent classes

Returns
void

Reimplemented from WebCustModule.

Definition at line 55 of file ShoppingCartModule.php.

{
/*
Yii::app()->getClientScript()->registerCssFile($this->getAssetsUrl() . '/css/shoppingcart.css');
Yii::app()->clientScript->registerCoreScript('jquery');
Yii::app()->getClientScript()->registerScriptFile($this->getAssetsUrl() . '/js/quantityValidator.js', CClientScript::POS_READY);
**/
}

The documentation for this class was generated from the following file: