1 Attachment(s)
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
wefunk
...If someone can give me a pointer as to which table names specifically need prefixes, this would be greatly appreciated. I don't want to "spam" this thread with the actual code and corresponding list of errors...
thanks
I THINK I figured out where the prefix belonged. While I am still at a loss as to why the rest of the tables didn't need the prefix, I was able to upload the script without errors ("17 statements processed") by adding the prefix (in this case, it was, in fact "zen_" ONLY to this bit:
" SELECT @gid := configuration_group_id FROM `configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config'; "
I prefixed "zen_" to " 'configuration_group' " such that it became `zen_configuration_group` and it worked.
But now....
the tabs don't load properly, that is to say, they do not look anything like the demo site tabs. Instead, they appear as horizontal bars going down the page.
will attach a pic if anyone is interested to see what I mean. But as a separate issue, the reviews tab is messed up and shot out the following error on the page:
Warning: require(includes/templates/template_default/templates/tpl_modules_tabbed_products_lite_reviews.php) [function.require]: failed to open stream: No such file or directory in /home/*****/includes/templates/nightfall/templates/tpl_tabbed_products_lite.php on line 462
Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_modules_tabbed_products_lite_reviews.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /yada/yada/yada/yada/includes/templates/nightfall/templates/tpl_tabbed_products_lite.php on line 462
Re: New Question about configuration group
Quote:
Originally Posted by
wefunk
Hello all,
The above quote is post #1025, the issue of SQL errors are also mentioned in posts # 972, 973, 983, 985-987, 1012, 1021-1023. There might be others, but that's all I have seen.
post#851 nails the issue, not sure how I missed it. always the n00b...
Re: Tabbed Products ''LITE'' version - Delimiter based
<QUOTE>
the tabs don't load properly, that is to say, they do not look anything like the demo site tabs. Instead, they appear as horizontal bars going down the page.
will attach a pic if anyone is interested to see what I mean. But as a separate issue, the reviews tab is messed up and shot out the following error on the page:
(etc.)
</QUOTE>
I think I figured it out - I believe there is an error in the documentation, it might have already been addressed in the thread, but it is still incorrect in the readme file:
under Installation-> files to upload, it states the following:
(IMPORTANT!!! Change YOUR_TEMPLATE to the custom template you are using. It is not recommended that you overwrite the files in the template_default folder) The rest of the file structure is in tact, so you could rename the YOUR_TEMPLATE folder locally and upload the entire structure.
/catalog/includes/templates/YOUR_TEMPLATE/css/*.css (Multiple files)
/catalog/includes/templates/YOUR_TEMPLATE/jscript/jscript_tablitev3.js
/catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
/catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_product_music_info_display.php
/catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_product_free_shipping_info_display.php
/catalog/includes/templates/YOUR_TEMPLATE/tpl_modules_tabbed_products_lite_reviews.php /catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_tabbed_products_lite.php
/catalog/includes/modules/tabbed_products_lite.php
/catalog/includes/languages/english/extra_definitions/tabbed_products_lite.php
/catalog/includes/templates/YOUR_TEMPLATE/images/*.gif (Multiple files)
the error is that the 6th file path is: /catalog/includes/templates/YOUR_TEMPLATE/tpl_modules_tabbed_products_lite_reviews.php
when it should be:
/catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_tabbed_products_lite_reviews.php
I had installed the tpl_modules_tabbed_products_lite_reviews.php file in the directory above, as per those instructions. As soon as I put it into the same directory with the other php files, the error disappeared and the tabs now work flawlessly.
THANK YOU FOR THIS MOD!!!! I'll stop spamming this thread now.
http://www.zen-cart.com/forum/images/smilies/clap.gif
Re: Tabbed Products ''LITE'' version - Delimiter based
Hello,
first of all thanks for the great mod!!! Just what I was looking for....
I installed the NonAdmin-Edition and everything was working fine so far, just two things I cama across and dont know how to fix. I aplogize if it was asked before, but after reading some 50 pages I gave up looking...:blush:
Please take a look at
http://clickyshop.com/newzen/index.p...&products_id=2
How can i get rid of teh header?
I already put
Quote:
$bShowHeaders = false;
, but somehow only on cross-sell the header shows up...
I prefer to have the tabs shorter and the tab which says ´comentarios´ has a gap, how can I fill it?
Thanks a lot for help.
Regards,
kruna
Re: Tabbed Products ''LITE'' version - Delimiter based
I'm feeling pretty foolish because this answer must be in here somewhere, however, after 2 days of trying and failing I can't get my tabs to work in the way I am hoping...
I would like the following tabs in this order:
Product Description - Product Attributes - Additional Images - Customer Also Purchased - Reviews
If I have the Add to cart show up in a tab via the admin (Global Add To Cart Tab) it goes to the bottom of the page (not in a tab)
Is there a true simple answer to this?
Marg
Re: Tabbed Products ''LITE'' version - Delimiter based
I should also have added that I want this hard-coded as how else will my client edit their products? They certainly won't do a very good job trying to figure this out for themselves.
Marg
Re: Tabbed Products ''LITE'' version - Delimiter based
Re: Tabbed Products ''LITE'' version - Delimiter based
I sent you a pm...
I have the site soft-coded with the code in the description area right now, but that's not going to work...
Thanks,
Marg
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
Kruna
Hello,
first of all thanks for the great mod!!! Just what I was looking for....
I installed the NonAdmin-Edition and everything was working fine so far, just two things I cama across and dont know how to fix. I aplogize if it was asked before, but after reading some 50 pages I gave up looking...:blush:
Please take a look at
http://clickyshop.com/newzen/index.p...&products_id=2
How can i get rid of teh header?
I already put
, but somehow only on cross-sell the header shows up...
I prefer to have the tabs shorter and the tab which says ´comentarios´ has a gap, how can I fill it?
Thanks a lot for help.
Regards,
kruna
The Header is a hack. The Cross Sell contrib has its own separate code base. Since my tabs didn't have that header, I added one to make it look more like the Cross Sell contrib so they would all have their own header and look more natural. If you are going to disable the header, you'll have to edit the Cross Sell mod files separately as I have nothing to do with that contrib.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
Marg
I'm feeling pretty foolish because this answer must be in here somewhere, however, after 2 days of trying and failing I can't get my tabs to work in the way I am hoping...
I would like the following tabs in this order:
Product Description - Product Attributes - Additional Images - Customer Also Purchased - Reviews
If I have the Add to cart show up in a tab via the admin (Global Add To Cart Tab) it goes to the bottom of the page (not in a tab)
Is there a true simple answer to this?
Marg
Well there are some deviations to the customizing.
By default, I always kept the Add to Cart and Product Attributes on the "First" tab. If the first tab was Product Description, the Add to cart and attribs would be on the first tab. If the Product Description was not on a tab, then I would generate an Add-to-Cart tab as the first tab and put the add to cart and attribs on the first tab.
So it would normally be:
Product Description (With Add button and attrib) -- Additional Images -- Customer Also Purchased -- Reviews
Then I added the ability for softcoding the sub tags into the admin area in the product description area, but that does require the change on each item.
If you want the above setup, I can work on some customizations for you.
As far as the add to cart button not showing up on the tabs, I may need to check your setup but we will worry about that after the customizations.