Bolder Elements
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Suborder is stuck in pendingI’m sorry, but I do not understand the problem or how it relates to this plugin. Could you please provide additional details?
Please note that the multiple shipping packages feature is a core WooCommerce function. It is generally enabled via code by a developer, but this plugin was developed to help those who needed something quick or without a required knowledge of PHP. In many cases when there is a problem with another plugin, it is because that plugin does not support the feature.
I do not have any knowledge of this plugin, but it sounds like there are no limitations and everything should always be marked complete regardless to shipping. Does it work when this plugin is disabled?
Thanks for responding and giving me an example with the Dokan function! I just like to use built in functions when possible so it’s less likely to break with future updates.
The article I found must have been outdated (not on your website), this is very helpful. Just wish there were more resources for developers looking to expand with your plugin π
So I have to make my own query then? The function above I found researching for help online. It comes from this plugin, and what I saw was that it took an integer parameter. I understand WP_Query takes an array, but this was a different function I had found in the article.
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Warning message in AdminThank you, I’m glad the plugin was helpful!
In regards to the warning message, I have looked into this and fixed it for the next update. WooCommerce was trying to sanitize the table of restrictions which is not possible because it’s a nested array with too many variables. I made sure to disable this to rely solely on our custom sanitizing functions π
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] 502 Nginx errorAre you sure it was a 502 error? These types of errors are not generally caused by anything installed on your website. It indicates a poor connection most often caused by your DNS servers or cache system like Cloudflare.
I run this plugin on a multi-site (individually activated) with no problem. I also tried Network Enabling the plugin but had no issue.
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Conflict with Simple Sales TaxJust a quick update: I’ve decided to release a couple minor updates before the 2.0 update so I have merged your changes into the next version. You should be safe to upgrade again after the next update (1.2+) but let me know if you run into any issues!
My apologies for missing your ticket, I would be happy to help! To be sure, is your free shipping method in the same package as the shipping option you are trying to hide? This is a requirement for the code snippet to work as packages are entirely separate from each other. The code snippet will only hide the shipping methods of the package containing the free shipping method.
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Group by Vendor optionGroup By Vendors is currently possible for Dokan, with more marketplaces in the works. The vendor role is not a WooCommerce/WordPress specific feature, it is added by third party plugins. Because of that there is no one solution that will work for all of them. Each has to be created and tested separately.
Check back soon for new marketplace plugins compatibility!
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Conflict with Simple Sales TaxHi Brett, thanks for contacting me to let me know about this conflict! I am happy to take a look into your changes and apply a similar fix to the upcoming 2.0 update. The structure is quite different, but I will ensure the keys for the cart items so it does cause any further trouble.
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Wc Marketplace CompatibilityIt will likely come in the near future now that we have it working with Dokan. They were simply first because we have been working with them for one of our premium plugins, so we already had a good understanding of their code.
Eventually we hope to have compatibility working with the top three marketplace plugins for WooCommerce. Unfortunately each one is different so I can’t promise it would be an easy code change to switch over from one to the other. I hope to research it a little more soon and will provide an update when its tested and working correctly.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Add Settings FieldVery cool, thank you so much! I look forward to giving a try π
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Free Shipping PackagesI still think you are more in need of an advanced shipping method than this plugin. The purpose of this plugin is to divide the items in the cart into groups so that their shipping costs are displayed separately. This is helpful for items sold from different vendors with different shipping rules and different options, or items coming from different warehouses that might have different delivery times. Generally speaking, this plugin does not change or affect the final shipping cost. It simply breaks it down so that the customer knows how much of that cost is for each item in their cart.
For example, if the customer buys Item A and Item B, the shipping cost would normally show a combined total of 12.98. With this plugin, you could instead show 8.99 shipping for Item A, and 3.99 shipping for Item B.
- This reply was modified 7 years ago by Bolder Elements.
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Free Shipping PackagesI’m not sure I understand what you are saying. Your second to last message did not make sense to me. A typo perhaps? I’ve reviewed the code to make sure there is not a problem, but it correctly moves the costs for the items into their groups, so there’s no reason the subtotal should be more than the amount of the items in just the package.
What did you modify?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Free Shipping PackagesIt will still depend on the shipping method, but I would have thought the Free Shipping method that comes with WooCommerce would be coded correctly to look at the package subtotal. Is that the one you are using?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Free Shipping PackagesSure, this plugin only separates the items into different packages based on shipping class. Your shipping method determines the price and with the right shipping method you can setup a rule like “Free Shipping for Class A when its subtotal is over $25”.
The Flat Rate method that comes with WooCommerce allows you to set a flat price for a shipping class, but a Table Rate method like ours allows you to set the fee and additional conditions as well: