Adding a cart to the nav bar

That post was for Foundation 6. if you want to add a cart to the menu in a traditional theme, you add an offsite page (not stacks page but offsite): set the page name (left sidebar) to:

<i class="uk-icon-shopping-basket uk-margin-right"></i><span class="rc-extras-cart-total"><?php echo $rc->extras->cartTotalLocalized; ?></span></span>

Then set the URL to the offsite page to store address.

1 Like