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

shop_thumb size

$
0
0

Replies: 0

Hello,

After latest woocommerce update I can’t seem to find the option to resize a couple of images.
I am using Regenerate Thumbnails plugin after I changed product size in the new personalize section to 500×500 and also changed thumb size in settings -> media to 300×300.
The result is still 150×150 for “woocommerce_thumbnail”, “shop_thumbnail” and “shop_catalog” – “(cropped to fit)”.
I can’t find the setting for these 3 images. Please help 🙂
They are listed in the category section of the website with the “display products” setting on.

Thanks


Adding affiliate program code to the woocommerce

$
0
0

Replies: 0

Hi folks! 🙂
I have a problem w with integration of some code for a affiliate program.
I need to implement this code to the whole product page
<script type=”text/javascript”>
bb(‘productView’, { productId: ‘{your-product-id}’ })
</script>

I did it in the content-single-product.php

but what is variable for this {your-product-id}?

second case

<script type=”text/javascript”>
bb(‘order’, { orderId: ‘{your-order-id}’, commissionId: {your-commission-id} });
</script>

this code has to be on order confirmation page, I can’t find it. I only found checkout page
please help me 🙂
thanks!

  • This topic was modified 3 hours, 12 minutes ago by pietramarek.

Rounding issues for most of new orders after update to 3.3.0

$
0
0

Replies: 0

Hello.

After update to 3.3.0 and 3.3.1 rounding problems for almost 50 % of orders. Subtotals and totals ending .01 eur. There was never such problems for many years. Our VAT is 21%. We use – “Yes, I will enter prices inclusive of tax”.
I have tried another method – “No, I will enter prices exclusive of tax”, but no help, the same rounding .01 eur for almost 50% eur orders.

Best way to auto-reload admin orders page on new order

$
0
0

Replies: 0

Hello all 🙂

I’m trying to create a plugin that will auto-reload the admin order overview page whenever a new order comes in.

At the moment I’m hooking into the woocommerce_new_order action to update an option in the db, and then on the orders page checking for that option’s value via wp-ajax every 10s or so.

The problem with that is – as everyone knows – wp-ajax is a bit resource hungry, and the site has quite a few plugins, so sending so many requests eats into the available CPU on the server which is not ideal.

So my question is, does anyone know of a better way of doing this? I am currently considering a custom AJAX endpoint that loads a lightweight wp, but interested if there’s any other solutions that I might be missing!

Thanks in advance 🙂

German Translation for SIE

$
0
0

Replies: 0

We modified the german translation from DU too SIE. While using the WC plugin we placed the woocommerce-de_DE mo/po files under wp-content/languages/plugins.
After updating the plugin the files are overridden and we have to save it back.
Is there a possibility to save a translation which isn’t substituted each update?

Best regard Torsten

change text coupon in cash site

Plain /Text Email Templates

$
0
0

Replies: 0

By default, the $ is not displayed in the plain/text emails for Subtotal, Shipping, Tax, and Total.

Is there a hook or filter to add it to the email display?

Image: http://joelwills.com/xXfZUC

Thank you,

Brad

How to hide Categories & Sub Categories from WooCommerce Product page?

$
0
0

Replies: 0

There used to be a way to change this from showing up on product pages.

Woocommerce > Settings > Products > Display (2nd from the sub tab) > Shop Page Display (2nd option from top) > Select Products > Save Changes

Now Display as moved to customize and I only see the option to take it off the portfolio.

Any advice?

Thanks,
Michele


Customer appears to have paid and checked out when they have not

$
0
0

Replies: 0

I have had a recurring issue where customers think they have completed an order, and they have not. In talking with one customer, I have found one problem that I believe to be a bug.

The customer puts an item in the cart, goes to check out, and is prompted to enter their address and shipping details. In this instance, the customer entered a password that was not accepted because it was too weak. However, she was able to enter her credit card information, and it appeared to have processed – after a moment, the green checkmark appeared that it had run through stripe. But from there, it did not go to a confirmation page. It went back and prompted her for a stronger password. This order was not completed, but she was left with the impression that she had paid, and it was complete.

I was able to step through this problem myself to verify it.

Can the information be checked BEFORE a credit card is asked for and processed? It seems to me this would fix the problem.

Please advise.

Thank you.

Product Variations – Price not showing when selecting

$
0
0

Replies: 0

I have a dev site up here: http://37.60.249.204/~mochaber/product/twitch-gift-subscription/

I am running Flatsome theme, and I have disabled all plugins but Woo.

When selecting variations, no price calculates at the bottom. If an item is added to the cart, the correct price is added.

I have read some similar posts about conflicts with specific plugins etc., but I am not running any of the plugins mentioned in those posts. I have Woo Services, Woo Subscriptions running, along with Paypal and Stripe Gateways. That’s it.

Does anyone have any tips? Thanks.

Change layout order list like last version

$
0
0

Replies: 0

Hi,

I updated woocommerce lasted version, how I can i chan order list like previous version?

Thanks

Edit “coupon field/design” in Checkout

