Jarryd
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can't add_action to 'woo_foot' hookOh that’s good then :).
In the instance that I need to write a thickbox script that loads on DOM ready, the Thickbox script might have not loaded yet.
I prefer to have my custom scripts file be the last thing to make sure all my jQuery plugins/other scripts load first.
Forum: Plugins
In reply to: [WooCommerce] Can't add_action to 'woo_foot' hookAh nice! Thanks for that, worked just fine ?? I didn’t realise that specifying dependencies changed the order! Makes sense lol.
In this case the last script loaded is ‘thickbox’. So in the instance that thickbox gets removed, my custom.js would be remove also (I think?).
Is there any way around this or would I change the dependency?
I ask this just in-theory because it’s literally the only script that was being loaded after my hook.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] WP e-CommerceAwesome ??
Forum: Plugins
In reply to: [Rich Reviews by Starfish] WP e-CommerceExcellent ??
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Review per page/post/custom-post-typeAwesome! Thanks ??
Forum: Plugins
In reply to: [Rich Reviews by Starfish] WP e-CommerceYep that’s the plug-in. It’s the most ‘popular’ e-commerce solution (not the best by far, though) so having compatibility would be fantastic (although I’ve read trying to get other plug-ins to work with it is a bit of a nightmare). Shopp, too, while you’re at it ??
I basically need to have product reviews for individual products.
Think of the Apple App Store: There is a an accumulative rating above individual comments for each app, and those comments have their individual ratings displayed as well. If I could have something like that; that would just be epic. Having the option to change the number of ‘stars’ might be helpful too (e.g. X/5, 10, 20) but it’s not something I need at this time, could just be useful in the future.
Could also be out of your scope too :).Those products are tied to a post type ‘wpsc-product’, so as long as you could just apply them to a post ID or post-type or whatever then I would basically be set.
It’s good to know you are working on it to allow per-product reviews and it’s easy to implement. Can’t wait ?? Thanks for your feedback!