azhsetiawan
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Custom Price] Just what was neededThank you, bullseyedesigns
Tested on localhost and live site, but it doesn’t happen
Could you give me the details? list of active plugins o your siteThanks
Forum: Plugins
In reply to: [WooCommerce Custom Price] Minimum PaymentHi,
This plugin only changes the text for product price and not for set minimun paymentYou can add some information about minimum payment to product description or create form for pre-order in custom tab
Hope this helps
Forum: Plugins
In reply to: [WooCommerce Custom Price] Enable for Product Variations with Blank Price?Hi,WPMonkeyATL
I’ll look into that and add for next update
If you’re interested in contributing, you can send a pull request at GitHub https://github.com/azhkuro/woocommerce-custom-price
Thanks ??
Hi, bullseyedesigns and WPMonkeyATL
I’ve been updating plugin and it’s working now
Kudos WPMonkeyATL, I’ve added you to contributors listIf you have found this plugin useful for you, please leave your review and rating
Thanks
Hi, Henry
Have you updated to latest version? It’s working nowIf you have found this plugin useful for you, please leave your review and rating
Thank you ??
Hi, added to 0.2.1
Thank you maxim ??
Forum: Reviews
In reply to: [WooCommerce Custom Price] awesomeyeah! ??
Forum: Reviews
In reply to: [WooCommerce Custom Price] It works wellI’m glad to hear that ??
I’m glad to hear it works for you ??
I have the same problem after updated this plugin (version 1.0.5)
I got no solutions until checked the plugin directory, filename class.yith-wcmg-frontend.php
Open the file and delete “space” before <?php
refresh your browser. That works for me!Hope that helps ??
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Make it hide with $0Hi, You need to add
if ( sizeof( $woocommerce->cart->cart_contents ) == 0 ) { // The cart is empty } else {
before / above line
... if ( ! is_cart() && ! is_checkout() ) {
and add
}
after / under line
echo '</div>'; ...
It works for me ??
Forum: Localhost Installs
In reply to: Wp-admin Not Showing With XAMPPHave you check the xampp control panel?
make sure that the Apache and MySql have been running