Quantcast
Channel: drupal 7
Viewing all articles
Browse latest Browse all 19

Programmatically show number of items in Drupal Commerce shopping cart

$
0
0

This is a short code snippet to programmatically show number of items in your Drupal Commerce shopping cart block.

You can use this code anywhere, be it in your custom module or theme.

<?php
global $user;
$quantity = 0;

$order = commerce_cart_order_load($user->uid);


Viewing all articles
Browse latest Browse all 19

Latest Images

Trending Articles



Latest Images