Summary
Shopping Cart template is used for a shopping cart page as a part of the online store. It allows customers to enter items to eventually sell, review the items, and update the cart by adding and removing items.
Cart control is a basic control for the Shopping Cart template. There can be only one Cart control per theme. This control can not be deleted as a control or inserted as a control (see the details for each CMS below).
Usage
To be able to fully customize the Shopping Cart template, you need to have some items added to your shopping cart.
Wordpress
Cart control is used as a basic control for the Shopping Cart template in WordPress with wooCommerce, and it is output by the Content control.
If Cart was accidentally deleted from the template, it can be inserted by using Content control via Insert >> Other >> Content.
So, the Content control outputs Cart on a Shopping Cart template.
Customization
To remove the "Calculate Shipping" block from the Shopping Cart, please go to WordPress admin panel >> wooCommerce >> Settings >> General tab >> un-click the option "Enable the use of coupons".
To remove "Discount Codes" block from the Shopping Cart go to WordPress admin panel >> wooCommerce >> Settings >> Shipping tab >> un-click the option "Enable the shipping calculator on the cart page".
Note: To make the Shopping Cart template available, WooCommerce plugin should be enabled in Wordpress back-end under Plugins >> Installed Plugins. If you are working in Themler Cloud, please make sure to have chosen a theme with WooCommerce support. If you start a new theme, the "WooCommerce for Wordpress" option should be selected in Start for Free >> Select CMS
Joomla
To be able to edit styles of the Shopping Cart template, a menu item of the "VirtueMart Shopping Cart" type should be accessible from the website front-end.
Cart control is used as a basic control for Shopping Cart Template in Joomla andit is output by Joomla Component control .
If Cart was accidentally deleted from the template, it can be inserted by using Joomla Component control via Insert >> Other >> Joomla Component.
So, Joomla Component control outputs Cart on a Shopping Cart template.
Customization
1 - To disable the "Tax" field in Shopping Cart table, go to Joomla administration >> Components >> VirtueMart >> VirtueMart Configuration >> Pricing >> un-click the option "Show Tax in Cart".
2 - To disable "Notes and special requests", you can add the following code to the end of .css file:
.customer-comment {
display: none;
}
Note: Shopping Cart template is available only if VirtueMart extension is installed in Joomla back-end and enabled in Extensions tab >> Extension Manager >> Manage. In case you are working in Themler Cloud, please make sure to have chosen a theme with VirtueMart support. If you are starting a new theme, in Start Now >> Select CMS the "VirtueMart for Joomla!" option should be selected.
Magento
Cart control is used as a basic control for the Shopping Cart template in Magento and it is output by the Content control.
If Cart control was accidentally deleted from the template, it can be inserted by using Content control via Insert >> Other >> Content.
So, Content control outputs Cart on a Shopping Cart template.
Customization
"Estimate Shipping and Tax" and "Discount Codes" blocks can be deleted by manual code editing in the local.xml
file of the theme.
PrestaShop
Cart control is used as a basic control for the Shopping Cart template in Prestashop and it is output by the Hook Home control .
If Cart was accidentally deleted from the template, it can be inserted by using Content control via Insert >> Other >> Hook Home.
So, Hook Home control displays Cart control on the Shopping Cart template.
Customization
It is possible to remove the marked "Shipping Estimation", "Cross Selling" and "Customer Loyalty and Rewards" blocks only via Prestashop administration (see the instruction below):
To delete those blocks, go to Prestashop Administration >> Modules >> Positions, find "Shopping Cart Footer" position and delete the modules using the trash sign:
Please note that the module №4 (Customer Referral Program) is not presented on the Shopping Cart template.
Sample
See Also
Products template
Product Details template
Cart control
Content control
Joomla Component control
Prestashop Hook Home control
### Summary
**Shopping Cart template** is used for a shopping cart page as a part of the online store. It allows customers to enter items to eventually sell, review the items, and update the cart by adding and removing items.
[Cart](page:4779) control is a basic control for the **Shopping Cart template**. There can be only one **Cart** control per theme. This control can not be deleted as a control or inserted as a control (see the details for each CMS below).
### Usage
To be able to fully customize the **Shopping Cart template**, you need to have some items added to your shopping cart.
####Wordpress
[Cart control](page:4779) is used as a basic control for the **Shopping Cart template** in WordPress with wooCommerce, and it is output by the [Content control](page:4189).
If Cart was accidentally deleted from the template, it can be inserted by using Content control via **Insert** >> **Other** >> **Content**.
So, the Content control outputs Cart on a **Shopping Cart template**.
**Customization**
To remove the *"Calculate Shipping"* block from the Shopping Cart, please go to **WordPress admin panel** >> **wooCommerce** >> **Settings** >> **General tab** >> un-click the option *"Enable the use of coupons"*.
To remove *"Discount Codes"* block from the Shopping Cart go to **WordPress admin panel** >> **wooCommerce** >> **Settings** >> **Shipping tab** >> un-click the option *"Enable the shipping calculator on the cart page"*.
!shopping-cart-template-wordpress.png!
**Note:** To make the **Shopping Cart template** available, *WooCommerce plugin* should be enabled in Wordpress back-end under **Plugins** >> **Installed Plugins**. If you are working in *Themler Cloud*, please make sure to have chosen a theme with WooCommerce support. If you start a new theme, the **"WooCommerce for Wordpress"** option should be selected in **Start for Free** >> **Select CMS**
####Joomla
To be able to edit styles of the **Shopping Cart template**, a *menu item* of the **"VirtueMart Shopping Cart"** type should be accessible from the website front-end.
[Cart](page:4779) control is used as a basic control for Shopping Cart Template in Joomla andit is output by [Joomla Component](page:4031) control .
If Cart was accidentally deleted from the template, it can be inserted by using Joomla Component control via **Insert** >> **Other** >> **Joomla Component**.
So, Joomla Component control outputs Cart on a **Shopping Cart template**.
**Customization**
!shopping-cart-template-virtuemart.png!
1 - To disable the *"Tax"* field in Shopping Cart table, go to **Joomla administration** >> **Components** >> **VirtueMart** >> **VirtueMart Configuration** >> **Pricing** >> un-click the option *"Show Tax in Cart"*.
2 - To disable *"Notes and special requests"*, you can add the following code to the end of .css file:
.customer-comment {
display: none;
}
**Note**: **Shopping Cart template** is available only if **VirtueMart extension** is installed in Joomla back-end and enabled in **Extensions tab** >> **Extension Manager** >> **Manage**. In case you are working in **Themler Cloud**, please make sure to have chosen a theme with VirtueMart support. If you are starting a new theme, in **Start Now** >> **Select CMS** the **"VirtueMart for Joomla!"** option should be selected.
####Magento
[Cart control](page:4779) is used as a basic control for the **Shopping Cart template** in Magento and it is output by the [Content control](page:4189).
If Cart control was accidentally deleted from the template, it can be inserted by using Content control via **Insert** >> **Other** >> **Content**.
So, Content control outputs Cart on a **Shopping Cart template**.
**Customization**
*"Estimate Shipping and Tax"* and *"Discount Codes"* blocks can be deleted by manual code editing in the `local.xml` file of the theme.
!magento-shopping-cart-template.png!
####PrestaShop
[Cart control](page:4779) is used as a basic control for the **Shopping Cart template** in Prestashop and it is output by the [Hook Home](page:4753) control .
If Cart was accidentally deleted from the template, it can be inserted by using Content control via **Insert** >> **Other** >> **Hook Home**.
So, Hook Home control displays Cart control on the **Shopping Cart template**.
**Customization**
It is possible to remove the marked *"Shipping Estimation"*, *"Cross Selling"* and *"Customer Loyalty and Rewards"* blocks only via **Prestashop administration** (see the instruction below):
!shopping-cart-summary-prestashop.png!
To delete those blocks, go to **Prestashop Administration** >> **Modules** >> **Positions**, find **"Shopping Cart Footer"** position and delete the modules using the trash sign:
!shopping-cart-footer-prestashop.png!
Please note that the module №4 (**Customer Referral Program**) is not presented on the **Shopping Cart template**.
### Sample
!shopping-cart-template-sample.png!
### See Also
[Products template](page:5678)
[Product Details template](page:5673)
[Cart control](page:4779)
[Content control](page:4189)
[Joomla Component control](page:4031)
[Prestashop Hook Home control](page:4753)