Page 25 of 63 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 623
  1. #241
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by sports guy View Post
    I must be missing something. I installed the template which seemed to install and it seems to show fine. However, I do not have these sections:

    Template Configuration
    Global Configuration
    Header Configuration
    Social Networking Configuration
    Home Page Configuration

    According to your getting_started.html page it looks like these sections might be created under: Configuration area. I have none of these sections in my admin panel. I do have these sections:

    Numinix Disk Cache Configuration
    Google Plus One Configuration
    Facebook Like Button Configuration
    Pinterest Pin It Button Configuration
    CSS/JS Loader Configuration

    Am I missing something here? If so, what folders can I upload to add these sections?
    Admin => Tools => Template Selection.
    Once tableau is the active theme hover over it and click the "configure" button.

  2. #242
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    672
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Thannaree View Post
    Admin => Tools => Template Selection.
    Once tableau is the active theme hover over it and click the "configure" button.
    Thats it. Thank you!

  3. #243
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Hi,

    I am looking for a way to add the ++ & -- operators to my tpl_shopping_cart_default.php.

    I have found this in file tpl_shopping_cart_default.php:

    PHP Code:
    <td class="cartQuantity">
                <span class="mobile-only"><?php echo TABLE_HEADING_QUANTITY?>:</span>
                <?php
                  
    if ($product['flagShowFixedQuantity']) {
                    echo 
    $product['showFixedQuantityAmount'] . '<span class="alert bold">' $product['flagStockCheck'] . '</span>' $product['showMinUnits'];
                  } else {
                    echo 
    $product['quantityField'] . '<span class="alert bold">' $product['flagStockCheck'] . '</span>' $product['showMinUnits'];
                  }
                
    ?>
                <div class="qty-btns">
                    <?php
                      
    if ($product['buttonUpdate'] == '') {
                        echo 
    '' ;
                      } else {
                        echo 
    $product['buttonUpdate'];
                      }
                    
    ?>

                    <?php
                        
    if ($product['buttonDelete']) {
                    
    ?>
                        <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART'action=remove_product&product_id=' $product['id']); ?>">Remove</a>
                    <?php
                        
    }
                        if (
    $product['checkBoxDelete'] ) {
                            
    // echo zen_draw_checkbox_field('cart_delete[]', $product['id']);
                        
    }
                    
    ?>
                </div>
            </td>

    Can anyone please help me turn this into working increment and decrement buttons/icons for my cart quantity?



    Thanks
    Last edited by SpaceMonkey; 18 Apr 2015 at 02:42 AM. Reason: Spelling & Grammar

  4. #244
    Join Date
    Jun 2006
    Posts
    777
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Sorry if this question has already been asked. But with all these Zen cart Responsive templates will most of the mods that work say for Zen 1.5.x , work in these templates also? In other words, are the templates used irrelevant to whether the mods work and it is really a matter of whether they work with the version of Zencart?

  5. #245
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by kevinmc3 View Post
    Sorry if this question has already been asked. But with all these Zen cart Responsive templates will most of the mods that work say for Zen 1.5.x , work in these templates also? In other words, are the templates used irrelevant to whether the mods work and it is really a matter of whether they work with the version of Zencart?
    Hi,

    Be careful with "mods" (it all depends on the "mod")! Some "mods" or templates have core file overwrites which will need to be added to the template using file comparison.

    This template has core file overwrites. Many templates (especially ones with added value) have overwrites. Being responsive is mainly CSS driven and won't affect the "mods".

    Your assumption on Zencart version is correct, however some templates may need to have the left or right columns added/amended to see the added value (mod). This is a common factor for most templates but not normally an issue.

    Without knowing which "mods" you are referring to it is impossible to help much further.

    Just for the record I am using this template on Zen v1.5.4 and have a handful of admin & store "mods" installed. Some of them needed integrating manually and others worked out of the box. Just remember to BACKUP BEFORE trying to add ANYTHING.

    Good luck

  6. #246
    Join Date
    Jun 2006
    Posts
    777
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Thanks for your helpful reply. ...

    After much research and previewing about 205 Zen Cart responsive templates this one was bets suited for my online business and also has a superior mobile interface, particularly the Menu system. It is form Template monster

    http://www.templatemonster.com/zenca...tes/53474.html

    Some mods I am hoping work with this template include the
    Advanced Cross Sell
    Ultimate SEO

    to name a couple


    Quote Originally Posted by SpaceMonkey View Post
    Hi,

    Be careful with "mods" (it all depends on the "mod")! Some "mods" or templates have core file overwrites which will need to be added to the template using file comparison.

    This template has core file overwrites. Many templates (especially ones with added value) have overwrites. Being responsive is mainly CSS driven and won't affect the "mods".

    Your assumption on Zencart version is correct, however some templates may need to have the left or right columns added/amended to see the added value (mod). This is a common factor for most templates but not normally an issue.

    Without knowing which "mods" you are referring to it is impossible to help much further.

    Just for the record I am using this template on Zen v1.5.4 and have a handful of admin & store "mods" installed. Some of them needed integrating manually and others worked out of the box. Just remember to BACKUP BEFORE trying to add ANYTHING.

    Good luck

  7. #247
    Join Date
    Jun 2006
    Posts
    777
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by kevinmc3 View Post
    Thanks for your helpful reply. ...

    After much research and previewing about 205 Zen Cart responsive templates this one was bets suited for my online business and also has a superior mobile interface, particularly the Menu system. It is form Template monster

    http://www.templatemonster.com/zenca...tes/53474.html

    Some mods I am hoping work with this template include the
    Advanced Cross Sell
    Ultimate SEO

    to name a couple
    Correction to above... should be "20 Zen Cart responsive templates" NOT 205... fat fingers...

  8. #248
    Join Date
    Mar 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    latest version of zencart (out of the box)
    latest version of this template

    error message after activating: WARNING: An Error occurred, please refresh the page and try again.

    cant access admin panel and template images do not dispay on storefront

    reinstalled template twice to same result.

  9. #249
    Join Date
    Dec 2014
    Location
    manchester
    Posts
    62
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    im having a problem with this template, iv started to add products and they show up on the homepage for new products but if i go into categories none of the products are showing under any of the categories, if i change the template to classic they all show up under the categories can anybody point me in the right direction ? thanks in advance

  10. #250
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by simon3215 View Post
    im having a problem with this template, iv started to add products and they show up on the homepage for new products but if i go into categories none of the products are showing under any of the categories, if i change the template to classic they all show up under the categories can anybody point me in the right direction ? thanks in advance
    Are they marked as hidden categories?

 

 
Page 25 of 63 FirstFirst ... 15232425262735 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1071
    Last Post: 4 Feb 2024, 04:28 PM
  2. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  3. v155 Tableau Theme configuration not working.
    By tunes in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 22 Mar 2017, 06:53 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 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