n00bdesign
Forum Replies Created
-
Thank you very much! You have been over the top helpful to a n00b like me. I usually have a CSS and PHP guy, but I have been doing this solo… not my proudest moment. Again, genuine thanks.
I am certainly no coder, so I only understand what you are suggesting in theory. In actual application, I would have no idea how to change anything like that. Can you point me to the exact files I would need to change? mp_product_name shows up in the Stlye.css file, but there are no parameters for me to alter such as padding?
I pre-apologize for my lack of CSS knowledge, it’s kinda killing my use of this plug in.
I actually solved this pretty easily.
I edited the wordpress-ecommerce/marketpress-includes/template-functions.php file by just commenting out this portion:
/*
if ($echo)
echo $price;
else
return $price;
*/Now it cannot return the price to the template.