kieranmcclung
Forum Replies Created
-
Perfect!
Thank you very much for this ??
It’s not my strongest area but I know a few things. This question makes me think I’m in for a bumpy ride ??
Hello,
Yeah, this is exactly what I wanted. I thought I had to create all the individual products then link them in a group product.
Thank you for your help ??
Hello,
Sorry I mean 2 files uploaded but three Download “Products” created. So I have a file attached to Track 1 (Product), a file attached to Track 2 (Product) then a third product which has these two attached and I’ve called that Album.
Then within the Album product I have the options created so Track 1 gives you track 1 file, Track 2 the track 2 file and Full Album gives both tracks.
What downFast said is probably the best bet for you, I unfortunately had to use another plugin as I needed quite a few extra fields and wanted them to feed into a custom fields search plugin I have.
Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsThis has fixed everything! I used it earlier but didn’t get any results, I presume it wasn’t set up correctly elsewhere.
Thank you ever so much for your help ??
Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsAh okay, that’s alright Joe. I was hoping you’d have an idea. I’ll keep tinkering away.
Thank you.
Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsRight, ignore the above message I was being a dummy.
I have included the rating for each comment however it doesn’t show the result on the comments. I have the following code:
<div class="comment-meta commentmetadata"><a href="<?php echo esc_url(get_comment_link($comment->comment_ID)); ?>"> <?php /* translators: 1: date, 2: time */ printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()); ?></a><?php edit_comment_link(__('(Edit)'), '??', ''); ?> </div> <?php if (defined("STARRATING_INSTALLED")) : ?> <div style="float: right"> <?php wp_gdsr_comment_integrate_multi_result($comment_id, 2, 32); ?> </div> <?php endif; ?> <?php comment_text() ?>
and
<?php if (defined("STARRATING_INSTALLED")) : ?> <p> <?php wp_gdsr_comment_integrate_multi_rating(2, 32); ?> </p> <?php endif; ?>
The 2nd code snippet is placed just before the form textarea when adding a comment. It all works fine, you can select the stars and post the comment but nothing happens.
The average rating doesn’t update and the comment has no results at all. I’ve managed to show just blank stars but no results. I also have an average at the top of the post that doesn’t update either.
I’m not sure what I am doing wrong?
p.s. these are just code extracts showing the GDStar reference.Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsHello Joe, I hope you’re well.
This is exactly what I am looking for but I’m having some issues getting it working. I’ve got the plugin installed and comments active on my site, I’m just not sure where to put the code you’ve presented.
Any help would be really appreciated.
Thank you.
Forum: Plugins
In reply to: [WooCommerce] Changing tax with a radio buttonIt appears I over-complicated this. Variable product has worked just fine for this.
Forum: Plugins
In reply to: Checking a variable in functions.php from external fileApologies for posting in the incorrect area. I was seeing it as a more general issue rather than woocommerce specific but hopefully someone in the woocommerce area knows of a better way of doing this.
Thank you.