raviraj
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] translation files not read by pluginThanks for pointing this out. I will release new version in few days with corrections.
Forum: Plugins
In reply to: [WooCommerce] Common Issue – SyntaxError: Unexpected TokenMike, What is the solution if gateway returns response via XML instead of JSON? Did it still giving syntax error if response is in XML?
Forum: Plugins
In reply to: [WooCommerce] Common Issue – SyntaxError: Unexpected TokenIs there any proper solution yet for this issue? I was creating a payment gateway for client, and it seems to be giving same error as above.I have checked console and everything seems to be fine there. It was working fine for me 10 days back, before last upgrade of woocommerce.
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] Empty cart button in menuHello,
It is easy to add empty cart link in the nav menu. You can just add a custom link in the menu with the link as shown below.
For example if link to your cart page is https://www.yourdomain.com/cart then you need to add custom link as
https://www.yourdomain.com/cart?clear-cart=empty-cart
Let me know if any confusion.
Thanks
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] translate pt_BRYou can send me files, I will include it in the plugin and will add you as contributor.
Forum: Reviews
In reply to: [Woocommerce Empty Cart Button] works!Glad to hear that plugin helped you. Many thanks for your review.
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] PositioningHello leeguanlin,
Unfortunately woocommerce does not provide hook to add button above proceed to checkout button. However it can be possible by customizing the code in theme or plugin. Let me know if you need help regarding this.
Thanks
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] Button positionGreat to hear. ??
Forum: Plugins
In reply to: [Woocommerce Empty Cart Button] Button positionHello,
Thanks for the message.
If you want the button on the left hand side in same column then you can insert below css coe in your css file.
.emptycart{float:left !important;}
Let me know if any question.
Thanks
Forum: Plugins
In reply to: Google Chart pluginJablonski sorry I was little occupied with other work. I will update in one week for this. Sorry.
Forum: Plugins
In reply to: Google Chart pluginSounds good.
May be I can try. Wish I am able to manage time for this.
Forum: Alpha/Beta/RC
In reply to: Custom Post Type in WordPress 3.0 Menuhey mixey,
Thanks.. Saved a lot of time.