Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
gaffettape
I had a similar problem a few months back; solution
here.
AWESOME!!!
Thank you so very much!!!
That did the trick!
:clap:
Just one other query in regards to this mod. Does the cj_loader_install.sql file have to added to the database?
I had a read of the cj_loader_read_me.txt file. But I don't fully understand it.
So could someone please tell me in n00bie terms what this actually does and does any files need to be modified to take advantage of it?
Thanks in advanced!
Kind regards,
Erica
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
anyone know of a fix for the duplicate description ??
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
This really nagged at me..:laugh: My client really liked the reviews tab.. (which we ended up turning off because regardless of whether it's presense would likely not hurt sales, two "Write a Review" buttons just looked odd esthetically)
Anyway I did some sleuthing, and realized that editing the "tpl_product_reviews_default.php" file was the solution to my issue. I commented out the last "Write a Review" button (near the bottom of this file), and TADA!!!! The "Write a Review" button no longer appears on the "Reviews" tab..
Wanted to share in case anyone else needed this particular answer..
Hi there and thanks for the tip!
But is there any chance you can please tell me how you commented out the line and which part you commented out?
As no matter what kind of comment tag I use. I can't seem to comment it out. As when I use the comment tags the tags themselves are being shown on the review tab page along with the button instead of removing the button.
I take it this is the bottom line that you are referring to in the "tpl_product_reviews_default.php" file:
Quote:
<?php
}
?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array('reviews_id'))) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?></div>
</div>
Any help on this would be greatly appreciated as I would like to get rid of the button being displayed in the Review tab page as well.
Thanks.
Re: Tabbed Products Pro (TPP) - Attribute Sub Tag Issue
Quote:
Originally Posted by
DamienDLSkinSolution
More on the "
Attribute Sub Tag Issue" above:
With the TPP Config set with "TPP - Global Attributes on Tab" as
0:
The
Attributes shows as a Sub Tag Tag
IF I have both codes in the Description:
<!--#AttributeOptions#-->
AND
<!--*sub_AttributeOptions(#)*-->
But if I only have <!--*sub_AttributeOptions(#)*-->, Attributes moves out of TPP.
With the TPP Config set with "TPP - Global Attributes on Tab" as
1:
The
Attributes shows as a Sub Tag Tag
BUTI have a Duplicate (as stated in my previous post).
In the tabbed_products_pro.php file, there is this section:
PHP Code:
//Check if Product Description already has a tag so it doesn't create another one with the Global tag, otherwise add the tag
$first_char_tag = strpos($proddata, "<!--%");
if (intval($first_char_tag) != 0 || strval($first_char_tag) == '') {
if ($bGblProdDescTab == true) {
$proddata = '<!--%'. $gbl_proddesc_tab_name . '%-->'. $proddata;
}
}
Call me crazy but that part should avoid duplicates, no? :dontgetit
If anyone has an idea on how to get the
Attributes as a Sub Tag, please feel free to share.
TIA
Damien
Please is there any fix to this issue yet?
As Damien points out to get the information on a page as a sub tab you have to enable the main tab which means the main tab is showing on the tabs page as well. Which is a bit silly and obviously not how it is suppose to work.
So does anyone have a fix or know how this problem can be fixed?
I'm using Zencart v1.39h.
Thanks.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am having a problem with the TPP install.
No matter what I do, I cannot get the add to cart button placed correctly.
With TPP global tabs off, add to cart is where I want it to be, under the product description and above the tabs.
When tabs are on, the button moves above the description.
Here is a link to the site
Thanks for your assist with this.
(ver 1.3.9h | IM2 | Back in Stock Notification | J Gallery)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
charmedbytina2
I am having a problem with the TPP install.
No matter what I do, I cannot get the add to cart button placed correctly.
With TPP global tabs off, add to cart is where I want it to be, under the product description and above the tabs.
When tabs are on, the button moves above the description.
Here is a
link to the site
Thanks for your assist with this.
(ver 1.3.9h | IM2 | Back in Stock Notification | J Gallery)
I'm not sure, but there seems to be something wring with your IH2 module, it gives some validation errors, and the tab for additional images shows while there aren't any additional pictures
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks! Will revisit the installation of IH2 and post back.
Tina
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
while your there upgrade to IH3
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Design75
while your there upgrade to IH3
Did the upgrade - no joy with the cart add button - but additional images working ok now.
T
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
So.........
I redid the merge of the tpl_product_image_display.php for the add-ons on the site, uploaded, and now the add to cart button is at least next to the product description.
Looks like just some minor tweaking and the button will move BELOW the description.
Looks like once again, the dreaded "operator error" is at work! :oops:
T