loomedisto
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] PHP Fatal Error… yet again.I would have done that first except you don’t offer any support unless we pay extra for “premium” support, even for those who already purchased the plugin. Your website only allows contact for pre-sale questions, otherwise the only options are pay or knowledgebase. Where do you suggest I contact you from your website if there are no contact methods available beyond pre-sales? I can’t even find a basic place to report bugs.
If you bother to look at the function containing the line of the file mentioned above, I’m sure you’ll see where the issue is. The function assumes there will be a value in
$purchase_costs
but if a variable product is created and saved, even as a draft, before a variation is added, then there is nothing there and the entire product page breaks. If you verify that$purchase_costs
actually contains a value before trying to use it, as I mentioned above, then it’s fine, but obviously my edits will get overwritten with your next update.Forum: Plugins
In reply to: [Booster for WooCommerce] PHP Fatal Error… yet again.If anyone else runs into this, updating line 195 in that file to:
if ( 'purchase_cost' === $column && ! empty( $purchase_costs ) ) {
seems to work for now.Forum: Plugins
In reply to: [Qi Addons For Elementor] Cross Site Scripting (XSS) vulnerabilityI’m getting this too, please fix.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Add separate Shipped statusOkay I have not been able to get your plugin to work with virtual orders or mixed orders so I came back to see if there was anything in your change log that could help, and it says you added the feature (below) but i’m guessing it’s also a mistake because i do not see the option. Please consider supporting virtual orders! it is too confusing to use your plugin with products that do not require shipping. thank you.
Enhancement – Added new option for create new order status shipped not just rename, so user can use completed and shipped both order status for virtual orders and Local Pickup shipping method
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Add separate Shipped statusOh ugh okay. But that would not work because the digital orders get automatically marked as completed, so they get automatically marked as shipped if I rename it, that’s the whole problem. Can i create a custom status + email with your plugin?
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Add separate Shipped statusNo I mean this option to create the new shipped status instead of renaming it from this image in your instructions: https://www.zorem.com/wp-content/uploads/custom-order-statuses-3.png
I cannot see this option? Because i am selling physical and digital products so obviously the digital products are not shipped, so i thought i could set some orders as completed and some orders as shipped. Is it in the pro version?