Documentation for Custom Info in Cart & Checkout for WooCommerce Plugin

Author: WPFactory PluginsVersion: 1.4.2Updated: 7 months ago
Requires WordPress version: 4.4Tested up to WordPress version: 6.3

 


Settings

 

With Custom Cart and Checkout Info for WooCommerce Pro plugin you can add custom info to WooCommerce cart page, checkout page and/or mini cart.

Show custom information using various shortcodes and give your customers a seamless experience. For example, show them the total weight or count of their items, or add SKU to each items name in cart.

When adding custom info, you can choose from a number of positions on cart page, checkout page and/or mini cart:

  • Cart: Before cart
  • Cart: Before cart table
  • Cart: Before cart contents
  • Cart: Cart contents
  • Cart: Cart coupon
  • Cart: Cart actions
  • Cart: After cart contents
  • Cart: After cart table
  • Cart: Cart collaterals
  • Cart: After cart
  • Cart: Before cart totals
  • Cart: Cart totals: Before shipping
  • Cart: Cart totals: After shipping
  • Cart: Cart totals: Before order total
  • Cart: Cart totals: After order total
  • Cart: Proceed to checkout
  • Cart: After cart totals
  • Cart: Before shipping calculator
  • Cart: After shipping calculator
  • Cart: If cart is empty
  • Mini cart: Before mini cart
  • Mini cart: Before buttons
  • Mini cart: After mini cart
  • Checkout: Before checkout form
  • Checkout: Before customer details
  • Checkout: Billing
  • Checkout: Shipping
  • Checkout: After customer details
  • Checkout: Before order review
  • Checkout: Order review
  • Checkout: After order review
  • Checkout: After checkout form
  • Checkout: Before checkout shipping form
  • Checkout: After checkout shipping form
  • Checkout: Before order notes
  • Checkout: After order notes
  • Checkout: Before checkout billing form
  • Checkout: After checkout billing form
  • Checkout: Before checkout registration form
  • Checkout: After checkout registration form
  • Checkout: Review order before cart contents
  • Checkout: Review order after cart contents
  • Checkout: Review order before shipping
  • Checkout: Review order after shipping
  • Checkout: Review order before order total
  • Checkout: Review order after order total
  • Checkout: Order Received (Thank You) page

[alg_wc_cart_info] Shortcode

[alg_wc_cart_info] shortcode can retrieve various cart related information, like total items weight, total items count etc. For example:

[alg_wc_cart_info data=”contents_weight” before=”Total weight: ” after=” kg”]

before – text/HTML added before the final output.

after – text/HTML added after the final output.

data – attribute defines which cart info to display:

  • fee_tax
  • fee_total
  • discount_tax
  • discount_total
  • contents_count
  • contents_weight
  • subtotal
  • subtotal_tax
  • shipping_total
  • shipping_tax
  • total_ex_tax
  • tax
  • function
  • total

[alg_wc_cart_product_info] Shortcode

[alg_wc_cart_product_info] shortcode can retrieve various product related information, like product SKU, ID, price etc. For example:

[alg_wc_cart_product_info data=”sku” before=”SKU: “]

before – text/HTML added before the final output.

after – text/HTML added after the final output.

data – attribute defines which product info to display:

  • slug
  • id
  • author_avatar
  • author
  • author_link
  • length
  • width
  • height
  • tax_class
  • average_rating
  • categories
  • formatted_name
  • stock_availability
  • total_sales
  • meta
  • sku
  • title
  • url
  • price