Quote Originally Posted by Wilkesy View Post
Great MOD, ive been using it alot. really helps to put alot of information on the product pages without cluttering up tha page.

Anyhow, i have a small problem.

What i would like to do is call in a custom html file to a tab.

Im selling costumes and each manufacturer has a different way of measuring. None of the sizes match up. What ive done is created a size.html for each supplier and i would love to be able to put the sizes on a tab but without typing it into each product. (If they change or add another size then i simply edit the file rather than each product)

How can i call in a custom file into a tab? ive tried the following but it doesnt work. Ive tried it without the PHP tags too.

<!--&#37;Sizes%-->

<?php include('sizes.html'); ?>

Is there a way of doing this?

Cheers

Paul

Hmm.

There are 2 ways I can think of.

Code:
<iframe src="externalfile.htm" width="320" height="300" scrolling="yes" name="content"></iframe>
or what I think is a better way:

Code:
<object src="externalfile.htm" srctype="text/javascript"><em>alternate text</em></object>
Try adding that to your products.