You are here: Home
Support site for Tips and Tricks HQ premium products
Just in case anyone else wants to do this I am using the wp-cart-for-digital-products and the file to look for is eStore_misc_functions.php
Great thank you 007. This is a really great plug-in, first one I have ever paid for (besides some miscellaneous donations).. and well worth it! Great support too. Thanks
Thank you for the reply. Not quite what I need but closer… would it be possible you think for me to use the custom field just to put in the product id? Something like:
<?php if ( get_post_meta($post->ID, ‘productOne’, true) ) { ?>
<?php echo get_button_code_for_product(<?php echo get_post_meta($post->ID, “productOne”, $single = true); ?>”>); ?>
<?php } ?>
Then the custom field the client could just enter their product number.. would this work ??
… well I know that doesnt work… but something like that.. I am not sure how to write the php… or if it is possible ??