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

Declaring WooCommerce support in child theme- help

$
0
0

Replies: 1

My website is not currently live, it is hiding behind a landing page while we work on it.

I have added the woocommerce plugin and used the information here (https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes) in order to override template files in my child theme.

The one thing at the moment I want to change is to remove the sidebar on single product pages. I was able to do that without any problems..

However, on the /shop page, the footer has extended upwards and covers nearly the entire page.

I removed the overriding template and there was no change. When I removed the extra code in functions.php declaring woocommerce support, then the footer returns to normal. This only affects the footer on the /shop page.

There appeared to be a secondary issue as well where links to listings (WP Job Manager plugin) led to 404 pages. When I removed the code from functions.php the links functioned properly. However, I have added the code again and the links are working normally, so this might be an unrelated issue.

So my main concern, is why does declaring woocommerce support in functions.php affect the /shop page immediately?


[woocommerce_product_filter]

$
0
0

Replies: 0

Hello,

I want to display some of my products on a single page like this [product_category category=”maenner” orderby=”id”]. It works fine but if I try to ad a product filter the filter doesn’t show.

I tried it like this but it’s not wokring:

[woocommerce_product_filter]
[product_category category=”maenner” orderby=”id”]

Can you help me with this?

out of stock

$
0
0

Replies: 0

On my clothing website there is an option to quick view items available for purchase in different sizes. In the quick view, the unavailable sizes have a line drawn through them and are not clickable.

However, when you click on the item itself (Single Product), the out of stock sizes can be clicked, and then display an “out of stock” message. Can I please change this so that the line stays drawn through the unavailable sizes, identical to the quick view, as opposed to the error message? It is clearer that way.

Thank you

error with PayPal checkout

$
0
0

Replies: 0

hi I have two websites and PayPal is working perfectly all right for one website since few years (this website has Singapore dollar price list and my PayPal also in that currency ) while I am trying to enable PayPal on my another website (this website has indian rupee price list ) while check out it is giving me error . I try to find out but nothing is working so far so can you help what could be the problem ?
I am using woo commerce as e-commerce platform.

Coupon: when coupon minumum is not met is returned

$
0
0

Replies: 0

When a coupon is used but the minimum order amount is not met this message is returned, “The minimum spend for this coupon is <span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span>40.00</span>”. How can I remove the span from showing?

Category page displays ALL products

$
0
0

Replies: 0

Hi,

Hopefully someone can help me. I have problems displaying my products per category. In each category ALL products are listed. Even though the product does not have that category specified.

The link in the example should show only “beddengoed” (bedding) however also everything listed under “meubels” (furniture) is visible.

What am I missing?

I used theme 2020 with Elementor. I tried another theme and the problem doesn’t go away unfortunately.

Kind regards,
Barbara

Pagination is not working properly in Product Category/Tag pages

$
0
0

Replies: 0

I have a store with several products. Pagination works fine on the main shop page.

But when I open a separate product category or product tag pages, in some of them pagination not working as expected.

Overall posts per page are set to 9.

Suppose I have 10 product categories for my store. 

  • 6-7 of them working perfectly fine for pagination.
  • 4-3 of them are acting oddly in case of pagination, it shows a random number of products on each page.
  • Sometimes it shows 5 products on the first page, no products on the second page, 4 products on the third page & so on, but never more than 9 products.

I also tried switching themes and deactivating all plugins other than woocommerce, to check if there is any conflict that creates such an issue.

Is anyone knows, why this issue occurs & how I can solve it?
I am trying to solve it from last so many weeks, but no luck yet.

Thanks!

Restoring a deleted REST API

$
0
0

Replies: 0

Hello there

My REST API had been accidentally deleted in wordpress in REST API option in Woocommerce, can I restore it back so it can read and write? I know both the Consumer key and the secret, so I want to know if I can restore it if I know the credentials?

  • This topic was modified 4 hours ago by lenzostore.

VAT on shipping charge – UK Sales Tax on mixed basket

$
0
0

Replies: 2

Hi,

How does WooCommerce handle VAT in the checkout? For example

2 products in checkout one is Zero Rate VAT and the other is Standard VAT currently at 20%

Or how does WooCommerce handle

A checkout with 2 Zero Rated products, does the shipping become VAT Free?

WooCommerce plugin has stopped working

$
0
0

Replies: 0

On Saturday the WooCommerce plugin associated with my website http://www.purstonlamb.com simply stopped working. The product pages would load, as would the basket, but customers could not enter their addresses or go any further. On investigating the back end of my site, while the orders section still worked, all the analytics and messages etc were greyed out and the inbox not working.
Examples here https://www.purstonlamb.com/wp-content/uploads/2020/03/Screenshot-2020-03-04-12.56.22.png
and here: https://www.purstonlamb.com/wp-content/uploads/2020/03/Screenshot-2020-03-04-12.56.07.png
I updated successfully, no change.
When I went to the WooCommerce site it said I did not have an associated account. I tried all my email addresses and the business owners addresses, nothing. However the Woo Commerce plugin has worked successfully since 2017 so I am completely at a loss. Apparently I didn’t have a wordpress account either so I’ve started this one, but I’m sure I did. I have only had three email addresses for the last 10 years but none of them work. I seem to be in a no-mans land.
I have recently swapped hosts from 123-reg to TSOhost.
If I uninstall and reinstall Woo I assume I will lose all of my products and old order info? This would be awful.

