1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I've tried to add a global tab as-per the instructions in the docs folder but after adding the three edits to the includes/modules/tabbed_products_pro.php file, my product info page crashes :(
My (zipped) edited tabbed_products_pro.php is attached.
Anyone have any ideas where I'm going wrong?
Thanks :smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi
I am getting duplicate descriptions on my listings.
It is showing the description in tabs then the same underneath.
I have all 3 blocks of code in the tpl_product_info_display.php. I have tried various variations with the tags, start tag-end tag, only end tag, only start tag, no tags. Nothing seems to work.
http://www.biriecig.co.uk/index.php?...&products_id=7 for an example.
Has anybody got any ideas please.
Regards
Mike
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
mike14017
Hi
I am getting duplicate descriptions on my listings.
It is showing the description in tabs then the same underneath.
I have all 3 blocks of code in the tpl_product_info_display.php. I have tried various variations with the tags, start tag-end tag, only end tag, only start tag, no tags. Nothing seems to work.
http://www.biriecig.co.uk/index.php?...&products_id=7 for an example.
Has anybody got any ideas please.
Regards
Mike
Hi
I found out what was causing it, I had changed the name of the products description CSS from <div id="productDescription" to <div id="productDescription2" when I
changed it back it worked fine.
Regards
Mike
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I may have found the solution to my product page crashing after attempting to add a global tab...
In the "TPP - Adding Global Tabs" tutorial, specifically the "Tab pre-load section", it says to add the following code:
PHP Code:
// Pre-load Warranty
$fmtShipEst = "\n" . '<div style="width:100%;">' . "\n";
$fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee."
$fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222."
$fmtShipEst .= "\n" . '</div>'. "\n\n";
I've changed the above code to the following (note the two additional semicolons at the end of the third and fourth lines):
PHP Code:
// Pre-load Warranty
$fmtShipEst = "\n" . '<div style="width:100%;">' . "\n";
$fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee.";
$fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222.";
$fmtShipEst .= "\n" . '</div>'. "\n\n";
My global tab seems to be working now. I'd appreciate it if someone who is PHP knowledgeable could confirm that the changes detailed above are ok, if possible. I think this may help a few people out in the future.
Thanks :smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi all .. a question, is it possibile to make, for exemple, "Attribute" as the default tab shown ? Or other tab ?
Thanx in advance.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I've just installed TPP on the website I'm currently building but I cannot get the tabs to show. I'm using Zencart v1.5 but I a very new to this so would appreciate any help in very simple terms!
One tab should show on this page:
http://thestaircasepeople.co.uk/inde...&products_id=2
TPP is listed on the Configuration heading and I've configured it to show on the pages in the right place but - no luck. I know that this is probably something very simple and I have been through many pages of this thread but can't find a solution.
Any help please?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
i4detail
I've just installed TPP on the website I'm currently building but I cannot get the tabs to show. I'm using Zencart v1.5 but I a very new to this so would appreciate any help in very simple terms!
One tab should show on this page:
http://thestaircasepeople.co.uk/inde...&products_id=2
TPP is listed on the Configuration heading and I've configured it to show on the pages in the right place but - no luck. I know that this is probably something very simple and I have been through many pages of this thread but can't find a solution.
Any help please?
Don't see any of the code required for the tabs to show which tells me you don't have this installed correctly.. Suggest re-reading the readme file and check you installation again..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Don't see any of the code required for the tabs to show which tells me you don't have this installed correctly.. Suggest re-reading the readme file and check you installation again..
Thank you for the advice. I'll check it all again.
But - there is one point that I'm unsure about in the instructions and please forgive me if this is a really basic stupid question. The instruction: To repeat the installation for any reason, login to your store's admin area, re-upload the YOUR_ADMIN/includes/auto_loaders & YOUR_ADMIN/includes/init_includes folders, then click any link to trigger the installer.
I don't know what you mean by "click any link" to trigger the installer. Can you talk me through this in easy steps please? Sorry, to be an idiot but I am learning!:unsure:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
i4detail
I don't know what you mean by "click any link" to trigger the installer. Can you talk me through this in easy steps please? Sorry, to be an idiot but I am learning!:unsure:
From memory, just clicking anything in admin is enough to get the thing processing. (easier than you'd be thinking)
Obviously will only process if it's installed properly though.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thank you all for your help and advice. For some reason, some of the files did not get copied over (probably my mistake), and I've been through them with a fine tooth comb. Now all loaded up and working well and it looks great!
Thanks:hug: