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

product images missing in cart

$
0
0

Replies: 0

Hello,

I just tried to amend my cart page but when I go to edit it shows that the product images are supposed to show which is the way I’d like it but the live page does not reflect that.. I have cleared cache and browsing history and nothing.

I dont know why the product images in the cart are not working.

Thank you


Custom image dimensions for each category

$
0
0

Replies: 0

Hi,

I need to set up different image dimensions for each category.

For example,

I need to set these dimensions for Category 1:

Catalog Images = 240 x 320px
Single Product Image = 470 x 627px
Product thumbnails = 75 x 100px

And these dimensions for category 2:

Catalog Images = 245 x 245px
Single Product Image = 470 x 470px
Product thumbnails = 75 x 75px

How to do this? Is there any code or filter to insert and to affect to that a single category to achieve these settings ?

Can we use the category ID and how to use it?

Thank you very much for the help.

PLUGUIN WOOCOMMERCE CREATES ENJOYING THE ADDITIONAL UNKNOWN

$
0
0

Replies: 0

Hi, maybe someone can help me. the woocommerce plugin creates an additional unknown link for me. I have verified the deactivation of the entire pluguin and I have detected that if I deactivate the pluguin, the domain is fine, but if I activate the plugin, a link is created immediately after the domain address, this link is the one I am talking about. about. ? v = 3fd6b696867d

I already configured it in permanent links and it remains the same, I uninstalled the pluguin, I reinstalled it and it continues with the same problem

thanks for the attention and support

add More subcategory in category page in a row

header and footer missing on woocommerce category pages only

$
0
0

Replies: 0

On woocommerce category pages, the header/footer menus are suddenly missing.
On tag pages, header/footer are missing, too.
On /shop/ page, header/footer are missing.

If I enter customizer (sidebars and widgets) on any of these pages, the footer widget area is missing.

On product pages, everything is normal.
On non-woocommerce pages, everything is normal.

Any ideas of where to look to next?

Hide categories/subcategories meta on page

$
0
0

Replies: 1

On my SHOP page, all my subcategories’ meta descriptions show.
How can I remove this?

What’s the CSS I need to use?

Rounding price nearest 0,05 cents

$
0
0

Replies: 0

Hi!

I have a problem rounding up prices. I import products from an XML file where all prices are tax free. So now, when I add 24% VAT, some products have rounded prices like 158.96€ or 54.94€. They should be 158.95€ and 54.95€ as there are no cents in Finland. How can I adjust my taxable price to the nearest 5 cents?

Home Page: Product Category Title Below Image

$
0
0

Replies: 0

WC: 3.8.1
Galleria – Storefront Child Theme: 2.2.18
Storefront Powerpack: 1.5.0

Using Powerpack we’ve selected to display Product Cagetories on the Home Page.

What CSS do we need to modify in order to show the Category Title below the category image? By default the Category Title only appears when you hover over the image.

Thanks –


orders are getting on hold

$
0
0

Replies: 0

hey guys, I am using woocommerce to sell some digital products and I am using PayPal as payment gateway But when some order something from my website all the orders are getting on hold and on my PayPal its showing payment is processing. What should I do?

API oAuth1 error

$
0
0

Replies: 0

Hello everyone,

I am trying to integrate with WC using REST API.

Unfortunately, due to a bad hosting solution selected, I cannot install SSL on the sandbox domain. Only on the main domain, but at the moment this project is just starting.

So I am using the http authentication with oAuth1, but I get the following response

{
“code”: “woocommerce_rest_authentication_error”,
“message”: “Invalid signature – provided signature does not match.”,
“data”: {
“status”: 401
}
}

I am using Postman to send the request, the key/secret are definitely correct, I am doing exactly what this guy does in this post, but I can’t get list of orders.

The server is nginx/1.15.6, I have tried creating new keys, tried passing parameters on url, tried a terminal curl command. No successful results until now. Can it be a problem/configuration on the server I need to request from my hosting provider ? Their support is abysmal, I contacted them and the response I got was “Where exactly do you see this error” LOL and I never use the LOL abbreviation for the last 10 years.

