hi I am back again about this. Is there a way of editing the tabbed_product.php file in module to add code to call in extra fields, looking at it you would think it could be done, would it not be same as the product info display and how it can be coded. Anyone??![]()
with regards to the post before about the double title tab, this is controlled in the TPP admin config is it not!?
DivaVocals, just wanted to say thanks, it was driving me crazy about the global tabs, at least i can put it to bed now and do it indivually, the dummy template sounds great, and i use easypopulate so i think it will be pretty easy to edit the .xml file inside excel as a spreadsheet and use =concatenate to glue the cell with the custom tab info to paste on to the existing descriptions.
if anyone is using easypopulate and edits in an xml spreadsheet the concatenate code isA1 being the existing product data and B1 being the new custom data, obvously change cell names as you need to, copy the cells and then paste special the new data into the original product description cell.Code:=CONCATENATE(A1,B$1)
i only post the above as it infuriates me not being able to find what i need, hopefully this will help someone using the EP module to populate their custom tabs :)
Please don't take this the wrong way, but you've asked this question several times, and the fact that no one has answered would seem to indicate that no one knows the answer to your question..
Also as I stated earlier adding fields the product info display is really NOT a TPP question.. Though TPP modifies the product info to add the tabbed display code, you want to add fields to the product info display and THAT is really not a TPP support question..
This is not likely the first time adding fields to the product info display has been asked on this forum.. Suggest doing a search to see if somewhere else on the forum there is a solution for you already posted.. If you can't find a solution already posted, perhaps you might want to give some thought to hiring someone to code this up for you..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
No you prob right, think I need to get back to basics on this one, will let you know though if I get a solution. cheers.
I need some help...
I've just installed this on my live site and I am impressed with the look of this mod.
EXCEPT I have one problem regarding the 'Reviews'
I see there are some posts on duplicate buttons but my set up is placing all reviews within the reviews tab as it should, along with the buttons for read and write a review. All good so far!!
BUT, lower down the page... All my reviews are still displaying as they would WITHOUT TPP so it kind of defeats the object and looks a mess.
Any idea what may have gone wrong?
ww /metalpix.co.uk look in the lighters section
Thanks
I have managed a work arround... using the supplied info_displat.php now I'll ad back the missing mods
Corrected Problem 2
alt_tpp_tabs13.css
WAS
.tabcontent{
clear: both;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
however
the content of the tabs, description paragraph, details paragraph, ecct, were floating right but spaced below the main image about 2 inches down.
NOW
.tabcontent{
clear: right;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
and
the content of the tabs, description paragraph, details paragraph, ecct, were floating right and correctly displayed under the tabs to the RIGHT of the main product image. YEA!
Review tab showing "additional images" ???
Bookmarks