Skip to content

Account watch

domains#

A list of domain names whose items should be available in the account watch view template

client/html/account/watch/domains = Array
(
    [0] => text
    [1] => price
    [2] => media
)
  • Default: Array ( [0] => text [1] => price [2] => media )

  • Type: array - List of domain names

  • Since: 2014.09

The templates rendering product details usually add the images, prices and texts associated to the product item. If you want to display additional or less content, you can configure your own list of domains (attribute, media, price, product, text, etc. are domains) whose items are fetched from the storage. Please keep in mind that the more domains you add to the configuration, the more time is required for fetching the content!

See also:

  • client/html/catalog/domains

maxitems#

Maximum number of products that can be watched in parallel

client/html/account/watch/maxitems = 100
  • Default: 100
  • Type: integer - Number of products
  • Since: 2014.09

This option limits the number of products that can be watched after the users added the products to their watch list. It must be a positive integer value greater than 0.

Note: It's recommended to set this value not too high as this leads to a high memory consumption when the e-mails are generated to notify the customers. The memory used will up to 100*maxitems of the footprint of one product item including the associated texts, prices and media.

name#

Class name of the used account watch client implementation

client/html/account/watch/name = 
  • Default:
  • Type: string - Last part of the class name
  • Since: 2014.03

Each default HTML client can be replace by an alternative imlementation. To use this implementation, you have to set the last part of the class name as configuration value so the client factory knows which class it has to instantiate.

For example, if the name of the default class is

 \Aimeos\Client\Html\Account\Watch\Standard

and you want to replace it with your own version named

 \Aimeos\Client\Html\Account\Watch\Mywatch

then you have to set the this configuration option:

 client/html/account/watch/name = Mywatch

The value is the last part of your own class name and it's case sensitive, so take care that the configuration value is exactly named like the last part of the class name.

The allowed characters of the class name are A-Z, a-z and 0-9. No other characters are possible! You should always start the last part of the class name with an upper case character and continue only with lower case characters or numbers. Avoid chamel case names like "MyWatch"!

size#

The number of products shown in a list page for watch products

client/html/account/watch/size = 48
  • Default: 48
  • Type: integer - Number of products
  • Since: 2014.09

Limits the number of products that is shown in the list pages to the given value. If more products are available, the products are split into bunches which will be shown on their own list page. The user is able to move to the next page (or previous one if it's not the first) to display the next (or previous) products.

The value must be an integer number from 1 to 100. Negative values as well as values above 100 are not allowed. The value can be overwritten per request if the "l_size" parameter is part of the URL.

See also:

  • client/html/catalog/lists/size

url#

action#

Name of the action that should create the output

client/html/account/watch/url/action = watch
  • Default: watch
  • Type: string - Name of the action
  • Since: 2014.09

In Model-View-Controller (MVC) applications, actions are the methods of a controller that create parts of the output displayed in the generated HTML page. Action names are usually alpha-numeric.

See also:

  • client/html/account/watch/url/target
  • client/html/account/watch/url/controller
  • client/html/account/watch/url/config

config#

Associative list of configuration options used for generating the URL

client/html/account/watch/url/config = Array
(
)
  • Default: Array ( )

  • Type: string - Associative list of configuration options

  • Since: 2014.09

You can specify additional options as key/value pairs used when generating the URLs, like

 client/html/<clientname>/url/config = array( 'absoluteUri' => true )

The available key/value pairs depend on the application that embeds the e-commerce framework. This is because the infrastructure of the application is used for generating the URLs. The full list of available config options is referenced in the "see also" section of this page.

See also:

  • client/html/account/watch/url/target
  • client/html/account/watch/url/controller
  • client/html/account/watch/url/action
  • client/html/url/config

controller#

Name of the controller whose action should be called

client/html/account/watch/url/controller = Account
  • Default: Account
  • Type: string - Name of the controller
  • Since: 2014.09

In Model-View-Controller (MVC) applications, the controller contains the methods that create parts of the output displayed in the generated HTML page. Controller names are usually alpha-numeric.

See also:

  • client/html/account/watch/url/target
  • client/html/account/watch/url/action
  • client/html/account/watch/url/config

filter#

client/html/account/watch/url/filter = Array
(
)
  • Default: Array ( )

target#

Destination of the URL where the controller specified in the URL is known

client/html/account/watch/url/target = 
  • Default:
  • Type: string - Destination of the URL
  • Since: 2014.09

The destination can be a page ID like in a content management system or the module of a software development framework. This "target" must contain or know the controller that should be called by the generated URL.

See also:

  • client/html/account/watch/url/controller
  • client/html/account/watch/url/action
  • client/html/account/watch/url/config

Comments

Become an Aimeos Partner

Aimeos partners are first-class specialists in creating or hosting your Aimeos e-commerce project. They have proven their expertise by building top level e-commerce applications using Aimeos.