DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

From < 1.2.0ΒΆ

With introducing the new shipping and payment feature we had to clean up the code a bit and introduce new markers. Furthermore we had to change some names of existing markers. This was important to guarantee the future development and the consistency of the extension. Therefore you have to update your own HTML extension template to keep your mini TYPO3 store running. See the following table to get more information about changed markers:

Old marker

WTCART_LL_AMOUNT

New marker

WTCART_LL_QTY

Comment

Localized string for quantity.

Old marker

WTCART_LL_NET_TOTAL

New marker

WTCART_LL_CART_NET

Comment

Localized string for total cart net.

Old marker

WTCART_LL_VAT

New marker

WTCART_LL_TAX

Comment

Localized string for tax rate.

Old marker

TAX_NORMAL

New marker

TAXRATE_NORMAL_STRING

Comment

Localized string for tax rate normal.

Old marker

TAX_REDUCED

New marker

TAXRATE_REDUCED_STRING

Comment

Localized string for tax rate reduced.

Old marker

AMOUNT

New marker

QTY

Comment

Quantity of specific product.

Old marker

TAX_OVERALL_NORMAL

New marker

CART_TAX_NORMAL

Comment

Total tax normal tax rate.

Old marker

TAX_OVERALL_REDUCED

New marker

CART_TAX_REDUCED

Comment

Total tax reduced tax rate.

Old marker

n/a

New marker

CART_SERVICE_COST_NET

Comment

New marker. Total net shipping and payment.

Old marker

n/a

New marker

CART_SERVICE_COST_GROSS

Comment

New marker. Total gross shipping and payment.

Old marker

NETTO_TOTAL

New marker

CART_NET_NO_SERVICE

Comment

Total cart net, including shipping and payment.

Old marker

n/a

New marker

CART_NET

Comment

New marker. Total cart net, excluding shipping and payment.

Old marker

n/a

New marker

CART_GROSS_NO_SERVICE

Comment

New marker. Total cart gross excluding shipping and payment.

Old marker

PRICE_TOTAL_OVERALL

New marker

CART_GROSS

Comment

Total cart gross including shipping and payment.

Old marker

TAX_OVERALL

New marker

n/a

Comment

Deleted. No function anymore.

Old marker

AMOUNT_OVERALL

New marker

n/a

Comment

Deleted. No function anymore.

Old marker

PRICE_OVERALL

New marker

n/a

Comment

Deleted. No function anymore.