Forum Replies Created
-
AuthorPosts
-
avi8torMember
Like tooLance, I am also trying to display the fancy 2 option without the thumbnail. I noticed in the extra short_codes there is one for fancy 1 w/o thumbnail, but nothing for fancy 2.
The goal is really having everything in alignment on the page. I want to show the same product in two different sizes, however variation doesn’t work well because the inventory control is 1 for each. So if a customer purchases one size there is no way to reflect that only the other is available.
The work-around is to list the same product twice with the second description saying something like “same as above only in this size”. the problem is I don’t want another thumbnail of the same and the display will show where a thumbnail should exist if I don’t use one. The alignment is thrown out of whack as well.
I thought about checking for a thumbnail image using PHP code like below
<?php
$filename = ‘/path/to/thumbnailImage’;
if (file_exists($filename)) {
continue on;
} else {
do something else”;
}
?>
but not sure where to put this in function show_product_fancy_style2.
Alternatively, I could use the shortcode you mentioned, but still have a problem with product alignment on the page.
Any suggestions?
BTW, this is a great plugin, with many, many options. Thanks for your hard work.
avi8torMemberThat’s it! And bookmarked now as well, thank you.
avi8torMemberI noticed that after posting. Thanks for replying.
avi8torMemberThanks! That helps. I also downloaded the other plugin and made the modifications as shown in the other post. Works very well now.
-
AuthorPosts