Showing product dimension at product meta

$
0
0

Replies: 0

Hi i have this code at /single-product/meta.php

<?php
   $dimensions = $product->get_dimensions();
   if ( ! empty( $dimensions ) ) {
      echo '<div class="dimensions">Rozměry: š.' . $product->get_width();
      echo ' h.' . $product->get_length();
      echo ' v.' . $product->get_height() . " " . get_option( 'woocommerce_dimension_unit' );
      echo '</div>';        
   }

?>

But it works only for single product. If i have product with variations it’s blank.

Also tried, this, but not work.

global $product
$variations = $product->get_available_variations();
foreach ( $variations as $variable_array ){
    $variation = new WC_Product( $variable_array['variation_id'] );
    echo "The length is {$variation->length}.";
}

Unable to add shipment tracking using v3 of API

$
0
0

Replies: 0

I’m unable to add a shipment tracking via the API using v3, which according to https://docs.woocommerce.com/document/shipment-tracking/#section-8, should work. Error: No route was found matching the URL and request method [rest_no_route].

I’m using https://github.com/woocommerce/wc-api-php as the client.
$client->post('orders/orderID/shipment-trackings', ['tracking_provider' => 'Fedex', 'tracking_number' => 'tracking'])

If I set the client to v2, then it will work, but it will not work at the default v3. I would prefer to get it working for v3 if possible.

WooCommerce version: 3.9.3
WooCommerce REST API package: 1.0.7
Wordpress version: 5.3.2

Since 2 days my site go slow

$
0
0

Replies: 1

Since 2 days my site go slow & always show error establishing database , when I checked my error log it shows lots of error related woocommerce .
This is my error log

” WordPress database error Query execution was interrupted for query SELECT t.*, tt.* FROM r103s_terms AS t INNER JOIN r103s_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (‘ocean_sidebars’) ORDER BY t.name ASC made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, Ocean_Custom_Sidebar->ocs_setup, Ocean_Custom_Sidebar->register_sidebars, Ocean_Custom_Sidebar->has_sidebars, Ocean_Custom_Sidebar->get_sidebars, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms ”

Thanks
Chandan

Regular price with additional attribute price

$
0
0

Replies: 0

I’m searching for option to add non variation attributes markup prices to the product regular price or to the variation’s price. For example I have a product with a reg. price 120 and the attribute “Wood thickness” with terms: 1(+10 to regular price), 2(+15), 3(+20). So if I add this attribute to the product (non variation) and set it to 2 the regular price become 120+15=135. And if I’ll change “Wood thickness” term prices all products with this attribute change there prices too.

I wonder may be someone use any plugin or customization like that?

how send mail of customer new account when te order is completed? thx

$
0
0

Replies: 0

how send mail of customer new account when te order is completed? thx


How to show the full short description on product archive?

$
0
0

Replies: 0

It was showing before one of the last few updates, and it wasn’t stripping html code either.

Cancel existing memberships upon new checkout

$
0
0

Replies: 0

I’m working on a site where users can sign up for a free, lite or premium account.

The free option is a simple subscription with no price.
The premium option is also a simple subscription but at a price.
Lastly the lite option is a variable subscription with a few different variations.

I’d like for a user’s active membership to be canceled when he checks out another membership thus only allowing one membership to be active at a time.

For example:
A user registers a free account. He later decides to subscribe to the premium option. Now the free membership should automatically canceled.
If he then eventually decides to cancel the premium membership, the free membership should be activated once again.

Any help would be greatly appreciated.

Send Email for Cancelled Order

$
0
0

Replies: 0

I am looking for a way that would send email to customers when the order status is changed from processing to cancelled. However in case order is cancelled from pending payment or any other status, it shouldn’t send email. Can this be achieved?

Single product page image

$
0
0

Replies: 1

How to set all single product page images same size?

Now i have like this

https://imgur.com/Um0ifXM
https://imgur.com/D6yAmZ5

I have shirtpixel, wprocket and resize image after upload but i cant get that size same no matter what.

Customize-woocommerce-image-main image width ive adjust 800 and should that thing make same 800 to every image?

What to do?

Make custom attributes predefined

$
0
0

Replies: 0

Hello,

I’ve been using custom attributes for all of my catalogue. I’ve realised that when I go to product -> attributes there’s nothing shown.

I’ve read that the reason for this is that I’ve been using custom attributes, and not predefined…

Is there a way to get all those custom attributes and make them predefined? This way I could have them in product -> attributes.

Thanks a lot,

Viewing all 102760 articles
Browse latest View live