Product Block Tag
|
Product Block Tag Description
|
Directory of Templates Used to Render the Tag
|
<?php ProductInfo(); ?>
|
The detailed product information. Templates used to render this tag include Product Info Tags and other Product Block Tags also listed on this page.
|
catalog/product-info/default/
|
<?php ProductDetailedImages(); ?>
|
The list of detailed images of the current product.
|
catalog/product-images/default/
|
<?php RelatedProducts(); ?>
|
The list of products related to the current product.
|
catalog/related-products/default/
|
<?php ProductList(); ?>
|
The list of products in the current category.
|
catalog/product-list/default/
|
<?php ProductListSorter(); ?>
|
Controls that allow customers to sort the current product list according to several criteria.
|
catalog/product-list-sorter/default/
|
<?php Subcategories(); ?>
|
The list of subcategories in the current category.
|
catalog/subcategory-list/default/
|
<?php Bestsellers(); ?>
|
The list of best-selling products in the current category.
|
catalog/bestsellers/default/
|
<?php FeaturedProducts(); ?>
|
The list of featured products in the current category.
|
catalog/featured-products/default/
|
<?php ManufacturerInfo(); ?>
|
Information about the product manufacturer. Must be used in templates where the current product is known (product-info, product-list-item, and such).
|
manufacturers/manufacturer-info/default/
|
<?php ManufacturersFilter(); ?>
|
The drop-down list of all product manufacturers. Must be used on pages containing product lists. When users select a manufacturer from the drop-down list, the current product list is filtered and displays only products of the selected manufacturer.
|
manufacturers/manufacturers-filter/default/
|
<?php SearchResult(); ?>
|
The list of products found during the last store search
|
catalog/search/search-result/default/
|
<?php ProductSet(); ?>
|
Return the custom product set, which could be filtered according to your requirements and shown on the Avactis storefront using the custom template you need.
|
catalog/product-set/default/
|
<?php ProductDetailedRating(); ?>
|
The detailed rating for the current product (all rates will be shown).
|
customer-reviews/product-detailed-rating/default/
|
<?php ProductReviewList(); ?>
|
The list of all reviews for the current product, including review text, customer name and rating value.
|
customer-reviews/product-review-list/default/
|
<?php ProductAddReviewForm(); ?>
|
The customer review form for the current product.
|
customer-reviews/product-add-review-form/default/
|
<?php ProductAddReviewLink(); ?>
|
The "Add Your Review" link for the current product.
|
customer-reviews/product-add-review-link/default/
|