$
0
0

Replies: 0

Hi,

I need help in editing coupon text field in woocommerce checkout.
By default, checkout looks like this;
https://prnt.sc/ih5p0y
After you click “Click here to enter your code”; text field/form for putting code is displayed.
https://prnt.sc/ih5p4t

Is it possible to make sure that form for putting code or coupon code is displayed by default?

How to Customize the On Hold Order Email in Woocommerce

$
0
0

Replies: 0

I want to Customize the On Hold Order email notification in woocommerce.I know that we can edit the customer-on-hold-order.php template.But i want to edit this sentance from on hold email “Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won’t be shipped until the funds have cleared in our account.”

This sentence is only coming when we using BACS payment method.I see that sentence is entered in WooCommerce => Checkout => BACS Instruction field.When i change the sentence form Instruction field then that sentence is changed in On Hold Order email and Thank you page.I want to change that sentence only in on hold order email not in thank you page.How i do that?? Could you please help me anyone??

Deprecated Notice – Line 3839

$
0
0

Replies: 5

Notice: WC_Customer::set_country is deprecated since version 3.0! Use WC_Customer::set_billing_country instead. in[domain]/wp-includes/functions.php on line 3839

How do i fix this error?

Updating Products redirect to Post

$
0
0

Replies: 1

I use the latest version of WordPress and wooCommerce, these days when I try updating a product it gives me 500 error, though the product is updated well, and it redirects me to POST page wordpress backend . Why is it so ?


min required capabilities for handling the orders

$
0
0

Replies: 0

Hi,

I want to know what are the minimal required capabilities to create a new role for handling the orders for a pizza delivery service.

I am using Capability Manager Enhanced plugin. I created a new role for my needs then copied Shop Manager capabilities but I want to reduce it as much as possible in order to avoid potential problems. The operators that handles the orders have precise tasks to follow.

Empty checkout form submitting with no error messages on mobile

$
0
0

Replies: 0

Hi, I have a strange issue on mobile where you can click through to payment without filling out the required fields in the checkout form. This isn’t the case on desktop. Any idea why this is or how to fix it?

  • This topic was modified 8 minutes ago by robins3000.

Can’t download products CSV

$
0
0

Replies: 0

I am moving a WooCommerce site and need to download the product information from the old site to go on the new site. I only need the products & information associated with products although I do not need the images.

The old site is hosted on GoDaddy. When I try to export a csv via the WordPress importer, the csv comes up blank.

I tried a store exporter plugin called ‘Store Exporter’ and get the error:

Internal Server Error
A WordPress or server error caused the exporter to fail with a blank screen, this is either a memory or timeout issue, please get in touch so we can reproduce and resolve this

I changed my php.ini to:

cgi.fix_pathinfo = 1 (was already there)

memory_limit = 456M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000

and still cannot download the products. Same error. GoDaddy server error logs are useless – I cannot access them.

If the product information can be extracted from the database, I don’t know how to do this. I have no experience with MySQL.

There are 1200 products in this site and I have no idea how to get them, any advice would be greatly appreciated. Re-doing 1200 products would be a nightmare to say the least.

Add order details to user account

$
0
0

Replies: 0

Is it possible manually to add the products a user ordered whilst they were not logged in (or before they created an account) to their new account? So a customer orders a product on 1st January as a guest, then on the 10th decides to create an account. Is it possible somehow to associate the 1st January order with the new 10th January account?

WooCommerce 3.2.6 problem rounding tax calculations

$
0
0

Replies: 0

Hello, a problem still exists. A new version of WooCommerce is 3.2.6
The product price including 21 % VAT.

WooCommerce tax settings:
– Prices are taxed – yes
– Calculated taxes by – buyers delivery
– Delivery fee class -standart
– Round off the total amount of taxes, not each line – not marked
– Show prices at the store – With taxes
– To show prices in the cart and on payment – with taxes
– Pricing prefix – N/A
– Enable taxes and tax calculations
– Show tax amount – Arranged individually
– Number of decimals: 2

Examples where we found 1 eur cent mistake( according to two settings):

1. 3 products total amount: €72,74 = ( 60,11 + 12,63 VAT) if Rounding taxes each line.
Shipping price: €2,90 = ( 2,40 + 0,50 VAT)
SUM TOTAL: €75,65 (with 13,3 VAT) —-> Should be : €75,64 + 13,3 VAT (SUM not correct, VAT is correct)

2. If settings are Round of the total amount total amount is €72,74 (60,12 + 12,62 VAT).
Shipping price is: €2,90 ( 2.40 + 0,50 VAT)
SUM TOTAL: €75,64 (with 13,12 VAT) —–> Should be: €75,64 (SUM correct, VAT isn’t correct)

The correct display and counting of taxes must be:
SUM TOTAL: €75,64 (with VAT 13,13)

NOTE: When the order status is COMPLETED counting isn’t correct, when we placed the same order into STOPPED counting goes correct.

Will be kindly waiting for your reply. Thank you!

Viewing all 102681 articles
Browse latest View live