I ‘ve lost almost a day on this, I am desperate.

Google search console product warning

$
0
0

Replies: 0

Hi, This is for my site https://urbaneyogi.com . As per google search console diagnosis , four fields are missing in product description/details and this is displayed as warning messages ; https://prnt.sc/qfuteg & https://prnt.sc/qfuube I look into product template and it does not have the fields for “brand” , “global identifier(gtin, isbn.) ” etc.
My theme support says they follow woocommerce default settings. I checked all settings in woocommerce and not able to add these required fields. This issue is rendering product pages non-SEO friendly for google . Please look into the issue and suggest the solution.
Regards.

Woocommerce Sales by Product not reporting correct numbers

$
0
0

Replies: 0

In Woocommerce Reports – Sales by Product is reporting wrong sales numbers because it is adding in Pending Payment orders. Why would it do that and how would I fix it?

NOTHING BUT ISSUES

$
0
0

Replies: 0

I have issues with not able to get support. Again i am having issues with just logging in…what grief..yoast is a rip off too

Arabic sub-categories redirect to the shop page

Woocommerce Upsell fastly?

$
0
0

Replies: 0

Hi everyone

I have been following this forum for some time and I have a question about Woocommerce.

I should configure the products upsells so that I can insert the related products. Is there any way to speed this up?

I explain better:

If I have 10 products, which I have to connect to each other, I have to enter on each product and insert the remaining 9 connections, is there a way to synchronize the associated products?

For example, if I associate the product X with the product Y and product Z, I would like to find all products associated automatically, so for example also the product Z it’s automatically associated also with the product X and Y .

If is don’t clear, sorry, I’m going to try explain better

It can be done?

Many Thanks


How to make the last breadcrumb element a H1 heading?

$
0
0

Replies: 2

I want to make the very last Woocommerce shop breadcrumb element on each shop page a h1 header, e.g. the Word “Biking” in the following example:

Startpage > SHOP > Sports > Biking

I have already found the following code which allows to make several changes to the breadcrumb settings:

add_filter( 'woocommerce_breadcrumb_defaults', 'jk_woocommerce_breadcrumbs' );
function jk_woocommerce_breadcrumbs() {
    return array(
            'delimiter'   => ' / ',
            'wrap_before' => '<nav class="woocommerce-breadcrumb" itemprop="breadcrumb">',
            'wrap_after'  => '</nav>',
            'before'      => '',
            'after'       => '',
            'home'        => _x( 'Home', 'breadcrumb', 'woocommerce' ),
        );
}

What I don’t know is how to add the h1 heading so that it is solely assigned to the last element (I do not want the whole breadcrumb be h1, just the last element).

I am grateful for your support – Thanks!

Single Product Page Header problem

$
0
0

Replies: 1

Hi, i want to change the header paddings on my single product pages. Does anyone here know the codes to do so? Would be much appreciated!

  • This topic was modified 8 hours, 26 minutes ago by jensposma.

Save Payment Details for Later

$
0
0

Replies: 0

When a user selects BACS as payment option on shop, their card details would be securely saved onto their ‘My Account’ that they can re-use as the payment method and details again in the future.

Arranging products using Adrenalin Theme

Period salesprice not correct in backend

$
0
0

Replies: 0

HI,

When using salesprice for a specific periode eg 06-01-2020 to 12-01-2020, looking at homepage 06-01 the salesprice is correct (15% of regular price). But when looking in bacend (edit product the is shown with discountprice) But when looking on all products the salesprice is like regular price.

When changing salesdate to yesterday everything is working.

Reading help for salesdates I am told that is is working for 06-01 00:00 to 12-01 23:59. But reality is different, I am told “the woocommerce, they use logic start_time<date<end_time , not <=” But reading guideline it should work.

I use a plugin to create a POS system, and the prices in POS system is wrong because woocommerce maybe is som calculations use > instead of >=.

I am located in Denmark, not sure if timpestamp could give som issues, but the strange thing is that the salesprice is correct in homepage only backend is wrong.

Hope you understand

Viewing all 102681 articles
Browse latest View live