Casper
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Limit on the number of coupon to displayThat’s strange, i have created 10 coupon code tag on the same product for promotion, all coupon code are active for the customer coupon option, But when i check the list of coupon using customer coupon tab only 4 show, and when i also visit the product page that was tag only 4 promo show in the page, i try to directive one of the coupon show as active, and visited the product page with those promo its still 4 coupon show but this time the coupon code that i deactivated was replace by a new coupon that was not shown before.
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Title won’t changeWOW everything is working good now, i would definitely promote this plugin, this is something that every store owner must have to there site. Again thank you for this wonderful plugin.
Do you have any future enhancement in plan?
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Title won’t changeHi Mytrinh,
Here’s the screenshot https://pasteboard.co/ITmwJRI.jpg as you can see the currency was place automatically after the amount in the title, this was added automatically and all changes i made on the title wont save, it seems that this is the default value on the title and cant be change.
As i trace this issue by disabling every plugin everything was ok after i disable the WooCommerce Extended Coupon Features.
Thanks
Rey- This reply was modified 5 years, 1 month ago by Casper.
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Title won’t changeHi Any update on this issue?
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Apply COUPON wont work on checkout pageemail sent
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Apply COUPON wont work on checkout pagecan you send me your email address, i will send the link there
Forum: Plugins
In reply to: [Customer Coupons for WooCommerce] Apply COUPON wont work on checkout pageStill not working, also clear the cached to double check and still the same.
Great everything is working now. Thank you so much adding my review for this plugin now.
Forum: Plugins
In reply to: [WooCommerce] UPDATE TOTALS – Cart PageForum: Plugins
In reply to: [WooCommerce] Change Phone labelThanks @rafsuntaskin it’s working – Thank you. By the way my other problem is how to change the “Shipping Calculator” text in the cart page? I been using this code
add_filter( ‘gettext’, ‘woocommerce_text_strings’, 20, 3 );
function woocommerce_text_strings( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘shipping calculator’ :
$translated_text = __( ‘Calculate Shipping’, ‘woocommerce’ );
break;
}
return $translated_text;
}But its now working
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator@cvanderlinden i try the code you have provided but its now working, its still “Calculate shipping” in the cart page.
Forum: Plugins
In reply to: [WooCommerce] Stock become negative after purchaseHi Mariuz,
I turn off cloudflare and wait for a couple of hours and do another test but still the same.I have some screenshot of whats going on.
Before purchase stock level is 1000:
https://drive.google.com/open?id=0B8EzrYLOiBERdE9BYVJwNlRiZk0Customer purchase 5 quantity of that item
https://drive.google.com/open?id=0B8EzrYLOiBERVWZJTk4yWVdhVk0When i check the order status:
https://drive.google.com/open?id=0B8EzrYLOiBERQW1HUXlETDBiNmcWhats strange is that the stock level detected is 0 and the new purchase 5(qnty) is treated as backorder even if its not allowed.
Forum: Plugins
In reply to: [WooCommerce] Stock become negative after purchaseHi Mariusz,
Thanks for the info, I am not using any caching plugin in the site and also in the server side. But i am using CloudFlare and backorder is set to do not allow.
Here’s the version of wp and wc i am using.
WC version:3.1.0
WP version:4.8
WC database version:3.0.9Forum: Plugins
In reply to: [WooCommerce] Woo Commerce Inventory issue [Negative Stock]Hi Any update with this issue, I just have the same issue now. After successful purchase stock become negative value.
Example: Stock before purchase is 100, after successful purchase of 5 qty the stock level become -5.