bahl2
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Change position of coupon hookHi! Thx for answers
I need this: https://i.imgur.com/90Yr8IU.png
move to down of page, after order view.If i remove the hook action of your plugin and add native woo. Him print in all steps.
Thx!
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Change position of coupon hooki need in just a step*
Forum: Plugins
In reply to: [Itau Shopline for WooCommerce] Previs?o de Atualiza??oOi blz? Alguma novidade? Eu nao testei o plugin ainda.
Esse plugin tem modo sandbox teste? Amigo de nao atualizar mesmo pagando o boleto, ja se pagou dias com o boleto pago? Vi no doc que que o cron tem que ta ok pra funcionar. Se tiver alguma informa??o sobre. Obrigado!Valew!
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Erro ao processar pagamentoOutro detalhe é que o formato do token mudou. agora tem muitos mais caracteres e contem hifen tambem.
Alguem descobriu o que seria? estava funcionando tudo normal. Do nada come?ou esse erro.
Oi pessoal! estou com o mesmo problema do que do amigo acima. o log mostra isso:
04-08-2019 @ 12:12:29 – WP_Error in generate payment token: O usuário bloqueou solicita??es através de HTTP.
04-08-2019 @ 12:12:29 – Error generating the PagSeguro payment token: WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => O usuário bloqueou solicita??es através de HTTP.
))
[error_data] => Array
(
))
Forum: Plugins
In reply to: [Import and export users and customers] Import password hashhello is possible import users with pass crypt? i have pass of opencart and need import to wordpress.
Forum: Plugins
In reply to: [Shipping Additional Days for WooCommerce] Plugin n?o funciona em variávelOi Mario Obrigado! Eu acho que agora foi kkk
fiz o seguinte.
deixe o produto base sem nenhuma classe.
E na varia??o adicionei a classe.
O que nao percebi. foi que quando coloco essa classe ele ignora os dias adicionais incluso dentro do plugin dos correios. Por exemplo:3 dias sedex padr?o + 2 add no plugin correios.
na classe + 6 addent?o ele vai jogar 3+6 = 9
ignorando os 2 add do plugin. quando mudei os números entendi. ME parece estar ok assim.
Mas foi fazer mais testes. Muito Obrigado pela aten??o.
Forum: Plugins
In reply to: [WooCommerce] Problem with disabling stock managementHello! i Have same problem, I disable the inventory management and it keeps locking and showing “out of stock”, I realized that this occurred after updating to the most recent version.I’ll go back to the older version and see if it solves the problem.
Forum: Plugins
In reply to: [WooCommerce] Add html tag " title " in the titles product links .Right url! \o sucess!
New error about remove the action does not work on killing the two titles.
Not work Oo
https://snag.gy/AvaDOW.jpg
ImageForum: Plugins
In reply to: [WooCommerce] Add html tag " title " in the titles product links .Forum: Plugins
In reply to: [WooCommerce] Add html tag " title " in the titles product links .using $product->post->post_title
Forum: Plugins
In reply to: [WooCommerce] Add html tag " title " in the titles product links .Hi could help me as would using this way?
I am a noob half still to programming and am learning slowly.Thank you
Forum: Plugins
In reply to: [WooCommerce] Add html tag " title " in the titles product links .Thanks, I will try ! xD
Forum: Plugins
In reply to: [WooCommerce] Add html tag " title " in the titles product links .Hello, Thank you for help.
I am problems not work my code/* ADD new */ remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 ); add_action( 'woocommerce_shop_loop_item_title', 'custom_product_loop_title', 10 ); function custom_product_loop_title() { global $product; echo '<h3 title='.get_the_title().' style="color: blue;" class="loop-title">' . get_the_title() . '</h3>';}
Result of the code:
https://snag.gy/sHp1AD.jpgCould you help me with this? Is not removing the title and the new title do not have the link to the url product or the tag title that I want to work.