oneteamsoftware
Forum Replies Created
-
We’ve just pushed update that will hide shipping classes with empty names, please let us know if it is ok now or if you still experience this issue.
So sorry for such a late response, we were not getting notifications. Were you able to resolve the issue? Do you still need an assistance?
Forum: Plugins
In reply to: [Sticky Product Add to Cart and Checkout Bar for WooCommerce] Image problemOh I see, that will explain the issue.
If you will have any requests or suggestion please do not hesitate to reach to us here or via our contact form at https://1teamsoftware.com
Let me know if you think that this issue can be closed now.
Were you able to follow our suggestions and achieve any useful results?
We will look into this issue. In the mean time please email us via contact form: https://1teamsoftware.com/ so we can get debug log from you and send you patches to try.
Thanks!
I’m glad that we were able to resolve it for you. Thank you for your support!
Our contact form is here: https://1teamsoftware.com/
If you will send us there copy / paste of the debug log shipping packages plugin, then perhaps we will be able to see what is going on:
Messages look like that:
—————————–
PHP message: notice: getAllItemKeys
PHP message: notice: inItemKeys: 3be4d3f098a8da78f521afe939a92f1c, 235d345c2ab5e66d05754f2129ed5c06
PHP message: notice: Bundle property: composite_children
—————————–One more idea is that if you have an access to source code of their PRO plugin then search there for woocommerce_cart_shipping_packages and copy paste here what you will find, if anything. I suspect that they might have some logic which is executed after our plugin.
If nothing will help then we can try to investigate it on your server directly, for that please contact us via contact form from above.
I’ve just tried dokan and it didn’t affect anything for me. What settings did you use for it? Please also attach or email us your debug log for the plugin, in your case it is writing it into error log, you can also try to use woocommerce notice option to see them right away. It will help us to understand what it is doing.
Thanks for the information, we will install dokan and see what might be causing it.
You don’t assign shipping method to a zone, it is done for the product.
1. Goto: [YOUR_URL]/wp-admin/admin.php?page=wc-settings&tab=shipping§ion=classes
2. Add shipping class there
3. Goto your product and hit edit
4. Select shipping tab in Product Data and choose shipping class
5. Goto: [YOUR_URL]/wp-admin/admin.php?page=wc-settings&tab=shipping§ion=wc_shipping_packages
6. Set Enable Shipping Package
7. Set Group By: Shipping Class
8. Either choose Shipping Restrictions for Shipping Classes to use Fedex or leave them all blank
That is all you have to do to allow selection of separate shipping methods for products with different shipping class.
It will actually work, just the condition on the split should be defined as a product property.
Here is an example:
Define shipping classes:
Shipping Class #1 for zip A
Shipping Class #2 for zip Bset products:
Product #1 -> Shipping Class #1
Product #2 -> Shipping Class #2Allow plugin to use Fedex for Shipping Class #1 and Shipping Class #2
If customer will order Product #1 and Product #2 at once then it will offer to choose Fedex shipping for each of the products separately with the different shipping rates (assuming Fedex can actually handle two different origins) otherwise it will offer same rate but for each of the products.
BUT if you want to create two separate orders then you will have to use our PREMIUM plugin: WooCommerce Package Orders
https://1teamsoftware.com/product/woocommerce-package-orders/which will create 2 orders
Packages allow to have their own set of shipping methods and shipping method, in this case FedEx should support zones. So the way you will set it up is that you will allow FedEx for shipping class you are using for your products and then you will go to shipping zones and add there FedEx. Shipping zones themselves are made so you can define different shipping rates or have different shipping methods for each zone. Zone is not stored in the order itself, if this is what you are looking for.
Packages will allow customer to order from two or more warehouses at the same time and have separate orders created for themCurrently it splits orders based on the product properties such as attributes or shipping class.
Could you please describe in a bit more details of when it is not enough? How exactly it will look? Do you have two different products that are shipping from different warehouses? Is there a reason why assigning different shipping classes to them won’t work for you?