Hello,
I know there are a lot of solutions to organize tabs on the product details page. The following is one of it for 4.2.1 X-Cart version (It can be easily applied for all the version of 4.2.x branch)
example:
http://dev.qualiteam.biz/~xim/_projects/ajax/product.php?productid=70
features:
* Admin can define the style of showing sections: default or tabs-style;
* Possibility to select the style of Related & Recommended products displaying (thumbs or list);
* Using AJAX technology (without page reloading) in 'Send to friend' section to send the requests;
* fully CSS-based and w3c validated as the rest skin;
* modification is adapted to Light & Lucid skin.
To install the mod into store you should:
0.
!!! Make the backup of the current X-Cart system.
1. Unpack the attached archive.
2. Copy all the files from "files" folder to your X-Cart root directory (this folder contains only the new created files of this mod).
3. Apply the "patch.diff" diff under the admin area on the "Patch/Upgrade" page (this file contains the changes in the existed files of X-Cart).
4. Apply the "patch.sql" SQL changes under the admin area on the "Patch/Upgrade" page.
5. Clear template's and browser's cache and review the result.
Also you can change the look and feel of the tabs by editing the corresponding CSS-classes at the end of the "main.css" file (the "product page tabs style" part)
If you have any remarks or corrections, please, do not hesitate to contact me.