mistamatrix
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount removed at checkout!Hi Rene thanks so much for your reply!
Found the culprit, I’m so sorry for thinking it was your plugin that was broken.Turns out it was a minimum purchase plugin breaking yours, it’s something I can do without so will leave it disabled for the time being.
https://www.ads-software.com/plugins/minimum-purchase-for-woocommerce/ ?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount removed at checkout!At the moment I’m asking customers to tell me the two figures they see, one before clicking cart/checkout and the other higher figure after clicking.
I then subtract the smaller figure from the larger figure and provide the customer with a coupon for that amount. Fortunately I only deal with a small number of private customers but it’s still a real pain.
Before the WordPress/Woocommerce updates the plugin worked perfectly.
I will give a generous donation once fixed ??
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Not update Cart Sub total In woocomerceI am also having this problem.
I have to ask my customers to tell me the two figures showing one being the amount that shows at first which includes the discount, then another at checkout which is the full amount without any discount and then I calculate the difference then create a coupon for this amount to honour the discount.
Hoping to see a fix sometime.
No problem, I just thought I’d give a bit more info since there are a few of us on this mission.
Hope someone from gowebsolutions see’s this and includes an option to turn off the stars from the settings as this kind of slapdash code butchery is not ideal.
Thanks tho guys, I’m glad this came up since I only got asked to remove the stars this morning and it made me pull a face.
Hi I just joined to say I’ve been looking at doing this today and followed Demoris instructions which for a start meant users are not required to give a star rating.
I then removed the line.
<td><label class="comment-field">Rating:</label></td> <td><div class="wpcr_rating">' . $this->output_rating(0, true) . '</div></td>
from wp-customer-reviews.php
This removes the line of the form that asks for stars.I then deleted all references to the file ‘newstars.png’ in wp-customer-reviews.js
This stopped the stars showing as 5 empty stars when the review is approved.I know this is butchery but it worked.