How do I get the attributes above the add to cart button
In a copy for your template of
/includes/templates/template_default/templates/tpl_product_info_display.php
Yoy can re-order complete blocks of code They start with
BOF
and end with
EOF
Move the attributes block ahead of the cart add block
Then you might need a bit of css
Also how can I change the words "Please Choose:"
In a copy for your template of
/includes/languages/english/product_info.php
Find this and change what is in between the pair of single quotes
Code:
define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');