Skip to content
#

woocommerce

Here are 933 public repositories matching this topic...

Aljullu
Aljullu commented Feb 20, 2020

In WooCommerce Blocks 2.5 we added the All Products block, which allows adding inner blocks to the product grids. However, the current Storefront styles assume all <img> elements would be used for the product main image and were given a style based on the img selector instead of using .wc-block-grid__product-image or .wc-block-grid__product-image img.

To Reproduce

Steps to reprodu

Asarael
Asarael commented Sep 7, 2018

Describe the bug
Checkout button doesn't redirect to checkout page

To Reproduce
Steps to reproduce the behavior:

  1. Select product
  2. Select variations
  3. Click in checkout button
  4. Redirect to homepage

Expected behavior
Redirect to ckeckout page

Screenshots
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following

doug-6sense
doug-6sense commented Apr 21, 2019

When upgrading to Woocommerce 3.6.1 from 3.5.8 the WooCommerce POS UI throws a generic 'error' message and no products or orders will load at all. We have 2 sites using WooCommerce POS Pro and both experience this same error.

Have had to roll back to WooCommerce 3.5.8 to get it to work, I have WooCommerce POS 0.4.22 & WooCommerce POS Pro 0.4.19 installed. please provide a fix.

dinhtungdu
dinhtungdu commented Sep 17, 2019

Describe the bug
Our method for checking if WooCommerce is active or not works in most cases. But not the following.

To Reproduce
Steps to reproduce the behaviour:

  1. Make sure the WC Vendors Marketplace is activated, so does WooCommerce.
  2. Delete WooCommerce directly.
  3. See the fatal error

Expected behavior
No fatal error is thrown. The site functions normally.

**Isol

bug
leigh-ols
leigh-ols commented Apr 3, 2020

When a sites domain is something like staging-www.blahblah.com all links are recognised as outbound due to the www. search/replace in gtm4wp-outbound-click-tracker.js

staging-www.blahblah.com becomes stagingblahblah.com.

Currently we have:
var gtm4wp_localdomain = window.location.hostname.replace( "www.", "" );

A better method would be:
`var gtm4wp_localdomain = window.location.ho

sidneyrees
sidneyrees commented Jul 16, 2018

WordPress 4.9.7
WooCommerce 3.4.3
WooCommerce Mercado Pago 3.0.15

We have a store where we sell products which prices might have cents.

On WooCommerce's Adjustments screes, we have set the number of decimals for prices to 2.

Now we have products which prices are have 2 decimals but, for some unknown reason, on Mercado Pago the decimals amount does not match WooCommerce total

For

Improve this page

Add a description, image, and links to the woocommerce topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the woocommerce topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.