WooCommerce
-
Table Rate Destination: Outside U.S.
When setting the Destination Countries/States on the Table Rate Extension, there's already an option for "U.S. States," "EU States," and "All"... but what about everything BUT the U.S. states? Plenty of us are selling form the U.S. and would like to avoid un-clicking 50 states to apply an international shipping rate
0 votes -
0 votes
-
Trendyr Extension
Please get a hold of Brandon at Trendyr.com and create a Trendyr extension. I have tried to find a Woo Affiliate to do this, but no one will return phone calls. :(
0 votes3 comments · Category - External Product/Service Integrations · Flag idea as inappropriate… · Admin → -
User update order when they will send back an produkt?
User login and click on the order select the product they like to send back and explain why they like to do so. They now get an PDF to print with the return adress.
At the samt time it will update our order to show an status like "return". And show that this products is on they way back to us and that they for example like and diffrent size.Thanks!
0 votes -
Add to cart as per logged in users
Hi,
Currently woocommerce is supporting only cookie based products add to cart.Which means if you hide woo commerce for guest users and only allow registered users to purchase/add product to cart, woo commerce is not the solution right now.
You have set the setting to not to clear cart after logout and do the following:
1) Create 2 users for login to the site for product purchase
2) Create 2-3 demo products and set all the settings
3) Logged in with 1 user and add the 1-2 products in cart using any of the browsers firefox, chrome or IE…0 votes -
Add to cart as per logged in users
Hi,
Currently woocommerce is supporting only cookie based products add to cart.Which means if you hide woo commerce for guest users and only allow registered users to purchase/add product to cart, woo commerce is not the solution right now.
You have set the setting to not to clear cart after logout and do the following:
1) Create 2 users for login to the site for product purchase
2) Create 2-3 demo products and set all the settings
3) Logged in with 1 user and add the 1-2 products in cart using any of the browsers firefox, chrome or IE…0 votes -
Make Watermark plugin automatically add the "downloadable" (original) image to each product page
The Watermark Plugin should work in conjunction with the Photography add-on.
It should allow you to check a box that would add a link for the downloadable image (the orignal, non watermarked image) to the product page automatically so you don't have to go back an add the downloadable product to it manually.
1 vote -
Mini cart - calculate totals
I have a usecase for calculating totals (minicart). Right now i need to 'hack' the code in order to get the totals. With hack i mean setting the WOOCOMMERCE_CART constant.
define('WOOCOMMERCECART', true);
WC()->cart->calculatetotals();
return WC()->cart->get_total();Unfortunatly this has side-effects. It would be great to get this fixed. Here is the part of the code that's the problem:
includes\class-wc-cart.php > line 1373 >
if ( ischeckout() || iscart() || defined('WOOCOMMERCECHECKOUT') || defined('WOOCOMMERCECART') )
Suggested fix:
1) add defined('WOOCOMMERCEMINICART')
2) add some kind of filter / action
3) abstract the code to another accesible method0 votes -
Display discount in the cart
It's currently confusing for my customers right now with the discounts and where it applies. It be nice to show the discounts taken off the items in the cart, and not just the total amount. Some of my customers has specific coupons for certain items, and it doesn't apply to other items. It be nice if it'll show where the amount is taken off.
0 votes -
If you combine this plugin with Order Delivery Date Plugin you should be able to hide the general delivery date picker if you activate multi
If you combine this plugin with Order Delivery Date Plugin you should be able to hide the general delivery date picker if you activate multiple shipping adresses in the cart.
0 votes -
Individual 'Product Messages' – not only global
I think that this is a really crucial feature as there can easily be different reasons for why a product is available to pre-order. Hope to see it soon!
0 votes -
Add a Maximum booking value for each time slot
It would be great to set a Maximum booking value for each time slot and use the global Maximum booking value if no time slot is defined.
0 votes -
Bundle grid-style display optional
I like to have a optional and on per product basis grid-style layout for bundled items like in composites. Even if there are many items bundled, they would be nicer to overview all of them.
0 votes -
Free Shipping Checkbox for Products - enables Free Shipping on a per product basis
I'm thinking it would be good if you could simply have a Free Shipping Checkbox on the product page (and on multi product edit pages) that simply makes the product free to ship.
0 votes -
shortproduct_category with exclude
A good usecase is to use productcategory shortcode in the description of a product, as related products. But there should be an excludeproduct_ID parameter so that the product in question isn't show in the listing based on category.
Example: the category ANIMALS contains three products: CAT (id1), DOG (id2), BIRD (id3).
On the page for CAT the usage of [productcategory="animals" excludeproduct_ID="1"] shouldn't return CAT, just DOG and BIRD.
0 votes -
Canada Post Shipping Method should supply a hook for users to filter Lettermail rates.
It would be useful if we could filter the Lettermail rates. The use cases are plenty, but two examples would be when Canada Post changes their rates (as happened today) or if the website owner would like taxes automatically applied to the rate.
At the very least the value returned by WCShippingCanadaPost::calculatelettermailrate should be wrapped in an applyfilters call. This would allow devs to adjust the cost as well as the label and sort order.
It would also be useful if $lettermail_boxes is filtered as well for full control of the costs.
If we…
0 votes -
Link Checkout Fields to Edit Shipping Form
My service is a Subscription, with recurring deliveries. I need more details than the standard for delivery, which are easily added on checkout. It would be helpful if those fields appear on the Shipping Form from My Account, so if the user changes their delivery address they can update their Order Notes or update custom fields, like Address Type (business, residence, etc.).
0 votes -
0 votes
-
Update the calendar so that resources are visible as columns
I use the bookable resources for my employees. i need to see in the calendar an overview how my employees are booked out. where is space left. best with columns for each employee.
0 votes -
Vendor Product & Commission Rate List Shortcode
I would love to have shortcakes for the following:
- Commision Rate
- Products
- A Table of both products and commissions rates for that vendor
We use AffiliteWP in addition to Product Vendors, so if we could display all this info on the front end easily there would be less confusion and going back and fourth.
0 votes