Imran Siddiq
Forum Replies Created
-
Thanks for clairifying.
Forum: Plugins
In reply to: [Accept Stripe Payments] Stock for GroupsUnderstood 🙂
What if we thought out of the box and used a Code Snippet that reduces the total by 15% each time you increase the quantity?
Is there a hook we can use to make that happen?function modify_stripe_payment_amount($price, $post_id, $quantity) {
if ($quantity > 1) {
// Apply a 15% discount when more than one item is purchased
$price *= 0.85;
}
return $price;
}
add_filter(‘asp_ng_product_price’, ‘modify_stripe_payment_amount’, 10, 3);Forum: Plugins
In reply to: [Protected Video] YouTube CaptionsThanks Alec. I had a look at the other thread but it still didn’t help with showing captions, unless I was missing something obvious.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] US not getting picked upYou’re right.
Very late last night, I removed the Caching Plugin and it was fine.Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] US not getting picked upIt does correct itself when the Billing Country is selected, but shows an incorrect price on the Single Product Page and strangely this is just for US.
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Remove Category Link from Post BlockClosing the Request.
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Remove Category Link from Post BlockThis works:
.ue-grid-item-category {
pointer-events: none !important;
}Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Notify EmailsBig thanks, but there was an error;
syntax error, unexpected ‘;’, expecting ‘)’ on line 8Forum: Plugins
In reply to: [WP Hotelier] Emails not sendingHey
I’ve now come to the root cause.
It’s not you.It’s GoDaddy.
I’ve moved a copy of the entire site to SiteGround and all emails and reservations are fine.So it’s GoDaddy.
Will ‘try’ to advise the Client to move Host…Damn… GoDaddy…
Forum: Plugins
In reply to: [WP Hotelier] Emails not sendingThanks for that;
Change these options to: https://lopezb.d.pr/i/ELRgQ7
[This was already like this]And change this option to: https://lopezb.d.pr/i/6MUGYU
[Have followed the image]However emails still not going to the customer.
Forum: Plugins
In reply to: [WP Hotelier] Stripe Payment Fails[Facepalm]
You’re right.
I was testing for the Client and forgot about the 10% deposit being less than 50p.Sorry about that.
Forum: Reviews
In reply to: [Admin and Site Enhancements (ASE)] Impressive PluginWrong wording 🙁
I’ve changed control to be customisation 🙂Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Media ReplacementPS – marked as resolved.
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Media ReplacementThat did it, and I realised that the Media Library needs to be in List View rather than Grid View. Then it works fine 🙂
PS – Look out for my Review on the Plugin on Wednesday 🙂
https://www.youtube.com/@websquadronI’m impressed.
It’d be even better if you could enable a White Label option, where a custom title can be to the Top Right, such as Web Squadron (Company Name) instead of the WordPress Logo (after that’s removed).
Fine work, and I hope you go from strength to strength.
Can I ask what the issue was as I have that too?