Add price near add to cart button
Using 1.3.9h I would like to have the price that is at the top also at or near the add to cart box prefer below or above. Have looking FAQ pages but didn't see what I needed. Page to lok at : http://www.jamelsonline.com/index.ph...oducts_id=2362 I am not programer, still learning. Not sure how to do this.:unsure:
Thanks,
Shane
Re: Add price near add to cart button
ln your /includes/templates/CUTOM_TEMPLATE/templates/tpl_product_info_display.php file
find:
<!--bof Product Price block -->
CONTENTS WITHIN
<!--eof Product Price block -->
copy that section of code and paste it near or by
<!--bof Add to Cart Box -->
CONTENTS WITHIN
<!--eof Add to Cart Box -->
this will give you 2 Price Blocks, 1 at the top of the product info page and 1 at the bottom next to the Cart box
Hope this helps!
Re: Add price near add to cart button
Worked like a charm.
Thanks a lot,
Shane
Re: Add price near add to cart button
glad this worked for you!