Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Unable to Add New ProductsHi @hcatherine92,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Shipping error message during checkout for some usersHi @lisabagg,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Variations radio buttons to drop downHi @stepanjir,
You’ll want to reach out to the developers of your theme for assistance here as we’re not able to provide support for premium products via this forum.
You can reach them for support here – https://themeforest.net/item/whizz-responsive-photography-portfolio-wordpress-theme/20234560/support
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Shipping – Range and WildcardsHi @rossturner,
The method outlined by @seank123 is what you’d need here.
You cannot mix wildcards and ranges. Ranges will only work with postcodes that are completely numerical e.g. US zip codes. So you can have a range for 90210…90310 but you can’t use that for UK postcodes.
You need to list out your wildcard individually as @seank123 has done.
I’ll go ahead and mark this thread as resolved now
If you have any further questions, you can go ahead and start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Manually changing renewal date Paypal StandareHi @livruff,
Your customers can switch payment methods from their My Account page.
Hi @mridulcse,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Custom input fields in the CART pageHi @laikinas,
As @lorro already mentioned, you can have add-ons on the product pages, not on the Cart page.
If you absolutely must have this on the cart page, you’ll want to speak to a developer about the possibilities and have them build something for you. If you don’t have a go-to developer, we highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/.
Forum: Plugins
In reply to: [WooCommerce] Help needed uploading csv fileHi @sitilopa,
You can use the WooCommerce Checkout Add-Ons extension to add a dropdown field to the checkout page with the names of your salespeople so that customers have to select one to credit the sale to.
You’d have to have a developer write custom code for you that allows you to filter sales by salesperson, though. If you don’t have a go-to developer, we highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/.
Forum: Plugins
In reply to: [WooCommerce] Muliple Supplier Shipping QuestionHi @phi148,
Question 1:
Example:
A customer adds products from Supplier X and Supplier Y to their cart.
I need the shipping cost to be calculated from both suppliers, which ship from different locations. Essentially, the customer would see 2 different shipping costs.
I’d recommend the following steps:
- Create a shipping class for each supplier
- Assign the products that belong to a supplier to the same shipping class i.e. All “Supplier X” products should belong to the “Supplier X” shipping class
- Use the WooCommerce Advanced Shipping Packages extension to break the order into separate pacakges based on the shipping classes each product in the order belongs to
Each package will then be treated as a separate shipment as you can see from this screenshot:

Question 2:
Supplier X has 4 warehouses in the US. I would like the shipping estimate returned to the customer to be from the warehouse closest to them (to keep shipping costs down). Any plugins for this?
This one will probably require you to reach out to a developer to help you build what you need. If you don’t have a go-to developer, we highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/.
Forum: Plugins
In reply to: [WooCommerce] Intercept CheckoutHi @tesscowp,
This sounds like the kind of thing that you’d want to speak to a developer about as you’re trying to alter the way that WooCommerce works.
Alternately, you may want to take a look at this plugin – https://wordpress.org/plugins/woocommerce-product-dependencies/. It doesn’t do exactly what you want, but it looks like it may have the beginnings of what you need.
It takes the approach of checking dependencies at the point of trying to add the product to the cart, rather than trying to intercept the checkout process.
Cheers.
Forum: Plugins
In reply to: [WooCommerce] How to set a limit to when a client can buy a productWe’re not able to provide support for premium products in this forum.
I presume that you have a valid subscription for the WooCommerce Bookings extension, in which case you should contact us at WooCommerce.com > My Account > Tickets.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
I’ll go ahead and mark this thread as resolved now.
Hi @mridulcse,
You might want to take a look at the Measurement Price Calculator extension as it allows you to set a per-unit price as well as have a pricing table that lets you offer a sliding scale of prices based on quantity.
You can learn more about the pricing tale functionality here – https://docs.woocommerce.com/document/measurement-price-calculator/#section-17
Forum: Plugins
In reply to: [WooCommerce] Completely Remove Shipping from CartHi @solutionsdev,
It looks like you want to completely redesign how that bit of the cart page is displayed.
In order to do that, you’re going to need to override the templates that are responsible for displaying the relevant information on the cart page.
The documentation here covers the WooCommerce template hierarchy, as well as, how to go about overriding a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/
Forum: Plugins
In reply to: [WooCommerce] Coupon Codes Disabling Free ShippingHi @emilyoleary12,
It would help if you provided information that would allow someone to test this out.
- What is the threshold you set for free shipping? i.e. how much must a customer spend to be eligible for free shipping
- What coupon are you using?
- When you calculate the final price (total amount of goods in cart – the amount of the discount) is the resulting balance still equal to or higher than what is required for a customer to be eligible for free shipping?
Forum: Plugins
In reply to: [WooCommerce] One coupon with multiple discount percentages in WooCommerceYou will need to have 2 different coupons.
Coupon names MUST be unique. You can’t have 2 coupons with the same name