I did as you said but the problem persists. As if the wish list doesn’t refresh
private
I didn’t check it before, but today I accidentally downsized in the browser and there is a problem with the floating field.
https://streamable.com/xogf29
I did as you said and the problem persists.
The icon is back 🙂
but i have two more problems.
1. Wishlist won’t refresh.
https://streamable.com/fqwuj2
2. after removing products from the cart, the amount remains in the header.
https://streamable.com/b1mjej
1. ok. how to add your widget?. I can’t see it on the list.
hi, the problem appears only in categories. in products everything is ok
https://prnt.sc/WVOTzb4yjYzu
https://prnt.sc/am51Ty2b28of
Everything you talk about has been done and it still doesn’t work.
url
Still not working. I cleaned the cache, turned off the switch and then the same. I will add that the widgets of the old type. Only the new ones from woo don’t want to work.
I tested on all browsers and I do not have these filters.
pass
All these filters can be here:
https://prnt.sc/SIHfbB8OZiNp
https://prnt.sc/SC2sBro1pSDV
You have not answered why these filters are not visible in the store
Or maybe it can be done with a static block or custom html code in single product builder?
https://prnt.sc/5HHAnUsAUqxI
my code
function etheme_child_product_shipping_banner() {
global $product;
$shipping_class = $product->get_shipping_class();
switch ( $shipping_class ) {
case 'duze-inpost':
echo 'Kurier';
break;
case 'drobnica':
echo 'paczkomat';
break;
}
}
add_action('woocommerce_before_single_product', 'etheme_child_product_shipping_banner', 20 );
And what name should I enter in: case ‘free-shipping’
When I enter my name it doesn’t work. e.g:
function etheme_child_product_shipping_banner() {
global $product;
$shipping_class = $product->get_shipping_class();
switch ( $shipping_class ) {
case 'free-shipping':
echo 'Free shipping on this item';
break;
case 'flat-rate':
echo 'Flat rate shpping $10';
break;
}
}
add_action('woocommerce_before_single_product', 'etheme_child_product_shipping_banner', 20 );
Or maybe it can be done with a static block or custom html code in single product builder?
https://prnt.sc/5HHAnUsAUqxI
For example, I am trying this. All effects8 at https://xstore.8theme.com/elementor/demos/minimal-fashion02/parallax-scrolling-effects/
but as i paste do myself on my site it doesn’t work. Nothing moves, the text is not underlined, etc. I tried a few elements and each one has no effect.
Additionally, another problem. Some thumbnails in products stopped showing. But only on the single product page.
But if you choose Inpost parcel Jocker, the scream and name of the parcel locker are wrong. The button and name should be on the line below.
It doesn’t work anymore as it looks like in this photo. https://zapodaj.net/fdf4a144e765b.jpg.html
ready