Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all 102277 articles
Browse latest View live

Order status changed from Completed to Processing. TWICE 2X

$
0
0

Replies: 0

I already set the digital products to both Virtual + Downloadable product, and already set the WOOCOMMERCE ORDER STATUS CONTROL to the both Virtual + Downloadable product, but Strangely enough, orders are going from complete to processing twice in a row, and the customer does not reach the order page (successfull), only on the order page made, even with the payment in my store, making me have to inform all customers that the download is released on their account … can someone help me how to proceed?

prints: of error in order detail, and my setting now:

http://prntscr.com/qe6wq5 < order detail
http://prntscr.com/qe6vig < download restriction
http://prntscr.com/qe6vo7 < WooCommerce Order Status Control


“Enable Archives” in “Edit attribute” page

$
0
0

Replies: 0

Dear Experts and users

In advance, I apologize for my poor English.
I have a problem with attributes of products in Woocommerce. In “Edit attribute” page, I uncheck the “ENABLE ARCHIVES?” for an attribute so that woocommerce will not make archives(link) for that attribute. After a while, i see that “ENABLE ARCHIVES?” is checked automatically and made link for him. I tried this several times and it is not solved yet. How can i solve this ?

Thank you so much

  • This topic was modified 2 hours, 43 minutes ago by nabakhteh.

Woocommerce New Update Issue

$
0
0

Replies: 0

Hi updated the woocommerce plugin today morning IST and since then i am facing weired issues.

These issues I am getting in dashboard after activating woocommerce –

Warning: call_user_func() expects parameter 1 to be a valid callback, class ‘\Automattic\WooCommerce\Blocks\Package’ not found in /var/www/wp-content/plugins/woocommerce/src/Packages.php on line 71

Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-content/plugins/woocommerce/src/Packages.php:71) in /var/www/wp-includes/functions.php on line 6029

Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-content/plugins/woocommerce/src/Packages.php:71) in /var/www/wp-admin/includes/misc.php on line 1252

Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-content/plugins/woocommerce/src/Packages.php:71) in /var/www/wp-admin/admin-header.php on line 9

Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-content/plugins/woocommerce/src/Packages.php:71) in /var/www/wp-includes/option.php on line 961

Warning: Cannot modify header information – headers already sent by (output started at /var/www/wp-content/plugins/woocommerce/src/Packages.php:71) in /var/www/wp-includes/option.php on line 962

On main website also you can see below error – Warning: call_user_func() expects parameter 1 to be a valid callback, class ‘\Automattic\WooCommerce\Blocks\Package’ not found in /var/www/wp-content/plugins/woocommerce/src/Packages.php on line 71
logodark logo

Kindly help!

  • This topic was modified 1 hour, 28 minutes ago by mayank91.

Enable Free Shipping Class With Per Line Item Rates

$
0
0

Replies: 0

1 hour, 34 minutes ago

I have added this code snippet to enable shipping rates per line item in the cart:

add_filter( ‘woocommerce_package_rates’, ‘shipping_cost_based_on_number_of_items’, 10, 2 );
function shipping_cost_based_on_number_of_items( $rates, $package ) {
$numer_of_items = (int) sizeof($package[‘contents’]);

// Loop through shipping rates
foreach ( $rates as $rate_key => $rate ){
// Targetting “Flat rate” shipping method
if( ‘flat_rate’ === $rate->method_id ) {
$has_taxes = false;

// Set the new cost
$rates[$rate_key]->cost = $rate->cost * $numer_of_items;

// Taxes rate cost (if enabled)
foreach ($rates[$rate_key]->taxes as $key => $tax){
if( $tax > 0 ){
// New tax calculated cost
$taxes[$key] = $tax * $numer_of_items;
$has_taxes = true;
}
}
// Set new taxes cost
if( $has_taxes )
$rates[$rate_key]->taxes = $taxes;
}
}
return $rates;
}

However, along with this, I also want to enable free shipping for products with shipping class in cart. With this code in place I am unable to do that. What would be the code snippet to enable it and where should I add it in this code? I am using the latest version of Storefront theme.

Add More Than One Store Address For Shipping

$
0
0

Replies: 0

I am trying to setup a woocommerce website that has 2 separate addresses, one in the US and one in the UK. This is so the ship from address can be setup respectively. Is there currently a plugin or setting that allows this?

I have researched online, but only find shipping to multiple addresses, not from.

PHP Error found with Query Monitor

No option to CSV import for WooCommerce additional tax classes

$
0
0

Replies: 1

Hello,

I’m from India, and we’ve multiple tax slabs for different states.

I’ve created additional tax classes, “GST 5%, GST 12%, GST 18%, GST 28%, and GST Exempted”

Now each of these tax classes has more than 30 entries for different states across India, therefore I’ve created a CSV file for each tax class on my computer.

But, when I try to import the CSV file, it imports all the tax rates to the default “Standard rates” tax class, instead, I want to import the CSV file into each additional classes mentioned above.

