Skip to content
#

woocommerce

Here are 1,387 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-gutenberg-products-block
tjcafferkey
tjcafferkey commented Apr 29, 2022

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

The classic widget which this block has replaced had the option to display only the children of the current category. The Product Categories block does not have this functionality. Since this is supposed to be a replacement it makes sense to strive for parity between the two.

Describe the solution you'd like

Add an option to

type: enhancement good first issue ◼️ block: product categories list
shiki
shiki commented Apr 27, 2022

When creating an order, Android displays the time instead of the date. The original designs have always used just the date. To keep the platforms consistent, let's just display the date for Android.

iOS (correct) Android
image ![image](https://user-images.gith
type: task good first issue category: parity feature: order creation
Ecarrion
Ecarrion commented Apr 25, 2022

Reported in CFT via @kidinov

If you share a payment link to, for instance, the messenger app then the flow doesn’t finish and a user has to click 3 times back in order to close the popups. It does finish if “copy” a link into the buffer.

type: bug good first issue feature: simple payments
vytisbulkevicius
vytisbulkevicius commented Jun 29, 2021

Description:

On websites where multiple menus are present that also have many submenus, it could be a problem for users navigating on the page using the keyboard and TAB button as to go below the main menu they need to click TAB as many items as the number of menus + submenus.

We can make it focus on the arrow instead and only move to the subitems if "Enter" is clicked on the arrow a

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