siims
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] Products does not update in catalogIf I change stock level for out of stock item to for example 1. Then update it and change it back to 0 and manually sync, then the item changes in Facebook catalogue to correct..
Forum: Plugins
In reply to: [Meta for WooCommerce] Products does not update in catalogHello,
We reseted the products according to the link you gave. Then synced them back to Facebook catalog and it DID NOT help.
Deleting Facebook catalog is not an option because we have ads running. If we delete catalog we need to make new ads and pixel data for those ads will delete also.
Also we already have tried to delete catalog and add it again. It did not do the trick.What now? Lacking out of ideas why it does not show correct stock of the products.
Forum: Plugins
In reply to: [Meta for WooCommerce] Products does not update in catalogIf I delete products from catalog will I need to make new ads again or not?
Forum: Plugins
In reply to: [Meta for WooCommerce] Products does not update in catalogHi
Did it. Issue persists.
Some items show still in stock in Facebook catalogForum: Plugins
In reply to: [Meta for WooCommerce] Products does not update in catalogHi!
Thank you for the fast answers but it does not help me 🙁
Products not variable. I’ve seen happening this with simple products.
Stock status is checked. Pixel Manager only used for Google ads conversion purposes.Please check 2 images what I see today:
1. On our site 7 products for this name in stock
https://www.reisisemu.ee/wp-content/uploads/2022/12/Screenshot-2022-12-05-at-18.51.07.png2. Facebook shows like we have 12 products on stock
https://www.reisisemu.ee/wp-content/uploads/2022/12/Screenshot-2022-12-05-at-18.51.24.png3. Clicekd “Sync products” and now Facebook shows I have 5 products on stock, but still I have 7 products with this name
https://www.reisisemu.ee/wp-content/uploads/2022/12/Screenshot-2022-12-05-at-18.55.30.pngForum: Plugins
In reply to: [Advanced AJAX Product Filters] Single page filter not showingHi again,
But is there any option to add filter anyway?
It worked. Thanks dude! I spent 6hours for this and one simple click helped me :’D
Of course if I see I need pro version capabilities I’m ready to buy pro version.
Thanks!
Great plugin!Code what I have in content-product.php file is:
<?php if ( is_product_category() ) {
if ( is_product_category( ‘rehvid’ ) ) {
echo ‘
<table class=”rehvid_toode”>
<tr>
<td class=”tabb pilt”>Pilt</td>
<td class=”tabb tootja”>Tootja</td>
<td class=”tabb nimi”>Nimi</td>
<td class=”tabb tuup”>Tüüp</td>
<td class=”tabb moot”>Mõõt</td>
<td class=”tabb laius”>Laius</td>
<td class=”tabb korgus”>Kõrgus</td>
<td class=”tabb hind”>Hind</td>
</tr>
</table>
‘;
} elseif ( is_product_category( ‘veljed’ ) ) {
echo ‘
<table class=”rehvid_toode”>
<tr>
<td class=”tabb pilt”>Pilt</td>
<td class=”tabb tootja”>VELJED</td>
<td class=”tabb nimi”>Nimi</td>
<td class=”tabb tuup”>Tüüp</td>
<td class=”tabb moot”>Mõõt</td>
<td class=”tabb laius”>Laius</td>
<td class=”tabb korgus”>Kõrgus</td>
<td class=”tabb hind”>Hind</td>
</tr>
</table>
‘;
} else {
echo ‘Hi! Check our our products below.’;
}}
;?>And when I filter category I see basic info not this info what i have in code..
Forum: Plugins
In reply to: [NS Cloner - Site Copier] redirection to main siteSorry for hitchhiking the topic but i have same problem.
I checked wp-config.php and .htacess file and all is same as configuration needs to be.
Is there any other way to see what may be the problem?
You sayed something about DNS – what I need to ask from my server administrator to check?
Thanks!