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

How to add optional tracked shipping

$
0
0

Replies: 0

Hello

I have the following setup on our store.

UK postage – Free
European – Flat Rate

I would like to add some options whereby I add a tracked postage option (we post once a week at royal mail post office), whereby I add the following.

UK postage – Option 1 Free postage (not tracked)
UK postage – Option 2 Tracked postage (£2)
European – Option 1 Flat Rate
European – Option 1 Flat Rate + Tracked postage (£3)

How do I implement this?

Thanks


Products Per Page

$
0
0

Replies: 0

Hi, have an issue with products per page. I am using storefront (not pro version)and have set the products per page in the customiser so that it will show 15 products. However, it will only show 12 per page if you click through from the menu button. The thing is I also have categories on my home page and if you go in through the category option it will show the 15 per page. Why is this and what do I have to change to show the 15 per page from the menu button? Hope this makes sense!

Anchoring

$
0
0

Replies: 0

Hi, we have hundreds of products on a list. When you click a product, then press back, the user is returned to the top of the list. Which is very frustrating! Is there a way when you click back arrow, it returns you to the same point in the list. Rather than back to the top (so you have to scroll down again to where you were)! Many thanks, Ant.

rotating products for categories?

$
0
0

Replies: 0

Hi! I just have a quick question, is it possible to make product categories have more than one photo so that they rotate on the product category screen? Similar to the link I provided. I don’t even know if this is achievable, I thought maybe there would be a plugin that could do it.

Thanks!!

WC Comment Counter Wrong

$
0
0

Replies: 1

Morning all —

My comment counter in WP is currently show 7 pending comments, however there are no pending, spam, or trash comments. I have narrowed this issue down to WooCommerce (as it only happens when WC is active). I have fully deleted WC, including using the define( 'WC_REMOVE_ALL_DATA', true); tag in the config file.

I have tried manipulating the database, both via plugins and manually. I have searched all over for the source of this issue, and I cannot find it!

If anybody would be able to point me in the right direction, I would GREATLY appreciate it!

Thanks so much.

How to change the name of “description” under product

$
0
0

Replies: 0

Hi, I want to change the name of the tab that says “description” under the product image on the product page above. I want to change it to say “ingredients” instead. Below is a link to a screenshot with the tab name that I want to change.

http://wellspring.my/wp-content/uploads/2018/02/Capture.jpg

I’m assuming I need to use a Child Theme, but what are the other steps I need to take to bring this to fruition?

IIS returns HTML on Rest Interface for Woocommerce

$
0
0

Replies: 0

When I do a post (create order on WooCommerce) to the V2 rest api, I get:

<head><title>Document Moved</title></head>\n<body><h1>Object Moved</h1>This document may be found /wp-json/wc/v2/orders/21658\”>here</body>{“id”:21658,”parent_id”:0,\number\”:”21658″,”order_key”:….

I saw the same issue here so I assume it is IIS related. I run on IIS on Plesk (let’s not have a discussion on why I should not run WordPress on IIS, I need it and it is officially supported).

For clarity, the new order created is part of the response, and the ID number is the number of the new order.

But the response should not contain HTML, and there is no reason to have that message in the first place.

This happens on IIS on Azure, as well as on Plesk. It seems WordPress returns JSON and statuscode 200. but IIS attaches the Object Moved HTML.

Has anyone seen this? Any tips how to change this behavior?

Load scripts for a one product

$
0
0

Replies: 1

Hello,

Try loading scripts for a certain product with enable/disable a custom checkbox on product edit page.
So follow this nice tutorial: https://businessbloomer.com/woocommerce-display-custom-product-badge/

I play around with this code for enable/disable scripts with a checkbox for a certain product:

...
add_action( 'wp_enqueue_scripts' , 'gfp_scripts' );
 
function gfp_scripts() {
global $product;
  if ( get_post_meta( $product->get_id(), 'load_scripts_checkbox', true ) ) { // If checkbox is enabled load scripts
    wp_enqueue_script( 'jquery' );
    ...
  }
}
... 

But it doesn’t work.

It gives this error:

Fatal error: Uncaught Error: Call to a member function get_id() on string in /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-content/plugins/google-fonts-preview/google-fonts-preview.php:68 Stack trace: #0 /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-includes/class-wp-hook.php(286): gfp_scripts(”) #1 /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-includes/script-loader.php(1435): do_action(‘wp_enqueue_scri…’) #4 /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-includes/class-wp-hook.php(286): wp_enqueue_scripts(”) #5 /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #6 /home/u14701p11712/domains/webkusthosting.be/public_ in /home/u14701p11712/domains/webkusthosting.be/public_html/dev/wp-content/plugins/google-fonts-preview/google-fonts-preview.php on line 68

Who can help me find a solution?


Woocommerce not showing count for files downloaded

$
0
0

Replies: 0

I sell digital files using Woocommerce 3.2.6/Genesis theme w/Genesis Connect/WP Stamper, and WC is no longer showing the number of times a buyer has downloaded their purchase. I did not have any issues with this prior to WC ver 3.2.6.

Link to image showing purchase: http://www.desertrosefiberarts.com/wp-content/uploads/2018/02/Downloads-not-being-counted-021718.png
Link to image showing purchase downloaded: http://www.desertrosefiberarts.com/wp-content/uploads/2018/02/File-downloaded-WP-Stamper-021718.png

The WC order record is not counting the file as downloaded where it is clearly shown as downloaded in WP Stamper.

Please note: I have been updating WC, this last time to ver 3.3.1, and Genesis Connect to ver 0.9.10, however the last update broke my site so I had to rollback. The issue with the download did not exist initially with WC 3.2.6 but remains after rolling back from 3.3.1. I was hoping the update would fix the problem. It didn’t.

TIA for any assistance/advice provided.
Jean

Woocommerce conditional headers

$
0
0

Replies: 0

I want to load specific headers for different woocommerce product categories replacing the default get_header(shop) with custom headers. I’m using this function below but it isn’t working. Can anyone help?

add_action( ‘init’, ‘conditional_headers’ );

function conditional_headers() {

if ( has_term(‘coats’, ‘product_cat’) ) {
get_header(‘coats’);
} elseif ( has_term(‘blue’, ‘product_cat’) ) {
get_header(‘blue’);
}
}

Billing Same with shaping address

$
0
0

Replies: 0

I have two issues that I need help

1. How to automatically configure wooommerce so that Billing will be the same with shipping address in the my-account page?

2. For guest costumers, How automatically fill the field of billing with the shipping address?

Critical Woocommerce 3.3+ Issue

$
0
0

Replies: 1

After an analysis by my developer a woocommerce 3.3+ function which tries to regenerate all the thumbnails whenever

1. Admin tries to update thumbnails settings from Woocommerce -> Settings
2. Switch theme

Andeither one the events above causes a cron job to run simultaneously. A total of 1,63,000 + requests sent to the server, which your server couldn’t handle. Among this 42,031 hits were counted yesterday leading to my account being limited by my host. PLease woocommerce, fix this.

ALl the same, thanks for this plugin.

Regards,
Giovanni

Found a line that isn’t translatable.

$
0
0

Replies: 0

Hello

I have a line that i cannot translate from woocommerce.

1: Create account password – class-wc-checkout.php

Manage Menu ERROR

$
0
0

Replies: 0

Hello.
something goes wrong to nav-menus.php in my wordpress site.
i disabled all the plugins and then it’s fixed!
but when i enable woocommerce it was the same!
and the error i shaw on google developer tools
hope that screenshot helps: https://i.imgur.com/1suDcjW.png

Three issues on the checkout page of my website

$
0
0

Replies: 0

1. if you click buy now

https://moeshoney.com/product/hungarian-honeycomb/

In the credit card selection, you can see the credit card falls off the line like this https://imgur.com/a/EIm3d

how to fix this? better yet, how can I change this logo all together since I want the credit card to be colored instead of black and white.

2. US shipping rates are good to go for me,

however I go to

woocomerce settings>shipping zones>locations not covered by your other zones and set it as
and select
USPS (WooCommerce Services) USPS Shipping Rates, Powered by WooCommerce Services

Now when you go to check out with my item: https://moeshoney.com/product/hungarian-honeycomb/

some random countries work as you can see, however countries like canada or mexico do not. Why is this? it should be working

3. What is the custom CSS code to remove the “X” button on the product on checkout?


Looking for a plugin. Dynamic breakdown of price based on currency and price

$
0
0

Replies: 0

Hello all!

I want to show my customers what they are paying for. Listing price is shipping+fees+product. That is not changeable. I want to display woo_price * 0,15 = fee, woo_price * 0,2 = shipping, woo_price_0,65 = product. Is there a plugin that can do this for me? Im using elementor to design single product page so it would have to be compatible with that.

I tried for a few DAYS to write some php to replace a placeholder i set on the page and grabbing the displayed price/currency but with no success. Appreciate the help alot!

Webhooks sometimes don’t fire

$
0
0

Replies: 0

Hello,

I have a problem with my webhooks. I have a webhook set on “order updated” and it fires like 90% of the time. But sometimes it does not fire at all. The log is empty and nothing happens.

Once I open the order (few minutes later) and I manually click on update order I can then see in the logs that it fires two times with two different delivery ID with 1 sec gap. It’s like the webhook was pending and stuck somewhere…

So my question is : is there a queue somewhere where the webhooks are waiting for something (a cron job ?) and is there any way to force that queue to run the pending webhooks if they did not work ?

Thanks

Sale prices on range

$
0
0

Replies: 0

According to https://github.com/woocommerce/woocommerce/issues/12933, if a product variation has sale prices, only the sale prices are shown, like

Pricing: $208.00 – $213.00

In the “old days”, that would look like

Pricing: $250 – $260 $208.00 – $213.00

with the first range struck out. Is there a way to restore that via a filter or template option?

Search multiple SKU’s in one try

$
0
0

Replies: 0

Hi,

A customer of mine wants a big woocommerce store with 10.000 a 20.000 products (is there a limit for a woocommerce store with good hosting?) and maybe a connection with Trade Gecko.

In this store he wants a search form that can search on multiple SKU’s in one try. For example, a visitor of the shop puts in 10 SKU’s in the search form and then Woocommerce has to show the results / products for all of that 10 SKU’s in one screen? So then the visitor can order all of the 10 SKU’s in one time after the search. Is that possible? We want to prevent each sku from being searched separately. Hope to hear from you, thanks! 🙂

Thanks, Edwin

Problem with product ordering

$
0
0

Replies: 0

I have problem with my WooCommerce store. When I added a few products to the page they were not in order.
I will explain this way.
Here are my products A B C D
I want to be like
A B C
D

But it shows up like
A B
C
D

If there is a solution to this problem just tell me. Thank you.

Viewing all 102721 articles
Browse latest View live