Radical Dreamer
Forum Replies Created
-
But the feed plugin follows my price format, comma as decimal and point as thousands.
So, when i set PRICE in the mapping field, i get $17.999 CLP which is correct, but then Tiktok takes it and set it as $18 CLP which is completely wrong. a thousand times wrong…
So, setting PRICE in the mapping doesn’t work :/
Here it is.
The template block “cabecera” cannot be edited. And i get errors in the console
I have selected Tiktok price in the field mapping, but still shows the price with point as thousand and coma as decimal.
i have solved it.
Changing the fields.
I was about to report the same issue.
It only happens in the new block checkout experience.
Those undefined messages are from BOGO and Giveaway deals.
You can temporary get rid of them by adding a custom CSS:
/*Smart Coupon correction in cart*/
.wbte_sc_block_bogo_products_wrapper_div, .wbte_sc_block_giveaway_products_wrapper_div{
display:none;
}Even though, the author should correct those messages. They shouldn’t load at all.
See that the first item has description but the second one doesn’t
Yes it does.
Thanks for the explanation.
I won’t fix it, because it will destroy the structure i have, because the group block cannot be set full width, and i’ll have to insert it on every template i have, which kill the purpose of having a template.
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] checkout form error en CarritoSe hace referencia al mismo error hace casi 1 año. Y en esa ocasión no se dió solución:
https://wordpress.org/support/topic/error-al-intentar-pago-por-mercadopago/Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Hover inside Site Logo BlockIf it wasn’t clear, i was trying to set the :hover state in the additional css INSIDE the block. In this theme you can customize the blocks, but because is meant for not need to have CSS Selector i cannot apply hover state there. So i applied it from Addicional CSS to all the theme
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Hiding the view cart buttonNow it works :/
This is what worked:
a.added_to_cart.wc_forward{
display: none important!;
}Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Hiding the view cart buttondon’t worry!
still doesn’t work though 🙁Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] youtube block always shows in 9:16Thank you!
That was it. The cover block had classes that didn’t correspond and interfere with the embed block
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] youtube block always shows in 9:16i did all the above:
No custom CSS
No custom CSS Deactivated all plugins (except Woocommerce)
None activated plugin (except Woocommerce) But i still get this issue…
Unless it is woocommerce
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Minicart is not displayedi fixed the issue.
It was caused because i unlinked the cart and checkout page inside Woo > Settings > Advanced.
After i linked the pages again, the buttons appeared.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] social block is not displayedYou are right!
Thank you 🙂