nicolas wrote: Note that if you don't need to handle different prices/stock/information per variants as characteristics allow you to do, you can use a custom field of the table "item" and the type "dropdown" on the products listing page instead of the characteristics dropdown.
Thank you for both responses,
I thought about the custom field but that will not work since I do need to handle different prices/stock/information. Have any suggestions programmatically to accomplish this?
What if I place:
<?php
$this->setLayout('show_block_charasteristic');
echo $this->loadTemplate();
?>
In the Product Listing page so for every time the dropdown will show up?
Then I would have to figure out how to add the AddToCart button for each product instead of Choose Options.
Which file can I add the above code in? is it the listing.php file? I am using the Content Module to display the product listing