Page 13 of 13 FirstFirst ... 3111213
Results 121 to 130 of 1673

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    290
    Plugin Contributions
    3

    Default Re: ZCA Bootstrap Template

    Another thing people might like is to pull the shopping cart out of the hamburger on mobile. You do this by putting this right below the </button> in tpl_header in common

    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <i class="fas fa-bars"></i>
    </button>

    <div class="mobile-cart-wrap d-lg-none">
    <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>">
    <i class="fa fa-shopping-cart"></i>
    <span class="badge badge-pill badge-primary"><?php echo $_SESSION['cart']->count_contents(); ?></span>
    </a>
    </div>

  2. #2
    Join Date
    Nov 2012
    Location
    LA
    Posts
    3
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Any modern theme demos available? I have an older Zen Cart I want to update.

  3. #3
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Here's the page with links to the demos:
    https://docs.zen-cart.com/user/template/demos/

    Quote Originally Posted by chaze View Post
    Any modern theme demos available? I have an older Zen Cart I want to update.
    Best,
    Goldbuckle

 

 
Page 13 of 13 FirstFirst ... 3111213

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg