Hi there!
I'm having a bit of a problem with something. I'm doing a webshop for a paint-store that wants color-choice per product. That's no problem at all cause the custom fields give me that option. The problem is this:
Just before the input field for the color-choice there needs to be a link to the website
www.kleurenwaaier.net
for color reference, I managed that just fine by adding the code in the sourcecode:
<a class="modal" href="http://www.kleurenwaaier.net" rel="{handler: 'iframe', size: {x: 800, y: 600}}">Kleurenwaaier.net</a>
in the show_default.php file. It works like a charm!
There's just one problem, now this website link also shows for brushes and other paint supplies, and I dont need that ^^
Is there a PHP code I can add to the show_default.php file to only show the link when the input box is there? something like if-exist 'kleurkeuze' then show <a href"> if-not then show "x"
I'm no PHP junkie so if someone could hook me up i'd really appreciate it!
Thanx!