Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
raunharman
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.
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
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.
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?
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 :blink:
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?
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?...
Re: Tableau Responsive Theme - Support Thread
When the new version will be available for download? I can't seem to find it, thanks!
Quote:
Originally Posted by
numinix
Version 1.8.4 has been released with the updated documentation.
Here is the specific step that was missing:
Go to ADMIN > CONFIGURATION > Categories-Tabs Menu ON/OFF and set the option to 1
Re: Tableau Responsive Theme - Support Thread
Just refresh the page using "CTRL-R", it should show up.
Quote:
Originally Posted by
chowardart
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?...
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
orento
Just refresh the page using "CTRL-R", it should show up.
Or in ie "CTRL+F5"
Re: Tableau Responsive Theme - Support Thread
Also, on occasion if the upload has been interrupted and not done properly. It might be worth manually replacing the file in the directory below and upload with your FTP software (or cPanel).
....\includes\templates\tableau\images\logo.png
Good luck