Is there any possible way to import bulk entries via CSV for each individual tax classes?

Thanks

Zapier Integration sends new order before new customers

$
0
0

Replies: 0

Hi,
I use the WooCommerce Zapier Integration and from time to time, the “New order” zap happens before the “New Customer”, which leads to a zapier error because my accounting tool on the other end reports a duplicate customer error.
Can you please help?


sizing images on catagory page

Runtime exception – Woocommerce ActionScheduler_wpPostStore.php

$
0
0

Replies: 0

Fatal error: Uncaught RuntimeException: Error saving action: Unable to save action. in /home/stanleig/public_html/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:33 Stack trace: #0 /home/stanleig/public_html/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ActionFactory.php(109): ActionScheduler_wpPostStore->save_action(Object(ActionScheduler_Action)) #1 /home/stanleig/public_html/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ActionFactory.php(78): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action)) #2 /home/stanleig/public_html/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/functions.php(33): ActionScheduler_ActionFactory->recurring(‘wc_admin_unsnoo…’, Array, 1577058118, 3600, ‘wc-admin-notes’) #3 /home/stanleig/public_html/wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php(58): as_schedule_recurring_action(1577058118, in /home/stanleig/public_html/wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php on line 33
There has been a critical error on your website. Please check your site admin email inbox for instructions.

Learn more about debugging in WordPress.

How to change Woocommerce Shopping Cart Icon in header menu?

Adding woocommerce products to a WordPress page with multiple pages

$
0
0

Replies: 0

Hello,

I have created a page in wordpress, and i added from woocomerce products a category contains 11 products, however I want to display those products in a row of three columns and the customer to be able to slide between pages, however there is no button to change pages, so only 3 products appears in the page.

iCal

$
0
0

Replies: 0

Do you have a Booking Manager plugin (or extension)?
List events or bookings from different sources at your website with easy via .ics feeds

after WP update to 5.3.2 Woocommerce makes impossible to enter backend area

$
0
0

Replies: 0

HI,

After WP update to 5.3.2 Woocommerce makes impossible to enter backend area.
if I deactivate the plugin or rename woocomemrce folder everything work well.

trying enter by …wp-admin there is a long loading white page and then a ‘too many redirects error’.

I tried to deactivate all plugin, but only deactivating Woocomemrce it starts working again.
Woocomemrce is update to last version (3.8.1)
Could you please help me with that?

editing the checkout page

$
0
0

Replies: 0

Hello, I want to edit my woo-commerce checkout page so that at first the buyer will enter his Billing & Shipping info and only then he will see the “Your order” and need to enter his credit card.(you can see what I mean the URL I added)
I mean that I want the buyer to enter his info correctly first and only then he will be able to enter his credit card and buy the product.
Is that possible?


Custom Offer

$
0
0

Replies: 0

We have to insert a special offer.
The shirt costs € 3.00 but we want to put an offer that is triggered only and exclusively when someone puts at least 5 quantity shirts. Otherwise the price remains WITHOUT offer. Is all this possible?

Remove price from appearing

$
0
0

Replies: 0

Hi,

I am using this plugin for free downloads so the price field is irrelevant.

What do I need to do to prevent this showing up on the website. At the moment it reads £0.00 throughout. I want to remove that.

Thanks

Override check_cart_item_stock function

$
0
0

Replies: 0

Hi,

I’m looking for a solution to override the check_cart_item_stock() function in the class-wc-cart.php file.

My shop have products with many variations.

If a user have the same product in the cart, but with 4 or 5 different variations, if there is an out-of-stock error message, having just the name is too ambiguous for user.

I’d like to return something like :

Sorry, we do not have enough "%1$s - Women, Blue, S" in stock

To resume, I’d like to add the product attribute list in the out of stock error message.

This function doesn’t have any filter to do it.

Could you help me to find the solution ?

Thank you.

Anthony

Show category description on ‘new order’ mail

$
0
0

Replies: 0

For administrative purposes I added numbers to the description of the different categories on our webshop. I want to show those numbers on the mail we get when someone makes an order. So when someone orders something in the category “book_department” for example, I want to see the number 123 on the new order mail.

For testing, I placed the number on the product-page. So I got that working, but getting it incorporated into the mail is an entirely different thing.

I honestly have no idea even where to start, every google search leads me nowhere.
I hope someone can at least point me in the right direction, all help is greatly appreciated.

What state to set order to after local pickup with Cash on Delivery?

$
0
0

Replies: 0

Hi!

If you have a brick and mortar shop and a payment option “Cash on delivery”. Then when the customer comes to the shop and pays in the cash register. What is the best way to handle the order in the webshop?

Is it to set the order to Refunded? Then it’s not counted in the sales report which is what you want so it’s not counted double, both in the cash register and the webshop. But the stock is put back in stock so you have to manually update the stock after setting the state.

Is there a good way to handle this? What state is the best to choose? Refunded? Canceled? Failed?

Thanks!

Viewing all 102277 articles
Browse latest View live