pjindras
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] HTML in product additional information tabIt works perfect, thank you very much!
Forum: Plugins
In reply to: [WooCommerce] HTML in product additional information tabOk, thank you, so the product-attributes.php should look like this? Can i just add your code or replace it? In /your-child-theme/woocommerce/single-product/product-attributes.php (I am using twenty twenty theme)
defined( 'ABSPATH' ) || exit; if ( ! $product_attributes ) { return; } ?> <table class="woocommerce-product-attributes shop_attributes"> <?php foreach ( $product_attributes as $product_attribute_key => $product_attribute ) : ?> <tr class="woocommerce-product-attributes-item woocommerce-product-attributes-item--<?php echo esc_attr( $product_attribute_key ); ?>"> <th class="woocommerce-product-attributes-item__label"><?php echo wp_kses_post( $product_attribute['label'] ); ?></th> <td class="woocommerce-product-attributes-item__value"><?php echo wp_kses_post( $product_attribute['value'] ); ?></td> </tr> <?php endforeach; ?> </table> $product_id = $product->get_id(); $ats = get_post_meta( $product_id, '_product_attributes', true ); foreach( $ats as $at ) { $product_attribute['value'] = html_entity_decode( $at['value'], ENT_COMPAT | ENT_HTML5 ); }
Forum: Plugins
In reply to: [WooCommerce] Image issuesFor example here: https://waresoft.eu/produkt/the-sims-4-spa-day/
I have there images in gallery, but no “preview” image.
Screenshots:
https://ibb.co/KyXzNR9
https://ibb.co/RjSndDX
https://ibb.co/swLMLpc
https://ibb.co/FqBZvJfForum: Plugins
In reply to: [WooCommerce] Image issuesYea, sure, thanks but i have the problem that after import I have images in the product image gallery, but I do not see them as preview images – I have nothing in the product image, and I would like to solve it in bulk so that I do not have to do it separately for each product, there is some way to do this ?
Hello, i have disabled autorefresh intetval, but when i refresh it manually, its really very short so usually i have to click on the refresh button twice or more to see the refresh progress, maybe that is the issue, but if i click on it only once, its really very short, maybe 2 – 3 seconds and it writes done after that, so i click it once again and after that its loading correctly. I hope that my explanation is understandable, if you dont understand what i mean please tell me that and i will try explain it better.
Thanks for your help!
I need this for Heureka, because its necessery, when you have store with digital licences ex. PC games etc.
Forum: Plugins
In reply to: [Booster for WooCommerce] Error in orders pageI have 512M and 10 php https://www.wedos.cz/webhosting/extra
Forum: Plugins
In reply to: [WooCommerce] Instalation errorYea it works now, thanks
Yea i have it, it works now, Thanks!! ??
Ok and where i can find functions.php ? Thanks
And after deactivating all cashing or optimazing services sadly i still have the same issues, maybe i am doing something wrong … but i need help please.
https://youtu.be/0NXCDvG45Xs This is video which describes the issue.
I am using WOOBE – WooCommerce Bulk Editor Professional v.1.0.6.1
and for cashing i am using WP Rocket + Cloudflare addon, but i am not cashing the administration pages.Forum: Plugins
In reply to: [Booster for WooCommerce] Issue with invoices in emails please helpFixed