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.
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
The code is in tpl_product_info_display.php:
Double check that the code is unaltered in your template file.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 -->
http://www.raunharman.com
http://www.raunharman.net
Website Development, E-Book Solutions & Handicraft Exports
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?
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![]()
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?
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?...