Is there a specific place I need to tell this mod where my one folder with all my images is located at? Products are showing up on the main page, but not the product page.
Ex:
/images/my_images/
Printable View
Is there a specific place I need to tell this mod where my one folder with all my images is located at? Products are showing up on the main page, but not the product page.
Ex:
/images/my_images/
Only my product images are located there (/images/my_images), but the rest of the images are still in their regular directories under /images.
sample:
main page:
http://www.cubecaseoutlet.com
product page:
http://www.cubecaseoutlet.com/index....oducts_id=5992
This is a wonderful mod - thank you.
However, I've read most of the 107 pages, and have copied and pasted codes, but I can't fix this:
What I would like is:
Product Description -- Add To Cart -- Reviews
The Add To Cart would show the attributes. Just like on your sample product 1.
Theoretically this should work?
But I get the attributes under "blahblahblah" (product description), and nothing on Add To Cart.Code:<!--%Product Description%-->
blahblahblah
<!--%Add To Cart%-->
<!--*sub_AttributeOptions(2)*-->
I have tried to get Add to Cart appearing automatically, as it should if you have custom tags (?) but that didn't show nohow.
My Global Add To Cart is 1, as if it is 0, the attributes show under all the tabs. I just want them on the Add to Cart tab.
Thank you, if you can help!
:frusty:
<!--%Product Description%-->
blahblahblah
<!--%Add To Cart%-->
<!--*sub_AddtoCart(2)*-->
<!--*sub_AttributeOptions(2)*-->
That should work. PM me a link if that doesn't work.
That has all been so frustrating. :smile:
Thank you so much for providing the correct code, to take away one of the possibilities.
I went back to a backup and reinstalled, and it worked. :clap:
I have no idea why it just wouldn't before - I had installed it the same previously.
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.
<!--%Sizes%-->
<?php include('sizes.html'); ?>
Is there a way of doing this?
Cheers
Paul
Hmm.
There are 2 ways I can think of.
or what I think is a better way:Code:<iframe src="externalfile.htm" width="320" height="300" scrolling="yes" name="content"></iframe>
Try adding that to your products.Code:<object src="externalfile.htm" srctype="text/javascript"><em>alternate text</em></object>
I'd love to know if you got that addon html page to work, it would be awesome to be able to add something like that. I know several of my clients would love to be able to be able to do this as well.
Marian