Well glad its working for you! Thanks for posting it, maybe its some funky nuance of mysql... Technically I never tested this myself as I dont use a prefix so I could only assume.
Glad you like it! :)
Printable View
One after thorght... could the Install SQL feature add the prefix automatically?
I noticed that some table names were enclosed in '`'. Maybe these will automatically have the prefix added?
I was actually implying that Zen Cart currently had this feature installed and that would explain why my SQL import worked.
But hey, it works and that's that. I'm happy! :)
Either way... My version of Tabbed Products works great! :)
Thanks again for creating a great contribution.
Qhome, Happy New Year! I was wondering if you're going to release an updated templates for the following:
- tpl_product_free_shipping_info_display.php
- tpl_product_info_display.php
- tpl_product_music_info_display.php
The above templates were changed in 1.3.7 and they are also modified by Tabbed Products.
Thanks for the great work!
From what I can see the changes were minor. But I will be looking into it. Tabbed Lite should still work with 1.3.7 for now.
Very easy to see for yourself that the same single code change from v.1.36 to v1.37 in the above three files was the addition of:
to:Code:&& $flag_show_product_info_free_shipping
so that line is now:Code:<?php if(zen_get_product_is_always_free_shipping($products_id_current)) { ?>
I don't think the above is a reason for updated Tabbed Products.Code:<?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
Woody
Woody,
Thanks for the clarification. When I made my post I had basically compared all 17 mods I have installed to the changelog file for v1.3.7 without regards for details. Obviously, the changes in the template files are very simple unlike some of my other mods :(
Thanks!