Guilherme Frisoni
Forum Replies Created
-
Olá pessoal,
estou sem acesso do cliente para criar um ticket, mas vou detalhar melhor o problema aqui já que é bem simples de simular.Primeiro, incluir o código abaixo no functions.php para criar uma taxa no checkout.
add_action( 'woocommerce_cart_calculate_fees', 'teste_mp', 20, 1 ); function teste_mp( $cart ) { $cart->add_fee( 'Teste taxa', 5 ); }Então, no checkout vai aparecer essa taxa de 5 reais e o total do pedido com ela, conforme print abaixo.
https://prnt.sc/vyz1eqMas ao clicar em finalizar compra com o Mercado Pago – Todos Meios de pagamento, a tela do Mercado pago leva o valor SEM a taxa, conforme print.
https://prnt.sc/vyz2i1Com isso o valor do checkout fica diferente do valor cobrado pelo Mercado Pago. 🙁
Espero ter deixado mais claro.
Obrigado.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Brands compatibilityUnderstand your point.
Thats ok. I already did using CSS.
No problem at all.Thanks.
- This reply was modified 5 years, 9 months ago by Guilherme Frisoni.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Brands compatibilityGreat news.
I just tested here, it is almost perfect.
Except by single product page that included cr_brand identifier.
As PWB already include this information and with a link to each brand, it was double.
You can check in this link: https://tresscabelos.com.br/perucas-e-lace-wigs/peruca-wig-rosana/
Brand (Marca): Chade Fashion.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Brands compatibilityThanks, for your response.
1. As I’m also using Rank Math for all other SEO related, I use it for Product Schema as well. They have slight differences and some other properties WC doens’t have.
But, analising better, this is more a case of Rank Math support Cusrev. Alson GTIN is not filled, but I’ll try to use some hook for then and post resultas here.2. Perfect Brands for WooCommerce is a complete solution for Brands, so they use a custom taxonomy called pwb_brand.
Thanks.
Same here. Getting a lot of this.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] GTIN, MPN and Brand fields visibilityYes, thats ok now!
Thanks.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] GTIN, MPN and Brand fields visibilityThanks for your return.
In my first test, GTIN only appear (and change) for variations if parent product has a GTIN code. When parent don’t have GTIN, cr_gtin tag ins’t included in product page and also won’t change for variations.
All my variable products has this configuration. Parent product never has a GTIN as each variation has it own GTIN code.PS.
I’m translating your plugin to pt_BR. Glad you started break shortcode instructions in smaller blocks. It’s way better to translate. 🙂Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] GTIN, MPN and Brand fields visibilityThanks for your response.
I doesn’t know this information must be also in product page, I was just sending them through XML feed.I was trying to remove mostly by 2 reasons:
1) It adds an extra BR in my layout, but I already found cr_productids_separator filter to deal with it.2) It doesn’t handle variations. In my case, my parent product doesn’t have a GTIN, but all my variations has. When I select a variation, REF field change to variation by default, but GTIN, Brand, etc are still the same. Does this affect google?
Thanks again.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Google Feed DescriptionHey, thanks.
I just apply description filter and it works as expected. Very useful.About translation, I don’t know exactly how it works to be a translator editor, but sure you can set my user as an editor.
I’ve already translated almost everything, it is just waiting for approval.Thank You James.
Everything is ok now.Forgot another one:
– Use ajax to load Select Box fields. Like Select2. In my case, I have about 20k users, and to load this and find user takes a huge time.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Google Feed DescriptionThanks for your reply.
In time, I’m almost finishing pt-br translation.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Google Feed DescriptionAnother one: If the product is a variation, could fetch description from parent as most os variations wont have description or shortdescription.
Forum: Plugins
In reply to: [Loco Translate] Error translating from Google APIFound it.
Yes, I created an API key without any restriction.
I found another erros in console log when trying to connect API:Access to XMLHttpRequest at ‘https://translation.googleapis.com/language/translate/v2?source=en&target=pt&format=text’ from origin ‘https://www.cuscoloko.com.br’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
In that call a notice this header: X-CSRF-UAP-ADMIN-TOKEN: c7af1c8a61
It is inserted by this plugin: Indeed Ultimate Affiliate Pro
Just deactivated this plugin and it works fine.Thanks.
Thanks.