Abbas
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Logo not loading across websitesomehow pro plugin was causing the issue, when I deactivated it and cleared cache, things started working fine. Pro license support expired just yesterday. Issue is resolved, so, not pursuing it with author.
Forum: Plugins
In reply to: [WooCommerce] False Return is detected in Analytics-RevenueActually, I have long payment cycle in some orders. They were marked paid in Jan and May. Both those orders were created on Jan 3rd as shown correctly by Revenue page.
I figured out the issue. I had other 2 orders that had refund on Jan 3rd. So, the Revenue is showing the amounts correctly, but the orders where refund was issued are not shown in the Revenue Returns.
The both orders where Return was marked were created on 3rd May 2022 and Refund was issued on Jan 3rd 2023. I think Revenue page should show the orders where refund was marked regardless of their creation date.
I hope it helps someone troubleshooting similar issue. I spent 2-3 hours figuring out this.
- This reply was modified 1 year ago by Abbas.
Forum: Plugins
In reply to: [Quotes llama] Next quote link does not workNope, still does not work, I don’t see the jquery event linking to the element #nextquote
Forum: Plugins
In reply to: [Quotes llama] Next quote link does not workI have many plugins, but I have tried deactivating, none of the plugins seems to interfere.
@oooorgle r u hooking a jquery to #nextquote? I don’t see any event linked to the id. I don’t see any jquery event in .js files.
Thank you for the guidance, I will change theme and try on weekend.
BTW, are you aware of a security issue with your plugin published publicly. Are you going to fix it?
screenshot.. https://ibb.co/g7QTkV6
- This reply was modified 1 year, 8 months ago by Abbas.
Forum: Plugins
In reply to: [WooCommerce] Taxes based on billing and shipping addressThank you, it works.
Thanks for quick reply.
it’s hard to show you the demo on my live website now. The steps to reproduce the issue are as below:
1. Install WPS hide login plugin along with Business directory plugin
2. Set a secret login URL from Settings-> WPS Hide Login -> Login URL at bottom of the page
3. On business directory plugin, keep frontend listing submission ON
4. Go to Business directory front end page without Admin login or maybe on different browser, Add listing, click not registered?It takes the visitor to the hidden secret URL.
Let me know if any questions.
Thanks for taking time to look into this urgently.Forum: Plugins
In reply to: [Xllentech English Islamic Calendar] does it support booking?As replied on email, this plugin does not support booking..
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Wrong submit timeSame problem here.. I am in MST timezone and I get date and time both wrong. Looks like the plugin doesn’t follow WordPress general settings Timezone which can easily be used with wp_timezone() and wp_timezone_string(). Hope the author will correct this. Thank you for the great plugin.
Ok, Thank you for your help. I will find out and fix it.
Yes, I have price for all products, but maybe missing value in discount in some, but for those products, quantity based pricing feature is not enabled. But I am not 100% sure on each and every product, I may have feature enabled and value not filled somewhere.
Is it possible to ignore any product with empty value?
Thank you.
Hi,
You are right, I have another plugin that’s also contributing to the issue. I will troubleshoot and update if your plugin is the core issue.
Thank you anyways.Forum: Plugins
In reply to: [WC Duplicate Order] Duplicates twice when using in cron jobThank you for reply. Forgot to add update earlier.
For other who might come across this, For me, it turned out to be issue with ISPconfig Alternate cron job. when I tested on different server, works as expected.
Marking Resolved.
For others, who might come across this.
I coded my own solution in my wider purpose custom plugin, it was easier than I thought.
To match my requirements, I added meta in user profile for Customers for billing currency and then also added meta in the order to be able to override it if required.
Also created separate page in my custom plugin Admin page for separate currency totals for each customer.
It’s working great for me.
Thank you Authors anyways.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Stock management has bugAwesome. I appreciate your help.