Skip to content
#

woocommerce

Here are 1,401 public repositories matching this topic...

robertocyrino
robertocyrino commented Jan 14, 2021

Describe the bug

If you add a full width element to a site using the latest Storefront theme, 3.3.0, it will show margins on both sides for mobile view.

  • I have deactivated other plugins and themes and confirmed this bug occurs when only WooCommerce + Storefront theme are active.
  • I can reproduce this bug consistently using the steps below.

To Reproduce

Steps to reprod

type: bug good first issue priority: high category: styles
wp-graphql-woocommerce
samyrooster
samyrooster commented Jan 13, 2022

WP-GraphQL-Woocommerce can't detect the product categories with different term_id and term_taxonomy_id IDs in wp_term_taxonomy table.

By default, the term_id and term_taxonomy_id have the same ID value in wp_term_taxonomy table.
For example:

term_taxonomy

term_taxonomy_id term_id taxonomy
1 1 product_cat
bug good first issue failing connection
co-cart
seb86
seb86 commented Aug 18, 2020

Eventually the use of NAMESPACES could help with a number of things including packaging the plugin much easier into CoCart Pro and speed for those using PHP 8+

The solution I'd like

Include namespaces on all PHP files that are using a class system. This does not include global functions or template files, just class files.

Example

namespace CoCart\CoCartLite\RestAPI;
`
woocommerce-blocks
dinhtungdu
dinhtungdu commented Jun 9, 2022

Is your feature request related to a problem? Please describe.

In #6505, we decided to keep the title and description of filter blocks in both index and metadata files to keep the translation for those fields working as expected during the transition phase. Once the new language packs have been updated, we should remove the title and description from the index file.

Describe the solution

status: blocked type: enhancement category: i18n good first issue
shiki
shiki commented Apr 23, 2022

This can be an enhancement to #6268.

Steps to reproduce

  1. Tap Create order
  2. Add a product with an inventory quantity of over 1000.

Notice that the Order Creation page does not show a comma (or the configured thousand separator).

<img src="https://user-imag

type: enhancement good first issue feature: order creation
jaclync
jaclync commented May 30, 2022

Describe the bug

In the empty state view EmptyStateViewController, the action button currently has a fixed width constraint to 228px. This constraint can't be met when the screen width is narrow, and an Auto Layout warning is reproducible with an empty order list. Let's update the Auto Layout constraints of the action button to perhaps use leading/trailing constraints instead of a width c

feature: order list type: technical debt good first issue

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