php - Changing Product Options Layout in Magento -


how change layout of product options box? have created configurable product color options.

i notice magento demo store doesn’t display product options consistently.

my options box appears spanning entire column 1 character choice.

i options display @ least product: http://demo.magentocommerce.com/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.html

any can provide appreciated.

thank you.

@joseph's answer cosmetic styling, if need edit markup, you'll need template files in app\design\frontend\base\default\template\bundle\catalog\product\view\type\bundle\option\ , depending on configuration, edit checkbox.phtml, radio.phtml, select.phtml, etc.

don't forget copy files local theme path upgrade-safe edits.

cheers, jonathan


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -