Results 1 to 10 of 623

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    How can I show the Quantity discounts table on the Product info page?
    The discount table shows with the deafult zen theme, but disappears when I enable the Tableau theme.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

  2. #2
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by raunharman View Post
    How can I show the Quantity discounts table on the Product info page?
    The discount table shows with the deafult zen theme, but disappears when I enable the Tableau theme.
    The code is in tpl_product_info_display.php:

    PHP Code:
    <!--bof Quantity Discounts table -->
    <?php
      
    if ($products_discount_type != 0) { ?>
    <?php
    /**
     * display the products quantity discount
     */
     
    require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Quantity Discounts table -->
    Double check that the code is unaltered in your template file.

  3. #3
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Tried this.

    It is not working.

    As a further step, I noticed that the file tpl_modules_products-quantity_discounts.php was missing in the tableau/templates folders. So, I copied the file from default_theme/templates.

    Still not working.




    Quote Originally Posted by numinix View Post
    The code is in tpl_product_info_display.php:

    PHP Code:
    <!--bof Quantity Discounts table -->
    <?php
      
    if ($products_discount_type != 0) { ?>
    <?php
    /**
     * display the products quantity discount
     */
     
    require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Quantity Discounts table -->
    Double check that the code is unaltered in your template file.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

  4. #4
    Join Date
    Jun 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    In the demo, there is a flex slider on the home page, but when I install (tried it both on 1.5.4 and 1.5.5d) I do not get the slider showing up... what am I missing?

  5. #5
    Join Date
    Jun 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    To let you guys know, the problem was that I had no banners in the group titled "homepagebanner"

    I found the banner group being called on line 25 of templates/tpl_index_default.php

    I would like to note to Numinix that this topic is not mentioned in the install or getting started instructions and because I had no idea I ended up spending the day reinstalling different versions of the template and of zen cart

  6. #6
    Join Date
    Jun 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Okay, some more followup.

    I was able to get the "hero image" up (which is what the code comments call the big image at the top of the homepage) as I stated in my last reply, but I was hoping this would be a slider or perhaps a random pick from the "homepagebanner" but it will only display 1 banner, if I create more, it only shows the first one created, if I turn off the first one, it goes to the second one I created.

    Is there some way to randomize the selection OR have it scroll?

  7. #7
    Join Date
    Apr 2013
    Location
    Florida
    Posts
    57
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Greetings!
    Just got setup on my first try at Tableau, and I got a small issue... the logo, no matter what file I put in place (named logo.png), it still keeps as Tableau, even stretches to the new size of the logo that I'm trying to get in there...

    Any ideas?...

 

 

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: 1087
    Last Post: 18 Jan 2025, 07:23 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

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