I need a custom dropdown menu on WooCommerce cart page
here is my requirements.
There should be some custom shipping charges (in dropdown list) for calculating shipping charge,
When someone select the custom location cart should be updated according to that option rate
Location-> Option1 -> $150
Location-> Option2 -> $180
Location-> Option3 -> $200
Assume product price is $500, so based on the above selection total should be changed automatically
is there any plugin to solve this??
If you want to use paid plugin you can use "WooCommerce Advanced Shipping" (http://codecanyon.net/item/woocommerce-advanced-shipping/8634573). This plugin provide you custom location with custom shipping charges. You can check the functionality here (http://www.florienne.co.nz/newsite/shop/).
Thanks.
Related
I want to make a companion product available on all product pages. I would like the user to be able to add this product to the cart by checking a radio button and in that same product the user would have the option to choose variations.
I would like to offer on all products an option for the person to subscribe to a discount plan. Example: 2 month plan $8, 6 month plan $12... how do that? Thanks!!!
Example:print choice plan fiverr
I'm building a WooCommerce site and I have a need to display shipping options on the cart page vs the checkout page.
Shipping is flat rate across a single country and not dependent on user location.
Is there a way to accomplish this task?
Cheers!
Go to the General tab in Woocommerce Settings.
Set the shop base address to be the Default Customer Location
If you only have a flat rate and your shop's base address is under it, that's the one that will be displayed by default.
Make sure you have done this
On Woocommerce -> Settings-> Shipping and make sure that you check the boxes
Enable shipping
Enable the shipping calculator on the cart page
Save setting and Configure shipping rates as well, hope it will help
I need include a custom field in a WooCommerce Bookalbe product to select a Hotel.I have a taxomony with all hotels , the idea would show this as an option when buying but the extensions "WooCommerce Bookings" donĀ“t use the variable product options. Any idea?
I want to add 3 checkboxes to the product page which are product options such as assembly, gift wrap & accessories. I want these to be assigned to the single product.
For example if i'm on a single product page underneath add to cart the customer can check these options.
I know of add_to_cart() but that adds single products to cart i want these options to be linked to the current product?
What is the correct way of doing this? at the moment i can't update woocommerce, so the plugins that accomplish this use functions not available in woocommerce 2.0
I need to disable all but one USPS shipping service (Parcel shipping) if any product in the cart has a certain custom product option (a checkbox) set.
I am a very good with Wordpress, but I am new to Drupal and cannot find a way to make this work.
What I've been trying is to set data comparison condition rules on each rate that I don't want to be available (Priority Shipping, etc). However, I can't seem to drill down to the products in the cart in order to check the product field value since I only have site: and commerce-order: root selectors available.
I am working with the latest version of Drupal and Commerce and USPS shipping modules.
Thanks for any help or direction!