Need Help With A Few Lines Of Code

Looking for some help…

on the product page, I would like to add some text below the price and the text should only appear if a specific product feature = Yes otherwise it should not appear at all.

Logic:

if “feature 1 = Yes” then show text “MAP Product - Click here to price match!” else do nothing and show nothing

Let me know if you can help for want a couple bucks to do.

Thanks

Add the following code to product template:

{$product|fn_print_r}

Check the debug information and find how to reach the value of the required product feature. Something like

{$product.product_features.43.value}

Add the following code to product template:


{$product|fn_print_r}

Check the debug information and find how to reach the value of the required product feature. Something like

{$product.product_features.43.value}


can I give you a few bucks to do this for me?

Please PM me FTP access