msamavi
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Bi-directional with auto-polpulateHi @keraweb
Thanks for the prompt reply.
I have created a bi-directional relationship field in the “Shipment” CPT; But the order is not being selected automatically by that field, it shows just the list of available orders!Regards
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Bi-directional with auto-polpulateLet me explain my use case:
I have created a new post type named “Shipment”. Again using Pods I have extended the WooCommerce Orders post type with a relationship field to the “Shipment” custom post type. Now when I edit an order, I can create a ‘Shipment’ linked to it. All is OK up to here. But I would like the created shipment record to be linked back to that order (using the bi-directional relationship feature).
Any help on how to do that would be appreciated.
Thanks very much @pdclark
Forum: Plugins
In reply to: [IP Based Login] php snippet samplesThanks very much @brijeshk89
Forum: Plugins
In reply to: [IP Based Login] PHP FunctionHi,
Can you please provide a simple usage example? I wish to try it as a php snippet.
Thanks
Forum: Plugins
In reply to: [IP Based Login] PHP FunctionI am interested as well.
Done,
Thanksand also this one:
Hi,
Every time I update the plugin or save any settings in the plugin, the same lines are added to .htacces and I need to remove them manually again!
Is there any better resolution you may advise, please?
ThanksFixed, Thank you for your prompt reply!
Forum: Plugins
In reply to: [Redirection] Logout errorI found that ‘Bad Query Strings’ firewall option in ‘All In One WP Security & Firewall’ plugin caused the issue.
Than you.Forum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] buggy messageHi,
Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Negative stock quantity issueI found it in postmeta table as met_value having _stock as meta_key
When I search for a specific stock qty amount (for example -2) in plugins like BEAR https://wordpress.org/plugins/woo-bulk-editor/, it is found; but when I want to find a stock qty range (like between -1 and -8), or sort based on stock qty, no negative qty is found/displayed!
The issue is not within the mentioned plugin (BEAR), as I have tried a couple of plugins (including ATUM), all with the same issue!
Any idea?