Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Thanks a lot for this contribution, it looks great and works great so far. I am using the latest 1.06c on http://lemy.co.uk. Just on slight problem(of course): the main image is being duplicated. I have read on this thread and a similar fix is offered for product description and details, but not for the main image.
If i look into the source of the product page, i can see the main image is being duplicated from the reviews tab.
In tabbed_products_pro.php, there is
I'm thinking something there is not working right for me, but just can't figure out how to fix it. Anyone has any ideas on this?Code:// Hack the output a bit to remove the copy of the main image that reviews normally has on it and other duplicate stuff ... $fmtRVW = str_replace('id="productMainImage"', 'id="productMainImageReview" style="display:block;"', $fmtRVW); $fmtRVW = str_replace('id="productReviewsDefaultProductImage"', 'id="productReviewsDefaultProductImage" style="display:block;"', $fmtRVW);
Cheers!
I apologize now if this has been resolved elsewhere, I can't find the answer anywhere...
is there a way to add tabs to all products without requiring the addition of the short codes in the description field for each product? If so, can someone please point me to that documentation?
I am not using any of the other contribs I'm more looking for a way to add in bulk or global -- and I do have all global TPP options set to "on".
Please and thank you!
Hello, I improving a zencart into a localhost server and installed the last version of this contribution. Runs ok into the product description but I dont get to use into the ezpages.
I want to put into ezpages for improve the appearance and link some important information. But don't find nothing into forum or Google.
Someone knows how can I do?
My zencart are 1.3.8a
thankyou and sorry for my bad english![]()
I have a very odd problem. I'm running Zen 1.38a and when I upload all of the files (tpl_product_info_display.php is the only one that I needed to modify/merge), all of the formatting is wiped from my site. The site information is still there but when I use Firebug, it says "This element has no style rules" on all of the html.
I get no errors from the debugging utility.
I removed and re-uploaded all of the Tabbed Product Pro files (SQL included) several times (and verified that everything was uploaded in one piece to the right folder every time).
After a lot of digging, I learned that there can sometimes be an issue with the html_header.php (although it's usually a problem with a file that has already been altered due to another mod and I'm still running off of the default) so I removed the html_header.php and voila! My site was styled again (no product tabs however).
I've looked through every one of the help forums (including the forums of the add ons I have installed) and no one has even come close to having an issue like this one.
Can anybody give me an inkling of where to start looking to fix this?
Thanks in advance,
Crystal
Crystal what php version are you running?
Posted via Mobile Device
Nevermind, it was a quick fix. Just in case anyone needs it...
I removed the clear both code from
in tabbed_products_pro.phpPHP Code:
$tabcontent .= "\n" . '<br class="clearBoth" />' . "\n\n";
Bookmarks