Stanislav Mazur

Results 7 comments of Stanislav Mazur

@psealock 1. Setup new page with `wp-json` in the page slug. 2. Implement simple template for that page, e.g ```

Hi! I tried to replicate it on clean WP+WC+Storefront setup. 1. I have to modify Storefront's page.php template to use `wc_notice_count` function: ``` Hello here!

I just encontered with same issue. Here is code sample: ``` $id = '1'; $data = [ ... ]; $index->replaceDocument( $data, $id ); ``` Note: no `addDocuments` is used assuming...

Issue disappeared when i used type casting of numeric string to integer `(int) $id`. So following code works as expected: ``` $id = '1'; $data = [ ... ]; $index->replaceDocument(...

Hi @josevarghese After reindexing the `og:url` gets correct value. Here are the steps you can try to replicate this issue: 1. Under Settings -> Permalinks -> Product permalinks choose option...

@josevarghese On my setup wp cli command works without any error. Did you try the php code above? You can run it from `wp shell` line by line.

Same problem. Fixed after switching to integrated amd gpu.