Thank you Emerson, this works. The only issue is that that we would like to have it display "<<< Navigate Products Left" and "Navigate Product Right >>>" instead of the product description.
So, I replaced previous_post_link();" with "previous_post_link('%link', '<<< Navigate Products Left');" and "next_post_link()" with "next_post_link('%link', 'Navigate Product Right >>>'); and it works.
My only problem now is that I need it to be translatable for WPML for the 5 languages on the site. Do you know of a way to do this?