How to customize products price box

I would like to add text and rearange add to cart and price in the product price box. Does anyone know how can I achieve this? I’ll appreaciate all suggestions.

This is what I have now:





And this is what I want to achieve:

You will need to modify /skins/YOURSKIN/customer/views/products/components/buy_now.tpl



Basically, you need to move all the price stuff (lines 54-111) below all the options stuff (ending with line 173). You will need to consider how you plan to display any discounted pricing and discount labels as they will add additional lines and elements.



MAKE SURE YOU MAKE A BACKUP OF THE FILE BEFORE MODIFICATION.



Bob

Thanks a lot! Another problem solved :slight_smile: