ZenphotoCMS Forum
Print zenpaypal pricelist - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Print zenpaypal pricelist (/thread-3444.html)



Print zenpaypal pricelist - sevans - 2008-08-11

Hello,

Last question for this project I swear. On the zenPricelist link, is there a way to have it display imediately with out the click to view the pricelist? I need it to print on the screen imediately instead of having user intervention.
I think I am just missing something in the code. Have stared at it to long.
Thanks,

Spencer




Print zenpaypal pricelist - sbillard - 2008-08-11

Line 192 of the plugin reads:
echo ''."n";

Change display: none; to display: block;




Print zenpaypal pricelist - sevans - 2008-08-11

Thank you.