Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line-height in h1 - email notification #1

Closed
NiklasHogefjord opened this issue Sep 12, 2011 · 0 comments
Closed

line-height in h1 - email notification #1

NiklasHogefjord opened this issue Sep 12, 2011 · 0 comments
Assignees

Comments

@NiklasHogefjord
Copy link

The line-height in the email notification h1 should be increased. It's not a big issue. When WooCommerce sends out a new order email the problem doesn't occur because the title stays on one line, but I use a debug feature in the Payson gateway and the title gets longer. When it spills over on a second line the text overlaps.

@ghost ghost assigned jameskoster Sep 13, 2011
mikejolley pushed a commit that referenced this issue Nov 22, 2012
mikejolley pushed a commit that referenced this issue Dec 4, 2012
coenjacobs pushed a commit that referenced this issue Jan 8, 2014
ChromeOrange added a commit that referenced this issue Feb 25, 2014
mikejolley pushed a commit that referenced this issue Mar 12, 2014
Fix for #5106 - allow checkout in older IE
ChromeOrange added a commit that referenced this issue Mar 31, 2014
mikejolley pushed a commit that referenced this issue May 22, 2014
mikejolley pushed a commit that referenced this issue May 22, 2014
mikejolley pushed a commit that referenced this issue Aug 26, 2014
mikejolley pushed a commit that referenced this issue Sep 22, 2014
claudiosanches added a commit that referenced this issue Oct 11, 2014
Stopped this erros:

PHP Warning:  array_intersect(): Argument #1 is not an array in
wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php
on line 182
PHP Warning:  in_array() expects parameter 2 to be array, null given in
wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php
on line 194

@mikejolley
claudiosanches added a commit that referenced this issue Oct 11, 2014
Stopped this erros:

PHP Warning:  array_intersect(): Argument #1 is not an array in
wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php
on line 182
PHP Warning:  in_array() expects parameter 2 to be array, null given in
wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php
on line 194
claudiosanches added a commit that referenced this issue Oct 21, 2014
Stopped this erros:

PHP Warning:  array_intersect(): Argument #1 is not an array in
wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php
on line 182
PHP Warning:  in_array() expects parameter 2 to be array, null given in
wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php
on line 194

@mikejolley
SiR-DanieL added a commit that referenced this issue Aug 6, 2015
Typos, phrasing and grammar edits
mikejolley pushed a commit that referenced this issue Sep 8, 2015
bor0 added a commit that referenced this issue Oct 27, 2024
This works fine:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq
```

However, this causes a fatal error `PHP Fatal error:  Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq
```
bor0 added a commit that referenced this issue Oct 27, 2024
This works fine:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq
```

However, this causes a fatal error `PHP Fatal error:  Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq
```
bor0 added a commit that referenced this issue Oct 28, 2024
This works fine:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq
```

However, this causes a fatal error `PHP Fatal error:  Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq
```
github-actions bot pushed a commit that referenced this issue Nov 12, 2024
This works fine:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq
```

However, this causes a fatal error `PHP Fatal error:  Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq
```
naman03malhotra pushed a commit that referenced this issue Nov 12, 2024
* Add a `is_string` check to the params iterator (#52361)

This works fine:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq
```

However, this causes a fatal error `PHP Fatal error:  Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`:

```
curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq
```

* Prep for cherry pick 52361

---------

Co-authored-by: Boro Sitnikovski <[email protected]>
Co-authored-by: WooCommerce Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants