Really hoping someone can help me with this tricky problem?? I have set up my admin section of an e-commerce site. The product displays the following details, image, price, description, more etc
Currently it displays the description & more details using the
<?php echo $pd_description; ?><br>
<?php echo $pd_more; ?> </td>
But when both are displayed this enlarges the length of the page dramatically breaking the template of the site. What I would need is the <?php echo $pd_more; ?> section to lead to an external link, preferably a pop up box similar to so the user can only see visible a more link on the page and would need to click the button to view the details! Similar to this page 'http://www.whitedisc.com/dsp_equipment.htm' to clarify my explanation.
Is this possible?
Any assistance will be greatly appreciated!