Would using the tabbed pages affect SEO ? Since the content is pulled into javascript.
Printable View
Would using the tabbed pages affect SEO ? Since the content is pulled into javascript.
I hope anybody can help me figure out the problem.
I completely followed the installation, and I can go to the background to configration the tpp -config, but can't go the shop online catalog.
any suggestion will be appreciated.
Thanks in advance.:smile:
I'm so in love with this module that I would like to use it on some non-product pages.
I took a look at some of the install notes and it seems possible, but I didn't want to mess up my current site without first asking if anyone has already done this somewhere else.
If you have, or know how I'd love to hear about it.
Thanks,
lindasdd
Tabbed Product Pro doesn't appear on internet explorer 6. I believe it was working. But today I noticed it doesn't appear anymore. Firefox works just fine.
Can someone tell me what happened and what should I do? Do I have to re-install TabbedProductsPro.sql file?
I noticed that everyone who uses this mod has problem with its display on IE6. It doesn't seem to work on IE6.
Is there anyone who got this mod to work on IE6?
May I know if it works on IE7 and IE8?
Ok, I just realized the problem was caused by my IE6 browser. The javascript is disabled. It has appeared after I enable javascript.
:mellow:
Hi.
I have been chasing my tail on this for quite a time so thought I'd post my findings in case it helps anyone else.
Zen Cart 1.3.8a with latest security patch and a number of add-ins including Image Handler 2.
After installing the add-ins I noted that a required text attribute that was previously operating as required was no longer and the product was being added directly into the cart.
After a systematic process of installing all add-ins one at a time on a clean installation, with Tabbed Products Pro being the last, I managed to track the issue down.
In the SQL with version 1.06 the first section of the SQL looks like it is designed to delete any old version entries from the configuration and configuration_groups tables prior to installing the new entries.
If this SQL is run in its entirety where no old version exists the result is that the variable '@gid' gets the value '0' as the select returns no rows.
This causes any entries in the configuration table with a configuration_group_id of '0' to be deleted. In my installation there were no entries in configuration_group with an id of '0' so nothing got deleted from there but I had 4 entries in the configuration table with a configuration_group_id of '0':
configuration_id - title
367 - Product option
373 - Upload Prefix
374 - Text Prefix
596 - Image Handler version
ID 367 - Text Prefix being deleted resulted in the checks for a required text attribute coming up empty so the product was added directly to the cart.
As I didn't have an old version installed I just ran the SQL from the first INSERT INTO statement.
Hope this might help someone.
Hi,
I have installed Tabbed Products Pro and my product info display page is partially blank. Any ideas?
Also, I am a bit confused on the 'How to Use' Page in the readme file. Do I have to install those tags (e.g. <!--%Product Description%--> ) and if so where?
Thanks in advance.
You want tabs in addition to those chosen in the admin menu then yes you use that syntax.
For instance, anything lower on the page from:
<!--%Product Description%-->
Will be on the Product Description tab.
The text within the %..% is the tab title.
You don't need the "end tabs" code mentioned in the read me.
-lindasdd