<wishes there was an edit option>
Is there a way to show stock under each attribute? Rather than show "Total Stock: 23" i can show the exact stock per attribute?
<wishes there was an edit option>
Is there a way to show stock under each attribute? Rather than show "Total Stock: 23" i can show the exact stock per attribute?
What's an ASP.NET Developer doing here...?
There is a "stock by attributes" module. I don't use it but check it out. It's in the downloads section...
Yea - I installed it and it works great, however i'm trying to figure out how to get it to display the way I want it.
in my: tpl_modules_attributes.php in the inclues/templates/[TEMPLATE]/templates folder, it has:
<div class="wrapperAttribsOptions">
<h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
<div class="back"><?php echo "\n" . $options_menu[$i]; ?></div>
</div>
<?php if ($options_comment[$i] != '' and $options_comment_position[$i] == '1') { ?>
<div class="ProductInfoComments"><?php echo $options_comment[$i]; ?></div>
<?php } ?>
<?php
if ($options_attributes_image[$i] != '') {
?>
<br class="clearBoth" />
<?php echo $options_attributes_image[$i]; ?>
<?php
}
?>
<br class="clearBoth" />
----
$options_attributes_image[$i] contains the entire HTML of:
<br class="clearBoth">
<div class="attribImg"><img src="images/attributes/bumGenius%20-%20Blossom.gif" alt="" width="255" height="255"><br>Blossom</div>
<br class="clearBoth">
<div class="attribImg"><img src="images/attributes/bumGenius%20-%20Butternut.gif" alt="" width="255" height="255"><br>Butternut</div>
<br class="clearBoth">
<div class="attribImg"><img src="images/attributes/bumGenius.gif" alt="" width="250" height="250"><br>Grasshopper</div>
<br class="clearBoth">
<div class="attribImg"><img src="images/attributes/bumGenius%20-%20Twilight.gif" alt="" width="255" height="255"><br>Twilight</div>
<br class="clearBoth">
<div class="attribImg"><img src="images/attributes/bumGenius%20-%20White.gif" alt="" width="255" height="255"><br>White</div>
<br class="clearBoth">
Where can I go to edit that so I can force it to dipslay the way I want it to?
What's an ASP.NET Developer doing here...?
Page 187 of the Manual shows exactly how to do what you want.IS there any way to have the attribute image above that radio button that's listed?
If you don't have it, it goes something like:
Admin > Catalog > Option Name Manager
Click 'Edit' for the Attribute in question.
Although one can do many things in this area, this is specific to your question:
Image Styles:
0= Images Below Option Names
1= Element, Image and Option Value
2= Element, Image and Option Name Below
3= Option Name Below Element and Image
4= Element Below Image and Option Name
5= Element Above Image and Option Name
"Element" in this case is the Radio Button and for "Attribute Style for Radio Buttons/Checkbox:" #4 should work for you.
Thank you so much!
Do you know if there's a way with "Stock By Attribute" to show # of Stock under each element?
What's an ASP.NET Developer doing here...?
Your welcome for the help. I haven't used that Module but maybe someone will come along who can better answer questions about it. There is probably a Support Thread for it, if you do some searching.
i also have questions how to manage my attribute image.
for example, i had 1 product, option name is SIZE. option value is S, M, L
then at attribute controller, i selected this product.
and added one image by one image for S, M, L.
Now, on description page, i configed drop-down menu for SIZE.
but all 3 images were shown on description page.
Any setting ,i can , let say , choose size: M, description page only shows
size M photo, not all 3 images were here all together.
any advice will be appreciated. thank you.