X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Ajax Product Rating System by PhilJ (https://forum.x-cart.com/showthread.php?t=34527)

conradp24 09-27-2008 11:21 PM

Re: Ajax Product Rating System by PhilJ
 
It's a cool mod, but due to some limitations I will probably stick to the X-cart ratings. Only problem I have with it is pulling the rating system over to the products_t.tpl template. Anybody got ideas for that in the meantime?
I will probably figure it out, but I'm not a php / smarty tag guru so if it can't be done by manipulation I'm stuck

Metal-X-Man 09-28-2008 04:31 AM

Re: Ajax Product Rating System by PhilJ
 
This is a great mod, but I had to disable it becasue it caused a bunch of problems. The issue was the extra connection to MySQL database in the mod code. Once I commented out the extra connection to the database, my errors disappeared. Of course the mod didn't work anymore...

conradp24 09-28-2008 09:05 AM

Re: Ajax Product Rating System by PhilJ
 
I see PhilJ has another rating mod for $15.00 which seems be more advanced and based on this one on his site. I've send him an e-mail to see what it does.
I purchased a tableless skin off him awhile ago which is pretty good although it's still got too many tables but his products are pretty good.

In the grand scheme of things if it can do what we need $15 isn't a lot. I've e-mailed him. Will let you know when he replies.

conradp24 10-10-2008 02:37 AM

Re: Ajax Product Rating System by PhilJ
 
I left a message for Phil on his website but haven't heard anything back since my last posting. Maybe he is tied up at the moment. Hopefully hear from him eventually.

I'll keep you guys posted.

PhilJ 11-12-2008 05:34 AM

Re: Ajax Product Rating System by PhilJ
 
In products.tpl OR products_t.tpl you use this code...
Code:

{rating_bar id=$products[product].productid}
It's clearly stated in install.txt

Also, if you want to modify any of your ratings, you can use this SQL patch...

eg. to change product with product ID 123 to a rating of 4 stars...
Code:

UPDATE ratings SET total_votes = 15, total_value = 60 WHERE id = 123;


All times are GMT -8. The time now is 05:33 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.