caetanocop
Forum Replies Created
-
oi @chukran você se importaria te mandar essa versão sua? já sofri demais com esse form que é muuuuuito ruim, aqui por exemplo faço parcelamento sem juros, então não faz sentido o cliente precisar digitar os dados do cartão para aparecer o número de parcelas.
Algumas coisas mudei por aqui mesmo alterando os fontes ou via CSS, mas o que me incomoda muito é que na versão 3.x ele permite submeter o form mesmo sem estar nada preenchido (ou sem o número de parcelas estar preenchida), deveria não permitir e mostrar os campos com erros.
fiz o teste no meu staging com a versão 4.0.8 e aparentemente resolveu mesmo, obrigado!
você deu 5 estrelas!
Forum: Plugins
In reply to: [WooCommerce Parcelas com e sem Juros] Parcelas no carrinho?realmente isso ia ser ótimo!!
+1
Forum: Plugins
In reply to: [Pixel Caffeine] “Unmatched Products” issue with Facebook Catalog@oopixjane I was with this problem too, check https://ww.wp.xz.cn/support/topic/problem-with-product-catalog-variable-products to know if that can work for you too
Forum: Plugins
In reply to: [Pixel Caffeine] Content IDs Missing From Your Catalogs@florcalomino I was with this problem too, check https://ww.wp.xz.cn/support/topic/problem-with-product-catalog-variable-products
@marinamitro I was with this problem too, check https://ww.wp.xz.cn/support/topic/problem-with-product-catalog-variable-products
@knsakib I was with this problem too, check https://ww.wp.xz.cn/support/topic/problem-with-product-catalog-variable-products
Forum: Plugins
In reply to: [Pixel Caffeine] Problem with product catalog (variable products)I was doing some tests here…
my AddToCart was fine, my problem here was ViewContent… it was showing on Pixel Helper:
Products Are Missing From Your Catalogs ... content_type: product_group content_ids: [1453,1454,1455,1456,1457,1458]so I installed “Facebook for Woocommerce” plugin and noticed that it follows a diferent behavior, so i checked https://developers.facebook.com/docs/facebook-pixel/reference/ and it says:
content_ids -> Product IDs associated with the event, such as SKUs (e.g. [‘ABC123’, ‘XYZ789’]).
ok thats fine, but..
content_type ->
Either product or product_group based on the content_ids or contents being passed. If the IDs being passed in content_ids or contents parameter are IDs of products then the value should be product. If product group IDs are being passed, then the value should be product_group.so my pixel helper was saying that I was sending content_type = product_group even sending an array of product..
so I change the file: pixel-caffeine/includes/supports/class-aepc-woocommerce-addon-support.php line 208
from: ‘content_type’ => ‘product_group’,
to: ‘content_type’ => ‘product’,and now my ViewContent is working… just checked at facebook itself:
content_ids: ["1453", "1454", "1455", "1456", "1457", "1458"] All content IDs match to one or more of your catalogs. content_type: productso here its fixed for me (I think) 🙂
- This reply was modified 7 years, 5 months ago by caetanocop.
- This reply was modified 7 years, 5 months ago by caetanocop.
Forum: Plugins
In reply to: [Pixel Caffeine] Problem with product catalog (variable products)ohh.. found a topic saying that the author @antoscarface is coming back.
please help us! 😀
Thank you
Forum: Plugins
In reply to: [Pixel Caffeine] Problem with product catalog (variable products)same problem here, sadly it seems that this plugin is no longer supported
I noticed that there are lots of topics without a single answer for months
- This reply was modified 7 years, 5 months ago by caetanocop.
I had the same problem here, my site shows a blank page in backend, disabling plugin via wp plugin solves the problem.
Now I just deleted and reinstalled again, and for some reason nothing is being saved in my settings config, in console it is showing:
GET http://www.xxxx/wp-content/plugins/woocommerce-abandoned-cart/assets/js/jquery-ui.min.js?ver=4.9.8 net::ERR_ABORTED 404 (Not Found) woocommerce_admin.js?ver=4.9.8:346 Uncaught ReferenceError: woocommerce_admin is not defined at woocommerce_admin.js?ver=4.9.8:346