I am onored to post in this young forum! GREAT COMPONENT!
Well, I didn't came here in peace

). Just joking
I wish you could help me to integrate your solution into VirtueMart Product flypage template. It is possible to do that (after I read this tiny documentation
here)
So I have to know how can I call your plugin in shop.product_details.php file, line 338
file can be found here /administrator/components/com_virtuemart/html/shop.product_details.php
| Code: |
/* SHOW RATING */
$product_rating = "";
if (PSHOP_ALLOW_REVIEWS == '1') {
$product_rating = ps_reviews::allvotes( $product_id ); //here your calling code should be here
}
|
Thank you