igsayonara
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] rest api erorr after wp migrationThere is no errors at the site
I add folowing strings to my functions.php
add_filter( 'cocart_item_thumbnail_src', 'override_item_thumbail_src', 10, 3 ); function override_item_thumbail_src( $thumbnail_src, $cart_item, $item_key ) { return 'https://placekitten.com/100/100'; }But when i add my product it doesn’t change thumbnail
I have woo shop, whih products. User will be able to customize shirt for example on not wp page. I have to save shirt image after user press complete, and add to cart my shirt with this image
So i can add one product 2 times and it returns me in cart two products with different images or i have to use woocommerce rest api too make new variation and then add this variation with my custom image
- This reply was modified 5 years, 2 months ago by igsayonara.
Thanks for you reply i’m waiting for it’s fix
I asked my friends to test it and they have the same issues
[video src="http://avtoneveste.testsaitov.com/to-supp.mp4" /]
Maybe u test it when plugin was disabled try it now pls
Forum: Plugins
In reply to: [LiteSpeed Cache] JivochatI have a site where I do not enable js optimization, I add lazy loading jivochat and my pagespeed scores remain at the same level as without it, but if I enable optimization, then lazy loading reduces the number of points
Forum: Plugins
In reply to: [Permalink Manager Lite] 0.5 seconds ttfb when plugin is activeit’s not help
Forum: Plugins
In reply to: [Permalink Manager Lite] 0.5 seconds ttfb when plugin is activeHah, when i exclude pages all of them redirects to home url
Forum: Plugins
In reply to: [Permalink Manager Lite] 0.5 seconds ttfb when plugin is activeMy site has less than 1000 permalinks, I have excluded some content types and ttfb from +0.5s becomes +0.25s, thanks for your reply
Forum: Plugins
In reply to: [DCO Comment Attachment] Get attachment by comment IDThank you!