rostamx
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Review stars are not showingThis is from my developer who fixed it for me.
I have updated the code in judgeme-product-reviews-woocommerce/templates/judgeme/header-template.php
found that $html_miracle variable is an array and it was printed directly as an Array. So I have added the code to check array type and update $html_miracle variable to print CSS correctly.
‹ -- Start of Judge.me Core -->
2 <?php echo $setting['settings']; ?›
3 <?php if (is_array($html_miracle) && isset ($html_
miracle[ 'html _miracle'])) €
$html_miracle = $html_miracle['html_miracle'];
5 }
6 echo $html_miracle; ?›- This reply was modified 1 year, 9 months ago by rostamx.
Forum: Plugins
In reply to: [Kustom Checkout for WooCommerce] error code read onlyForum: Plugins
In reply to: [Kustom Checkout for WooCommerce] error code read only@stivenson2005 I have the same error {“error_code”:”READ_ONLY_ORDER”,”error_messages”
on 2.0.12You can use 1.11.8 for now.
download it from wordpress (you can choose version you want to download on the bottom)- This reply was modified 6 years, 1 month ago by rostamx.
Forum: Plugins
In reply to: [Kustom Checkout for WooCommerce] error code read onlyHi @klarna
Im already on Klarna Order Management 1.5.1 when this happens 🙁
any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)