mhodges
Forum Replies Created
-
Version 2.1.0 now supports the requested feature.
Coding has completed. Testing in progress. Sample table. Hope to release by next weekend.
Shipping Calc Method | Qty | Base Cost | Shipping Cost | Total Cost | Label ------------------------+-------+-----------+---------------+----------------+---------------- small order: Tier 1 | 1 | $2.00 | $5.00 | $7.00 | USPS Flat Rate small order: Tier 1 | 2 | $2.00 | $5.00 | $7.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- small order: Tier 2 | 3 | $2.00 | $10.00 | $12.00 | USPS Flat Rate small order: Tier 2 | 4 | $2.00 | $10.00 | $12.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- small order: Tier 3 | 5 | $2.00 | $15.00 | $17.00 | USPS Flat Rate small order: Tier 3 | 6 | $2.00 | $15.00 | $17.00 | USPS Flat Rate small order: Tier 3 | 7 | $2.00 | $15.00 | $17.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- small order: Tier 4 | 8 | $2.00 | $20.00 | $22.00 | USPS Flat Rate small order: Tier 4 | 9 | $2.00 | $20.00 | $22.00 | USPS Flat Rate small order: Tier 4 | 10 | $2.00 | $20.00 | $22.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 11 | $2.00 | $25.00 | $27.00 | USPS Flat Rate large order: best-fit | 12 | $2.00 | $25.00 | $27.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 13 | $2.00 | $30.00 | $32.00 | USPS Flat Rate large order: best-fit | 14 | $2.00 | $30.00 | $32.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 15 | $2.00 | $35.00 | $37.00 | USPS Flat Rate large order: best-fit | 16 | $2.00 | $35.00 | $37.00 | USPS Flat Rate large order: best-fit | 17 | $2.00 | $35.00 | $37.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 18 | $2.00 | $40.00 | $42.00 | USPS Flat Rate large order: best-fit | 19 | $2.00 | $40.00 | $42.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 20 | $2.00 | $45.00 | $47.00 | USPS Flat Rate large order: best-fit | 21 | $2.00 | $45.00 | $47.00 | USPS Flat Rate large order: best-fit | 22 | $2.00 | $45.00 | $47.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 23 | $2.00 | $50.00 | $52.00 | USPS Flat Rate large order: best-fit | 24 | $2.00 | $50.00 | $52.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 25 | $2.00 | $55.00 | $57.00 | USPS Flat Rate large order: best-fit | 26 | $2.00 | $55.00 | $57.00 | USPS Flat Rate large order: best-fit | 27 | $2.00 | $55.00 | $57.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 28 | $2.00 | $60.00 | $62.00 | USPS Flat Rate large order: best-fit | 29 | $2.00 | $60.00 | $62.00 | USPS Flat Rate ------------------------+-------+-----------+---------------+----------------+---------------- large order: best-fit | 30 | $2.00 | $65.00 | $67.00 | USPS Flat Rate
The point I took away from your original email is that the more accurate your ability to use the plugin to reflect your actual shipping costs, the more competitively (and fairly) priced will be the total customer cost. This is very compelling and I appreciate your carefully describing your circumstances. Coding work will start Sunday since my Saturday is booked.
Tentative design: I plan on introducing a new setting, “Large Orders Shipping Method” with options: “Prorate” (default for past compatibility), “Tier” (per your suggestion), “Free”, “Base Cost Only” (similar to Free, except the base cost is still applicable). This is a fairly large redesign, so it may take a few weeks to fully code and regression test.
Forum: Plugins
In reply to: [CFD Multi-Tiered Shipping For WooCommerce] TAXThanks for letting me know. Glad you were able to resolve the issue.
Forum: Plugins
In reply to: [CFD Multi-Tiered Shipping For WooCommerce] TAXCuriously, this has not been reported previously. I’ll investigate. Thanks for reporting the issue.
Thanks for the feature request. You have made a compelling case and I plan to start work on it in this weekend.
Forum: Plugins
In reply to: [CFD Multi-Tiered Shipping For WooCommerce] Where are the settingThe link I previously provided appears to now be broken. Here’s a better link, https://code.tutsplus.com/articles/the-beginners-guide-to-woocommerce-shipping-settings-part-1–cms-22124.
- This reply was modified 7 years, 2 months ago by mhodges.
2.0.1 has been published to address this. wc_price was the function utilized. Since this also addressed a money_format() related bug, it was released before any additional enhancements were considered.
2.0.1 has been published to address this issue. Thanks again for reporting it.
Will be replacing the money_format() with wp_price(). It introduces a table formatting error though. Once that is resolved I’ll release this fix as 2.0.1.
Thanks for reporting the bug. I did not realize that money_format has OS dependencies. It’s use was implemented in this plugin’s 2.0 version to produce the Cost Table at the end of the setup section. Turns out, this design also has an issue with displaying the correct currency according to the WC settings. Investigating that issue I learned that WC provides a function for formatting the currency. I have been planning to introduce a fix that takes advantage of this. Due to the money_format error reported here, I will accelerate getting this fix into production. Thanks again for the bug report.
This is the 2nd request for multiple shipping methods. Currently this feature is not supported. I think what is required would be modifications to the WC shopping cart so that a shipping method could be specified. I’ll give this more thought, but it seems well beyond the scope of this particular plugin.
Forum: Plugins
In reply to: [CFD Multi-Tiered Shipping For WooCommerce] Add currency – or notThanks again for your question. It got me to thinking about the shipping costs table that appears at the end of the settings section. That table is assuming USA currency. I found a WC function, wc_format_localized_price, that will allow me to display this table according to your WV currency specifications. I’ll add that enhancement to a future release of this plugin so that the plugin is even more internationalized.
Forum: Plugins
In reply to: [CFD Multi-Tiered Shipping For WooCommerce] Where are the settingPerhaps this reference will help: <https://code.tutsplus.com/articles/the-beginners-guide-to-woocommerce-shipping-settings-part-1–cms-22124>
Basically, I googled for “how to set woo commerce shipping options”