Results 1 to 7 of 7
  1. #1
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    ZC 1.5.4

    Issue: Shopping cart is hard to get to on my mobile site, you have to add a product in order to reach it because the shopping cart link is in the menu drop down, it's barely visible and impossible to click.

    I was wondering how hard it would be to make a clickable shopping cart link in the head and to make it only visible on the mobile version of the site.

    Site: http://www.shortyspumps.com

    Thanks,

    Ash

  2. #2
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    If I understood correctly, try this:

    edit the file tpl_header.php
    (includes/templates/zenn/common/tpl_header.php)

    Find
    HTML Code:
    <div id="header" class="navbar navbar-default navbar-fixed-top" role="navigation">
    
        <div class="container">
    
            <div class="call">Call Us: <a href="tel:18778218770" title="Click to Call">(877)821-8770</a> Toll Free</div>
    Change it to
    HTML Code:
    <div id="header" class="navbar navbar-default navbar-fixed-top" role="navigation">
    
        <div class="container">
    
            <div class="row">
                <div class="col-sx-12 col-sm-6 hidden-lg hidden-md">
                <a href="https://www.shortyspumps.com/index.php?main_page=shopping_cart">your link text</a>
                </div>
                <div class="col-sx-12 col-sm-6 call">
                Call Us: <a href="tel:18778218770" title="Click to Call">(877)821-8770</a> Toll Free
                </div>
            </div>

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    Store-bought templates can be a B I tich. Any modification other than their way of doing it means hours of figuring out their way of doing it in order to know what to do to fix the problem.
    I know that hover will work with some mobile/tablet OS's BUT it can be a problem as well.

  4. #4
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    Quote Originally Posted by dbltoe View Post
    Store-bought templates can be a B I tich. Any modification other than their way of doing it means hours of figuring out their way of doing it in order to know what to do to fix the problem.
    I know that hover will work with some mobile/tablet OS's BUT it can be a problem as well.
    I agree. Actually IMHO that template has more than one issue, I just suggested a simple/easy tweak based on it.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    Yep, not knocking the suggestion. Just letting the folks know that it is always going to be a problem. Especially if you have to do in-line css. Lowers page rank to do that.

  6. #6
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    Quote Originally Posted by keneso View Post
    I agree. Actually IMHO that template has more than one issue, I just suggested a simple/easy tweak based on it.

    Tried it, it worked kinda. It messed up the layout on desktops slightly so I'll play around with it and see what I can get. Thanks man, appreciate you help. I only just realized someone responded lol.
    http://www.youtube.com/c/csgodeimos - New Videos Wednesday & Saturday
    Gaming Content / Deimos

  7. #7
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: How Difficult Is It To Add A Shopping Cart Link On My Mobile Site?

    You are welcome.
    Yes like noticed it is not perfect, you could try to wrap the .navbar-header, and the #menu in a <div class="row">.

 

 

Similar Threads

  1. v150 Add a View Cart link to my shopping cart header, in 12leaves template?
    By Serg in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 22 Aug 2012, 02:49 AM
  2. Howt to add and link subcategories in shopping cart
    By newbie456 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 Sep 2011, 06:53 AM
  3. Replies: 2
    Last Post: 20 Apr 2011, 12:55 PM
  4. How do we link our shopping cart to your checking site
    By Lifeiq in forum Basic Configuration
    Replies: 1
    Last Post: 13 Jul 2009, 06:35 PM
  5. Replies: 4
    Last Post: 30 Oct 2006, 12:59 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR