wiserrhino
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Struggling with Per-Item Shipping and ClassesYes, I’ve learned about that. Okay. So I’ll try over there and shop around for a plugin.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Struggling with Per-Item Shipping and ClassesI apologise for all of these add-on comments, but I think I’ve solved the Free Shipping part of the equation. Now is just getting the eight shipping methods to show for all non-class and Sensitive class shipping options.
Forum: Plugins
In reply to: [WooCommerce] Struggling with Per-Item Shipping and ClassesSo, the first item, the lion puzzle, cannot have Sensitive as a shipping option. And.
The Mobile Car Alarm can only be Sensitive and all other shipping must NOT be available.
Lastly, items with the Sensitive class are never eligible for free shipping. So even if you have ten items in the cart and one of them has class sensitive. then all 9 products would ship for free, but the 10th one, the Sensitive one, must never ship free.
Forum: Plugins
In reply to: [WooCommerce] Struggling with Per-Item Shipping and ClassesActually. This is a better screenshot, because I’ve broken my cart into packages.
Forum: Plugins
In reply to: [WooCommerce] Struggling with Per-Item Shipping and ClassesSure. Here it is. https://snipboard.io/KUged8.jpg
I removed the DN Shipping plugin and I’m trying Flexible shipping. The problem now is that I can’t test it to see if everything is working before I buy it. (Yes, there’s a refund policy…)
So I’ve given up on trying to code it into functions.php. I don’t have enough PHP experience to fix it.
Thanks for looking.
Forum: Plugins
In reply to: [WooCommerce] Struggling with Per-Item Shipping and ClassesOne more detail. The rate table is configured in a plugin called DN Shipping By Weight. So these products also need their shipping cost calculated according to a particular table rate. The table rates are already configured and assigned to their respective classes. So Sensitive shipping uses the Sensitive rate table I’ve configured in DN Shipping By Weight.
Unfortunately, there is no pro version for that plugin, and it isn’t sophisticated enough to handle the conditional aspect of the setup I’m trying to achieve.
Basically, this shipping plugin works great if you have one class. If you have more than one, it just doesn’t work.
- This reply was modified 5 months, 3 weeks ago by wiserrhino.
Forum: Plugins
In reply to: [WooCommerce] Shipping methods not showing for multiple pluginsThanks very much. I think I’ve found a solution but I won’t go into it because it is very specific to my site. In short, we’re entering the shipping parameters manually.
Thanks again
Forum: Plugins
In reply to: [WooCommerce] Shipping methods not showing for multiple pluginsHi. Before we go to all of that trouble, I don’t have any shipping methods setup. I thought the API was supposed to import shipping options and prices suitable for products on an individual basis.
Forum: Plugins
In reply to: [WooCommerce] Shipping methods not showing for multiple pluginsHi. Thanks for the reply. I appreciate it.
The reason I posted here is because, even after deactivating the Printify plugin and deleting it too, the shipping methods still don’t show for any other vendors. That lead me to believe that there’s an error that greater than a single plugin.
For Printify, the only plugin I’ve used consistently since beginning, there is a literal plugin, but for many dropship services out there it’s a different system. One where you have to provide authorization by clicking “Approve”, and then your woo shop and their dropship platforms are connected.
The problem is everything is working fine, except the shipping. That’s the only thing that doesn’t work at all. However, if I install the Printify plugin again and activate it, the shipping calculations for Printify Products works perfectly.
So I’m pretty sure it’s not that Plugin.
Hello?
Forum: Developing with WordPress
In reply to: Change the color of the show/hide password iconWoocommerce. It’s common knowledge.
Forum: Everything else WordPress
In reply to: Redirecting to image/can’t change permalinkI don’t know how I fixed it, but I did. I found the image there again because of a backup I reverted to. Deleted it again and got it working.
- This reply was modified 9 months, 1 week ago by wiserrhino.
Forum: Everything else WordPress
In reply to: Redirecting to image/can’t change permalinkMaybe I fixed it. I’ll report here in a few minutes.
Forum: Themes and Templates
In reply to: [Flatsome] Whitelisting UX-Builder/Loader in CSPI solved it. For anyone else having trouble with their CSP and Flatsome Theme, here is mine. You can adapt it to your own needs and use the Dev tools to isolate resource URLs to unblock things.
Header set Content-Security-Policy “frame-ancestors ‘self’; block-all-mixed-content; default-src ‘self’; script-src ‘self’ ‘report-sample’ ‘unsafe-inline’ ‘unsafe-eval’ https://*.wp.com https://www.gstatic.com https://www.google.com; st
yle-src ‘self’ ‘report-sample’ ‘unsafe-inline’ *.wp.com; object-src ‘none’; frame-src ‘self’ https://www.google.com widgets.wp.com; child-src ‘self’; img-src ‘self’ data: *.wp.com; font-src ‘self’ data: *.wp.com; connect-src ‘self’ *.wp.com; ma
nifest-src ‘self’; base-uri ‘self’; form-action ‘self’; media-src ‘self’; prefetch-src ‘self’; worker-src ‘self’;”Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Huge payment icons on checkout pageOkay. I figured it out. Freesoul Deactivate plugins.. I had the Payment for Stripe Woocommerce disabled by accident. All is good now.