Regina
Forum Replies Created
-
Hi Chu Wen,
According to your requirement, the Conditional Shipping and Payments extension seems to have what you’re looking for.
You can create a product-level restriction for shipping countries and states and also its shipping methods.
Forum: Plugins
In reply to: [WooCommerce] Shipping Not Calculating after entering infoHi there,
Please double-check your Shipping options (WooCommerce > Settings > Shipping > Shipping options) and make sure Hide shipping costs until an address is entered is not checked.
Try this out and let me know if that works.
Forum: Plugins
In reply to: [WooCommerce] Add to Cart without loginHi there,
To have both public and member-only product categories, you can set the member-only product categories to be a private category by using a plugin.
Check out this post for more information.
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] How to apply discount on shipping costs?Hi there,
From the screenshots you provided, seems like it’s a free shipping offer?
You can do this using the Coupons Page.
https://docs.woocommerce.com/document/coupon-management/Here’s how:
(1) Create a new coupon with the Allow free shipping option checked.
(2) At the WooCommerce > Settings > Shipping > Shipping Zones > Your shipping zone screen, allow the Free Shipping and choose A valid free shipping coupon at the Free shipping requires… drop-down list.If you wish to have the shipping cost discounted amount to be shown on the invoice, you may need additional invoicing plugin to do that. An example is this.
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] How to set shipping to auto-calculate price based on weight?Hi there,
The WooCommerce Services plugin supports USPS shipping rates that can be calculated based on the weight you setup on your products.
See the plugin page here: https://www.ads-software.com/plugins/woocommerce-services/
And this is the documentation of the extension about live shipping rates.Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] How to manage multiple type of weightHi Niraj,
If I understand correctly, the packaging size when you ship the 28ml serum will be around 100g, is that right?
I would suggest using the packing size as the weight of the product as the weight is being used to determine your shipping charges, especially it’s weight-based charges.
Then in the product description, you may state that the serum is having 28ml of content so that your customer is aware of it.
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] Products turning off SSLYou’re welcome, @digitaleffex. ??
Forum: Plugins
In reply to: [WooCommerce] All orders going to complete automaticallyThanks for your update @caspergd. ??
Forum: Plugins
In reply to: [WooCommerce] All orders going to complete automaticallyForum: Plugins
In reply to: [WooCommerce] Products turning off SSLHi there,
After installing SSL for your site, you need to update the HTTP URLs stored in the database by using a plugin or a search-and-replace script. You should also setup a 301 Redirects in your .htaccess file so that all your visitors will be visiting your site in HTTPS.
Check out this guide for more information.
NOTE: Make sure you perform a full backup of your site before making any changes.
Forum: Plugins
In reply to: [WooCommerce] All orders going to complete automaticallyHi there,
Could you double-check your theme’s functions.php if it has the codes added to automatically complete the orders?
https://docs.woocommerce.com/document/automatically-complete-orders/Thanks @gemmaevans!
Forum: Plugins
In reply to: [WooCommerce] Can be backordered? Whats the point? Possible to change?Hi there,
“Can be backordered” means that you allow your customers to place the orders for the product even if it’s out-of-stock.
If you prefer not to allow backorder for the products, make sure at Products > Edit Product > Product Data > Inventory > Allow backorders? option, choose Do not allow.
If you allow backorder but simply do not want the word “Can be backordered” shown on the screen, select Allow.
Hope this helps.
Forum: Fixing WordPress
In reply to: Locked out of /wp-admin with SSL activatedThat error looks like it’s been thrown out from the Really Simple SSL.
[Fri Aug 24 13:27:26.329280 2018] [proxy_fcgi:error] [pid 1830:tid 140589555238656] [client 46.134.147.85:4693] AH01071: Got error 'PHP message: ** Detecting configuration **\nPHP message: plugin version: 3.0.5\nPHP message: Check SSL by retrieving SSL certificate info\n', referer: https://.../wp-admin/plugins.php
The current version of Really Simple SSL is 3.0.5.
Please try this:
1) Disable all plugins.2) If you’re able to login to the admin dashboard, install Health Check Plugin before you activate any of the other plugins. See which plugin is causing the error.
https://www.ads-software.com/plugins/health-check/Could you list down the steps you did to install the SSL certificate?
Forum: Fixing WordPress
In reply to: Locked out of /wp-admin with SSL activatedAre you able to retrieve your server error log (specifically on 500 error)? Your issue could be unrelated to the SSL cert, it could be a code issue.